Package org.priha.core.binary

Interface Summary
BinarySource Represents a source of binary data.
 

Class Summary
FileBinarySource Represents a BinarySource which is backed by a File on the Filesystem itself.
MemoryBinarySource A BinarySource which stores the binary in the memory in a byte array.