• Home
  • Raw
  • Download

Lines Matching full:java

1 Compiled from "InputStream.java"
2 public abstract class java.io.InputStream extends java.lang.Object implements java.io.Closeable
3 SourceFile: "InputStream.java"
7 const #1 = Method #6.#39; // java/lang/Object."<init>":()V
8 const #2 = class #40; // java/lang/RuntimeException
10 const #4 = Method #2.#42; // java/lang/RuntimeException."<init>":(Ljava/lang/String;)V
11 const #5 = class #43; // java/io/InputStream
12 const #6 = class #44; // java/lang/Object
13 const #7 = class #45; // java/io/Closeable
24 const #18 = class #46; // java/io/IOException
44 const #38 = Asciz InputStream.java;
46 const #40 = Asciz java/lang/RuntimeException;
49 const #43 = Asciz java/io/InputStream;
50 const #44 = Asciz java/lang/Object;
51 const #45 = Asciz java/io/Closeable;
52 const #46 = Asciz java/io/IOException;
56 public java.io.InputStream();
61 1: invokespecial #1; //Method java/lang/Object."<init>":()V
62 4: new #2; //class java/lang/RuntimeException
65 10: invokespecial #4; //Method java/lang/RuntimeException."<init>":(Ljava/lang/String;)V
75 public int available() throws java.io.IOException;
79 0: new #2; //class java/lang/RuntimeException
82 6: invokespecial #4; //Method java/lang/RuntimeException."<init>":(Ljava/lang/String;)V
92 throws java.io.IOException
93 public void close() throws java.io.IOException;
97 0: new #2; //class java/lang/RuntimeException
100 6: invokespecial #4; //Method java/lang/RuntimeException."<init>":(Ljava/lang/String;)V
110 throws java.io.IOException
115 0: new #2; //class java/lang/RuntimeException
118 6: invokespecial #4; //Method java/lang/RuntimeException."<init>":(Ljava/lang/String;)V
133 0: new #2; //class java/lang/RuntimeException
136 6: invokespecial #4; //Method java/lang/RuntimeException."<init>":(Ljava/lang/String;)V
146 public abstract int read() throws java.io.IOException;
149 throws java.io.IOException
150 public int read(byte[]) throws java.io.IOException;
154 0: new #2; //class java/lang/RuntimeException
157 6: invokespecial #4; //Method java/lang/RuntimeException."<init>":(Ljava/lang/String;)V
168 throws java.io.IOException
169 public int read(byte[], int, int) throws java.io.IOException;
173 0: new #2; //class java/lang/RuntimeException
176 6: invokespecial #4; //Method java/lang/RuntimeException."<init>":(Ljava/lang/String;)V
189 throws java.io.IOException
190 public synchronized void reset() throws java.io.IOException;
194 0: new #2; //class java/lang/RuntimeException
197 6: invokespecial #4; //Method java/lang/RuntimeException."<init>":(Ljava/lang/String;)V
207 throws java.io.IOException
208 public long skip(long) throws java.io.IOException;
212 0: new #2; //class java/lang/RuntimeException
215 6: invokespecial #4; //Method java/lang/RuntimeException."<init>":(Ljava/lang/String;)V
226 throws java.io.IOException