|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RepositionableStream
A basic interface specifying positioning methods for a byte stream.
Method Summary | |
---|---|
long |
position()
Returns the current stream position. |
void |
position(long newPosition)
Sets the current stream position. |
Method Detail |
---|
void position(long newPosition) throws IOException
newPosition
- the new stream position.
IOException
long position() throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |