package

com.pnfsoftware.jeb.core.input

Interfaces

IInput Standard input interface for units. 
IInputLocation Tagging interface for input location objects. 

Classes

ArraySeekableByteChannel Read-only, seekable, byte-array backed channel. 
BytesInput An input object backed by an array of bytes. 
FileInput An input backed by a file. 
FileInputLocation Location information within binary input. 
InputHelper Static helper methods for IInput
SubInput An input object presenting a partial view of another input. 
SubSeekableByteChannel An seekable channel presenting a region of another seekable channel.