public static class VorbisAudioFileReader.VorbisInputStream extends InputStream
| Constructor and Description |
|---|
VorbisInputStream(VorbisStream source) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] buffer) |
int |
read(byte[] buffer,
int offset,
int length) |
available, close, mark, markSupported, reset, skippublic VorbisInputStream(VorbisStream source)
public int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] buffer)
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] buffer,
int offset,
int length)
throws IOException
read in class InputStreamIOExceptionCopyright © 2017. All rights reserved.