public interface InStream
OutStream
,
RandomAccess
,
InStreamDisk
,
InStreamAdapter
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) |
byte readByte()
int readBytes(byte[] buffer)
buffer
- byte[] Puffer.short readShort()
long readLong()
int readInt()
boolean isEof()
long getReadIndex()
void skip(long n)
n
- long Ueberspringt n Bytes im Eingabestromvoid close()