org.dasein.media.io
Class FlashInputStream
java.lang.Object
java.io.InputStream
org.dasein.media.io.FlashInputStream
- All Implemented Interfaces:
- Closeable
public class FlashInputStream
- extends InputStream
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlashInputStream
public FlashInputStream(InputStream is)
read
public int read()
throws IOException
- Specified by:
read in class InputStream
- Throws:
IOException
readBits
public long readBits(int count)
throws IOException
- Throws:
IOException
readBytes
public byte[] readBytes(int count)
throws IOException
- Throws:
IOException
readSignedBits
public long readSignedBits(int count)
throws IOException
- Throws:
IOException
readSignedInt
public long readSignedInt(int count)
throws IOException
- Throws:
IOException
readUnsignedBits
public long readUnsignedBits(int count)
throws IOException
- Throws:
IOException
readUnsignedInt
public long readUnsignedInt(int count)
throws IOException
- Throws:
IOException
setCompressed
public void setCompressed()
Copyright © 2011 enStratus Networks LLC. All Rights Reserved.