|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.io.InputStream
java.io.FilterInputStream
com.sun.tools.javap.JavapTask.SizeInputStream
private static class JavapTask.SizeInputStream
| Field Summary | |
|---|---|
private int |
size
|
| Fields inherited from class java.io.FilterInputStream |
|---|
in |
| Constructor Summary | |
|---|---|
JavapTask.SizeInputStream(java.io.InputStream in)
|
|
| Method Summary | |
|---|---|
int |
read()
|
int |
read(byte[] buf,
int offset,
int length)
|
(package private) int |
size()
|
| Methods inherited from class java.io.FilterInputStream |
|---|
available, close, mark, markSupported, read, reset, skip |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private int size
| Constructor Detail |
|---|
JavapTask.SizeInputStream(java.io.InputStream in)
| Method Detail |
|---|
int size()
public int read(byte[] buf,
int offset,
int length)
throws java.io.IOException
read in class java.io.FilterInputStreamjava.io.IOException
public int read()
throws java.io.IOException
read in class java.io.FilterInputStreamjava.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||