Contents | Package | Class | Tree | Deprecated | Index | Help | |||
PREV | NEXT | SHOW LISTS | HIDE LISTS |
java.lang.Object | +----java.io.OutputStream | +----java.io.ByteArrayOutputStream | +----cornell.slk.jkernel.core.LByteArrayOutputStream
Fields inherited from class java.io.ByteArrayOutputStream |
buf, count |
Constructor Summary | |
LByteArrayOutputStream()
|
Method Summary | |
byte[] | getBuf()
|
int | getCount()
|
Methods inherited from class java.io.ByteArrayOutputStream |
reset, size, toByteArray, toString, toString, toString, write, write, writeTo |
Methods inherited from class java.io.OutputStream |
close, flush, write, write, write |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
LByteArrayOutputStream()
Method Detail |
byte[] getBuf()
int getCount()
Contents | Package | Class | Tree | Deprecated | Index | Help | |||
PREV | NEXT | SHOW LISTS | HIDE LISTS |