public class TrackInputStream
extends java.io.InputStream
Constructor and Description |
---|
TrackInputStream(Track track) |
Modifier and Type | Method and Description |
---|---|
Buffer |
getBuffer() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
public TrackInputStream(Track track)
public Buffer getBuffer()
public int read() throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public int read(byte[] b, int off, int len) throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException