home *** CD-ROM | disk | FTP | other *** search
/ WinFiles.com 1998 June / WF0698_3.ISO / winsock / surfincheck.exe / SCheck.z / Classes.ls2 < prev    next >
Text File  |  1997-08-13  |  4KB  |  251 lines

  1. 12 3
  2. -CLASS
  3. java/io/File
  4. 0    0x39    0    0
  5. 22
  6. <clinit>
  7. 0    0    0
  8. <init> 
  9. 0    0    0
  10. canRead ()Z
  11. 0x1    0    0
  12. canWrite ()Z
  13. 0x1    0    0
  14. delete ()Z
  15. 0x8    0    0
  16. equals (Ljava/lang/Object;)Z
  17. 0x1    0    0
  18. exists ()Z
  19. 0x1    0    0
  20. getAbsolutePath ()Ljava/lang/String;
  21. 0x1    0    0
  22. getName ()Ljava/lang/String;
  23. 0x1 0    0
  24. getParent ()Ljava/lang/String;
  25. 0x1    0    0
  26. getPath ()Ljava/lang/String;
  27. 0x1    0    0
  28. hashCode ()I
  29. 0    0    0
  30. isAbsolute ()Z
  31. 0x1    0    0
  32. isDirectory ()Z
  33. 0x1    0    0
  34. isFile ()Z
  35. 0x1    0    0
  36. lastModified ()J
  37. 0x1    0    0
  38. length ()J
  39. 0x1    0    0
  40. list ()[Ljava/lang/String;
  41. 0x1    0    0
  42. mkdir ()Z
  43. 0x10    0    0
  44. mkdirs ()Z
  45. 0x10    0    0
  46. renameTo (Ljava/io/File;)Z
  47. 0x20    0    0
  48. toString ()Ljava/lang/String;
  49. 0    0    0
  50.  
  51. -CLASS
  52. java/io/RandomAccessFile
  53. 0    0x7    0    0
  54. 34    methods number
  55. <init> (Ljava/io/File;Ljava/lang/String;)V
  56. 0x1    0    0
  57. close ()V
  58. 0    0    0
  59. getFD ()Ljava/io/FileDescriptor;
  60. 0    0    0
  61. getFilePointer ()J
  62. 0    0    0
  63. length ()J
  64. 0x1    0    0
  65. seek (J)V
  66. 0    0    0
  67. skipBytes (I)I
  68. 0    0    0
  69. read ()I
  70. 0x2    0    0
  71. readFully ([B)V
  72. 0x2    0    0
  73. readBoolean ()Z
  74. 0x2    0    0
  75. readByte ()B
  76. 0x2    0    0
  77. readUnsignedByte ()I
  78. 0x2    0    0
  79. readShort ()S
  80. 0x2    0    0
  81. readUnsignedShort ()I
  82. 0x2    0    0
  83. readChar ()C
  84. 0x2    0    0
  85. readInt ()I
  86. 0x2    0    0
  87. readLong ()J
  88. 0x2    0    0
  89. readFloat ()F
  90. 0x2    0    0
  91. readDouble ()D
  92. 0x2    0    0
  93. readLine ()Ljava/lang/String;
  94. 0x2    0    0
  95. readUTF ()Ljava/lang/String;
  96. 0x2    0    0
  97. write (I)V
  98. 0x4    0    0
  99. writeBytes ([BII)V
  100. 0x4    0    0
  101. writeBoolean (Z)V
  102. 0x4    0    0
  103. writeByte (I)V
  104. 0x4    0    0
  105. writeShort (I)V
  106. 0x4    0    0
  107. writeChar (I)V
  108. 0x4    0    0
  109. writeInt (I)V
  110. 0x4    0    0
  111. writeLong (J)V
  112. 0x4    0    0
  113. writeFloat (F)V
  114. 0x4    0    0
  115. writeDouble (D)V
  116. 0x4    0    0
  117. writeBytes (Ljava/lang/String;)V
  118. 0x4    0    0
  119. writeChars (Ljava/lang/String;)V
  120. 0x4    0    0
  121. writeUTF (Ljava/lang/String;)V
  122. 0x4    0    0
  123.  
  124. -CLASS
  125. java/io/FileInputStream
  126. 1    0x2    0    0
  127. 8    #methods
  128. <init> (Ljava/lang/String;)V
  129. 0x1    0    0
  130. open (Ljava/lang/String;)V
  131. 0x1    0    0
  132. read ()I
  133. 0x2    0    0
  134. skip (J)J
  135. 0    0    0
  136. available ()I
  137. 0    0    0
  138. close ()V
  139. 0    0    0
  140. getFD ()Ljava/io/FileDescriptor;
  141. 0    0    0
  142. finalize ()V
  143. 0    0    0
  144.  
  145. -class
  146. java/io/FileOutputStream
  147. 1    0x4    0    0
  148. 5    #methods
  149. <init> (Ljava/lang/String;)V
  150. 0    0    0
  151. write (I)V
  152. 0x4    0    0
  153. close ()V
  154. 0    0    0
  155. getFD ()Ljava/io/FileDescriptor;
  156. 0    0    0
  157. finalize ()V
  158. 0    0    0
  159.  
  160. -class
  161. java/net/DatagramSocket
  162. 0    0    0xF    0
  163. 3    #methods
  164. <init> ([BI)V
  165. 0    0x1    0
  166. send (Ljava/net/DatagramPacket;)V
  167. 0    0x6    0
  168. receive (Ljava/net/DatagramPacket;)V
  169. 0    0xA    0
  170.  
  171. -class
  172. java/net/ServerSocket
  173. 0    0    0x3    0
  174. 2    #methods
  175. <init> ()V
  176. 0    0x1    0
  177. accept ()Ljava/net/Socket;
  178. 0    0x2    0
  179.  
  180. -class
  181. java/net/Socket
  182. 0    0    0xE    0
  183. 3    #methods
  184. <init> ()V
  185. 0    0x2    0
  186. getInputStream ()Ljava/io/InputStream;
  187. 0    0x8    0
  188. getOutputStream ()Ljava/io/OutputStream;
  189. 0    0x4    0
  190.  
  191. -class
  192. java/net/URL
  193. 0    0    0xA    0
  194. 4    #methods
  195. <init> (Ljava/lang/String;Ljava/lang/String;ILjava/lang/String;)V
  196. 0    0    0
  197. openConnection ()Ljava/net/URLConnection;
  198. 0    0x2    0
  199. openStream ()Ljava/io/InputStream;
  200. 0    0x8    0
  201. getContent ()Ljava/lang/Object;
  202. 0    0x8    0
  203.  
  204. -class
  205. java/net/URLConnection
  206. 0    0    0xE    0
  207. 4    #methods
  208. <init> (Ljava/net/URL;)V
  209. 0    0x2    0
  210. getOutputStream ()Ljava/io/OutputStream;
  211. 0    0x4    0
  212. getInputStream ()Ljava/io/InputStream;
  213. 0    0x8    0
  214. getContent ()Ljava/lang/Object;
  215. 0    0x8    0
  216.  
  217. -class
  218. java/lang/Runtime
  219. 0    0    0    0x23
  220. 4    #methods
  221. exit (I)V
  222. 0    0    0x20
  223. load (Ljava/lang/String;)V
  224. 0    0    0x2
  225. loadLibrary (Ljava/lang/String;)V
  226. 0    0    0x2
  227. exec (Ljava/lang/String;)Ljava/lang/Process;
  228. 0    0    0x1
  229.  
  230. -class
  231. java/lang/System
  232. 0    0    0    0x2E
  233. 5    #nmethods
  234. exit (I)V
  235. 0    0    0x20
  236. load (Ljava/lang/String;)V
  237. 0    0    0x2
  238. loadLibrary (Ljava/lang/String;)V
  239. 0    0    0x2
  240. setSecurityManager (Ljava/lang/SecurityManager;)V
  241. 0    0    0x4
  242. setProperties (Ljava/util/Properties;)V
  243. 0    0    0x8
  244.  
  245. -class
  246. java/lang/ClassLoader
  247. 0    0    0    0x10
  248. 1    #methods
  249. <init> ()V
  250. 0    0    0x10
  251.