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 classBinaryParser -
Uses of BlockReaderAdapter in crosby.binary.file
Fields in crosby.binary.file declared as BlockReaderAdapter Modifier and Type Field Description (package private) BlockReaderAdapterBlockInputStream. adaptorMethods in crosby.binary.file with parameters of type BlockReaderAdapter Modifier and Type Method Description (package private) static voidFileBlock. 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)
-