com.jcraft.jorbis
class VorbisFile.SeekableInputStream extends InputStream
| Method Summary | |
|---|---|
| int | available() |
| void | close() |
| long | getLength() |
| void | mark(int m) |
| boolean | markSupported() |
| int | read() |
| int | read(byte[] buf) |
| int | read(byte[] buf, int s, int len) |
| void | reset() |
| void | seek(long pos) |
| long | skip(long n) |
| long | tell() |