Uses of Class
crosby.binary.file.CompressFlags
-
Packages that use CompressFlags Package Description crosby.binary.file -
-
Uses of CompressFlags in crosby.binary.file
Fields in crosby.binary.file declared as CompressFlags Modifier and Type Field Description (package private) CompressFlagsBlockOutputStream. compressionMethods in crosby.binary.file that return CompressFlags Modifier and Type Method Description static CompressFlagsCompressFlags. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CompressFlags[]CompressFlags. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in crosby.binary.file with parameters of type CompressFlags Modifier and Type Method Description voidBlockOutputStream. setCompress(CompressFlags flag)voidBlockOutputStream. write(FileBlock block, CompressFlags compression)Write a specific block with a specific compression flagsFileBlockPositionFileBlock. writeTo(java.io.OutputStream outwrite, CompressFlags flags)
-