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(java.lang.String type, com.google.protobuf.ByteString blob, com.google.protobuf.ByteString indexdata)(package private) FileBlockFileBlockPosition. parseData(byte[] buf)Parse out and decompress the data part of a fileblock helper function.FileBlockFileBlockPosition. read(java.io.InputStream input)FileBlockFileBlockReference. read()(package private) FileBlockFileBlockHead. 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 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, CompressFlags compression)Write a specific block with a specific compression flags
-