|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbt747.sys.ByteDataStream
public final class ByteDataStream
Constructor Summary | |
---|---|
ByteDataStream(byte[] data)
|
Method Summary | |
---|---|
int |
readBytes(byte[] b,
int off,
int len)
Read bytes from file to buffer. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ByteDataStream(byte[] data)
Method Detail |
---|
public final int readBytes(byte[] b, int off, int len)
BT747InputStream
readBytes
in interface BT747InputStream
b
- Byte buffer.off
- Start offset in buffer to start reading from file.len
- Number of bytes to read from file.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |