# This property file contains dependencies of classes, methods, and # field on other methods or classes. # # Syntax: # # : [... ] # # means that when is included, (... ) must # be included as well. # # and are of the form # # # # or just # # # # Hints: # # - For methods and fields, the signature is mandatory. For # specification, please see the Java Virtual Machine Specification by # SUN. Unlike in the spec, field signatures (types) are in brackets. # # - Package names must be separated by '/' (and not '.'). E.g., # java/lang/Class (this is necessary, because the '.' is used to # separate method or field names from classes) # # - In case refers to a class, only the class itself will be # included in the resulting binary, NOT necessarily all its methods # and fields. If you want to refer to all methods and fields, you can # write class.* as an abbreviation. # # - Abbreviations for packages are also possible: my/package/* means all # methods and fields of all classes in my/package. # # - A line with a trailing '\' continues in the next line. java/net/InetAddress: \ java/lang/ClassNotFoundException.(Ljava/lang/String;)V \ java/lang/InternalError.(Ljava/lang/String;)V \ java/net/UnknownHostException.(Ljava/lang/String;)V java/net/DatagramSocketImpl: \ java/net/DatagramSocketImpl.fd(Ljava/io/FileDescriptor;) \ java/net/DatagramSocketImpl.localPort(I) java/net/PlainDatagramSocketImpl: \ java/lang/ClassNotFoundException.(Ljava/lang/String;)V \ java/lang/InternalError.(Ljava/lang/String;)V \ java/io/IOException.(Ljava/lang/String;)V \ java/io/FileDescriptor.()V \ java/lang/Boolean.(Z)V \ java/lang/Integer.(I)V \ java/net/InetAddress.getByName(Ljava/lang/String;)Ljava/net/InetAddress; \ java/net/InetAddress.getAddress()[B \ java/lang/Boolean.booleanValue()Z \ java/lang/Integer.intValue()I \ java/net/SocketException.(Ljava/lang/String;)V \ java/net/DatagramPacket.getData()[B \ java/net/SocketImpl.address(Ljava/net/InetAddress;) \ java/net/PlainSocketImpl.native_fd(I) \ java/net/SocketImpl.fd(Ljava/io/FileDescriptor;) \ java/net/SocketImpl.address(Ljava/net/InetAddress;) \ java/net/PlainDatagramSocketImpl.native_fd(I) \ java/net/SocketImpl.localport(I) \ java/net/SocketImpl.port(I) java/net/PlainSocketImpl: \ java/lang/ClassNotFoundException.(Ljava/lang/String;)V \ java/lang/InternalError.(Ljava/lang/String;)V \ java/io/IOException.(Ljava/lang/String;)V \ java/io/FileDescriptor.()V \ java/lang/Boolean.(Z)V \ java/lang/Integer.(I)V \ java/net/InetAddress.getByName(Ljava/lang/String;)Ljava/net/InetAddress; \ java/net/InetAddress.getAddress()[B \ java/lang/Boolean.booleanValue()Z \ java/lang/Integer.intValue()I \ java/net/SocketException.(Ljava/lang/String;)V \ java/net/DatagramPacket.getData()[B \ java/net/SocketImpl.address(Ljava/net/InetAddress;) \ java/net/PlainSocketImpl.native_fd(I) \ java/net/SocketImpl.fd(Ljava/io/FileDescriptor;) \ java/net/SocketImpl.address(Ljava/net/InetAddress;) \ java/net/PlainDatagramSocketImpl.native_fd(I) \ java/net/SocketImpl.localport(I) \ java/net/SocketImpl.port(I) java/net/URL.getURLStreamHandler(Ljava/lang/String;)Ljava/net/URLStreamHandler;: \ gnu/java/net/protocol/http/Handler.* \ gnu/java/net/protocol/file/Handler.* \ gnu/java/net/protocol/jar/Handler.* \ com/aicas/java/net/protocol/rom/Handler.* # end of file