|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.InputStream
java.io.ByteArrayInputStream
jdbm.helper.OpenByteArrayInputStream
public class OpenByteArrayInputStream
Constructor Summary | |
---|---|
OpenByteArrayInputStream(byte[] buf)
|
Method Summary | |
---|---|
byte[] |
getBuf()
|
void |
reset(byte[] buf,
int count)
|
Methods inherited from class java.io.ByteArrayInputStream |
---|
available, close, mark, markSupported, read, read, reset, skip |
Methods inherited from class java.io.InputStream |
---|
read |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OpenByteArrayInputStream(byte[] buf)
Method Detail |
---|
public byte[] getBuf()
public void reset(byte[] buf, int count)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |