Uses of Interface
crosby.binary.file.BlockReaderAdapter
-
Packages that use BlockReaderAdapter Package Description crosby.binary crosby.binary.file -
-
Uses of BlockReaderAdapter in crosby.binary
Classes in crosby.binary that implement BlockReaderAdapter Modifier and Type Class Description class
BinaryParser
-
Uses of BlockReaderAdapter in crosby.binary.file
Fields in crosby.binary.file declared as BlockReaderAdapter Modifier and Type Field Description (package private) BlockReaderAdapter
BlockInputStream. adaptor
Methods in crosby.binary.file with parameters of type BlockReaderAdapter Modifier and Type Method Description (package private) static void
FileBlock. process(java.io.InputStream input, BlockReaderAdapter callback)
Reads or skips a fileblock.Constructors in crosby.binary.file with parameters of type BlockReaderAdapter Constructor Description BlockInputStream(java.io.InputStream input, BlockReaderAdapter adaptor)
-