public static class TinyPlayerApplet.VorbisInputStream
extends java.io.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) |
public VorbisInputStream(VorbisStream source)
public int read() throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public int read(byte[] buffer) throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public int read(byte[] buffer, int offset, int length) throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
Copyright © 2016 Tor-Einar Jarnbjo. All Rights Reserved.