public abstract class SeekableUnderFileInputStream extends FilterInputStream implements Seekable
Seekable.seek(long)
and the reposition the wrapped input stream.in
Modifier | Constructor and Description |
---|---|
protected |
SeekableUnderFileInputStream(InputStream in) |
available, close, mark, markSupported, read, read, read, reset, skip
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPos
protected SeekableUnderFileInputStream(InputStream in)
Copyright © 2023. All Rights Reserved.