FastBufferedInputStream, FastBufferedOutputStream, FastByteArrayInputStream, FastByteArrayOutputStream, FastMultiByteArrayInputStream, InspectableFileCachedInputStreampublic interface RepositionableStream
| Modifier and Type | Method | Description |
|---|---|---|
long |
position() |
Returns the current stream position.
|
void |
position(long newPosition) |
Sets the current stream position.
|
void position(long newPosition)
throws java.io.IOException
newPosition - the new stream position.java.io.IOExceptionlong position()
throws java.io.IOException
java.io.IOException