com.imagero.uio.io
Class PackBitsInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
com.imagero.uio.io.PackBitsInputStream
- public class PackBitsInputStream
- extends java.io.FilterInputStream
PackBits decoder
Fields inherited from class java.io.FilterInputStream |
in |
Methods inherited from class java.io.FilterInputStream |
skip |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PackBitsInputStream
public PackBitsInputStream(java.io.InputStream in)
available
public int available()
throws java.io.IOException
- Throws:
java.io.IOException
close
public void close()
throws java.io.IOException
- Throws:
java.io.IOException
markSupported
public boolean markSupported()
mark
public void mark(int readlimit)
reset
public void reset()
throws java.io.IOException
- Throws:
java.io.IOException
read
public int read(byte[] b)
throws java.io.IOException
- Throws:
java.io.IOException
read
public int read(byte[] b,
int off,
int len)
throws java.io.IOException
- Throws:
java.io.IOException
read
public int read()
throws java.io.IOException
- Throws:
java.io.IOException