Uses of Class
crosby.binary.file.FileBlock
-
Packages that use FileBlock Package Description crosby.binary crosby.binary.file -
-
Uses of FileBlock in crosby.binary
Methods in crosby.binary with parameters of type FileBlock Modifier and Type Method Description voidBinaryParser. handleBlock(FileBlock message) -
Uses of FileBlock in crosby.binary.file
Methods in crosby.binary.file that return FileBlock Modifier and Type Method Description static FileBlockFileBlock. newInstance(String type, com.google.protobuf.ByteString blob, com.google.protobuf.ByteString indexdata)FileBlockFileBlockPosition. read(InputStream input)FileBlockFileBlockReference. read()Methods in crosby.binary.file with parameters of type FileBlock Modifier and Type Method Description voidBlockReaderAdapter. handleBlock(FileBlock message)Called with the data in the block.voidBlockOutputStream. write(FileBlock block)Write a block with the stream's default compression flagvoidBlockOutputStream. write(FileBlock block, crosby.binary.file.CompressFlags compression)Write a specific block with a specific compression flags
-