Constructor and Description |
---|
InStreamDisk(java.io.File file) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Close this stream.
|
long |
getReadIndex() |
boolean |
isEof() |
byte |
readByte() |
int |
readBytes(byte[] buffer)
Liest ab der aktuellen Lese-Position Bytes
in den Puffer bis dieser voll ist oder EOF
erreicht wurde.
|
int |
readInt() |
long |
readLong() |
short |
readShort() |
void |
skip(long n) |
public void close()
InStream
public byte readByte()
public short readShort()
public int readInt()
public long readLong()
public long getReadIndex()
getReadIndex
in interface InStream
public int readBytes(byte[] buffer)
InStream
readBytes
in interface InStream
buffer
- byte[] Puffer.