org.dasein.media.io
Class FlashInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by org.dasein.media.io.FlashInputStream
All Implemented Interfaces:
Closeable

public class FlashInputStream
extends InputStream


Constructor Summary
FlashInputStream(InputStream is)
           
 
Method Summary
 int read()
           
 long readBits(int count)
           
 byte[] readBytes(int count)
           
 long readSignedBits(int count)
           
 long readSignedInt(int count)
           
 long readUnsignedBits(int count)
           
 long readUnsignedInt(int count)
           
 void setCompressed()
           
 
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlashInputStream

public FlashInputStream(InputStream is)
Method Detail

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.