|
Oracle | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.io.InputStream
com.compoze.util.MeteredInputStream.RandomInputStream
public static class MeteredInputStream.RandomInputStream
A NullInputStream for testing purposes.
| Constructor Summary | |
|---|---|
MeteredInputStream.RandomInputStream()
|
|
| Method Summary | |
|---|---|
int |
read()
|
int |
read(byte[] b)
|
int |
read(byte[] b,
int iOffset,
int iLength)
|
| Methods inherited from class java.io.InputStream |
|---|
available, close, mark, markSupported, reset, skip |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MeteredInputStream.RandomInputStream()
| Method Detail |
|---|
public int read()
read in class java.io.InputStreampublic int read(byte[] b)
read in class java.io.InputStream
public int read(byte[] b,
int iOffset,
int iLength)
read in class java.io.InputStream
|
Oracle | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||