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 void
BinaryParser. handleBlock(FileBlock message)
-
Uses of FileBlock in crosby.binary.file
Methods in crosby.binary.file that return FileBlock Modifier and Type Method Description static FileBlock
FileBlock. newInstance(java.lang.String type, com.google.protobuf.ByteString blob, com.google.protobuf.ByteString indexdata)
(package private) FileBlock
FileBlockPosition. parseData(byte[] buf)
Parse out and decompress the data part of a fileblock helper function.FileBlock
FileBlockPosition. read(java.io.InputStream input)
FileBlock
FileBlockReference. read()
(package private) FileBlock
FileBlockHead. readContents(java.io.InputStream input)
Assumes the stream is positioned over at the start of the data, read it and return the complete FileBlockMethods in crosby.binary.file with parameters of type FileBlock Modifier and Type Method Description void
BlockReaderAdapter. handleBlock(FileBlock message)
Called with the data in the block.void
BlockOutputStream. write(FileBlock block)
Write a block with the stream's default compression flagvoid
BlockOutputStream. write(FileBlock block, CompressFlags compression)
Write a specific block with a specific compression flags
-