|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DataStream
| Method Summary | |
|---|---|
long |
getPosition()
|
boolean |
isDone()
|
long |
length()
|
void |
seek(long offset)
Seeks forward into the stream to a particular byte offset (reverse seeks are not allowed). |
DataStream |
subStream(long start,
long length)
|
| Methods inherited from interface java.io.DataInput |
|---|
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes |
| Method Detail |
|---|
DataStream subStream(long start,
long length)
long getPosition()
boolean isDone()
long length()
void seek(long offset)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||