|
|||||||||
| 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 java.io.IOException
newPosition - the new stream position.
java.io.IOException
long position()
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||