org.openexi.proc.common
Class BinaryDataSource

java.lang.Object
  extended by org.openexi.proc.common.BinaryDataSource

public final class BinaryDataSource
extends java.lang.Object


Constructor Summary
BinaryDataSource()
           
 
Method Summary
 byte[] getByteArray()
           
 int getLength()
           
 long getRemainingBytesCount()
           
 int getStartIndex()
           
 boolean hasNext()
           
 int next()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryDataSource

public BinaryDataSource()
Method Detail

getByteArray

public final byte[] getByteArray()

getStartIndex

public final int getStartIndex()

getLength

public final int getLength()

getRemainingBytesCount

public final long getRemainingBytesCount()

hasNext

public boolean hasNext()

next

public int next()
         throws java.io.IOException
Throws:
java.io.IOException