Contents | Package | Class | Tree | Deprecated | Index | Help | |||
PREV | NEXT | SHOW LISTS | HIDE LISTS |
java.lang.Object | +----java.io.InputStream | +----java.io.ByteArrayInputStream | +----cornell.slk.jkernel.core.LByteArrayInputStream
Field Summary | |
LByteArrayOutputStream | out
|
Fields inherited from class java.io.ByteArrayInputStream |
buf, count, mark, pos |
Constructor Summary | |
LByteArrayInputStream(LByteArrayOutputStream out)
|
Method Summary | |
void | start()
|
Methods inherited from class java.io.ByteArrayInputStream |
available, mark, markSupported, read, read, reset, skip |
Methods inherited from class java.io.InputStream |
available, close, mark, markSupported, read, read, read, reset, skip |
Methods inherited from class java.lang.Object |
|
Field Detail |
LByteArrayOutputStream out
Constructor Detail |
LByteArrayInputStream(LByteArrayOutputStream out)
Method Detail |
void start()
Contents | Package | Class | Tree | Deprecated | Index | Help | |||
PREV | NEXT | SHOW LISTS | HIDE LISTS |