javazoom.jlme.decoder
Class PushBackStream
java.lang.Object
|
+--javazoom.jlme.decoder.PushBackStream
- public class PushBackStream
- extends java.lang.Object
Method Summary |
void |
close()
|
int |
read(byte[] b,
int off,
int len)
|
void |
unread(byte[] b,
int off,
int len)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PushBackStream
public PushBackStream(java.io.InputStream in,
int size)
read
public int read(byte[] b,
int off,
int len)
throws java.io.IOException
unread
public void unread(byte[] b,
int off,
int len)
close
public void close()
throws java.io.IOException
JavaZOOM 1999-2005