Uses of Enum Class
net.jpountz.lz4.LZ4FrameOutputStream.FLG.Bits
Packages that use LZ4FrameOutputStream.FLG.Bits
-
Uses of LZ4FrameOutputStream.FLG.Bits in net.jpountz.lz4
Methods in net.jpountz.lz4 that return LZ4FrameOutputStream.FLG.BitsModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static LZ4FrameOutputStream.FLG.Bits[]LZ4FrameOutputStream.FLG.Bits.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.jpountz.lz4 with parameters of type LZ4FrameOutputStream.FLG.BitsModifier and TypeMethodDescriptionbooleanLZ4FrameOutputStream.FLG.isEnabled(LZ4FrameOutputStream.FLG.Bits bit) Constructors in net.jpountz.lz4 with parameters of type LZ4FrameOutputStream.FLG.BitsModifierConstructorDescriptionFLG(int version, LZ4FrameOutputStream.FLG.Bits... bits) LZ4FrameOutputStream(OutputStream out, LZ4FrameOutputStream.BLOCKSIZE blockSize, long knownSize, LZ4Compressor compressor, XXHash32 checksum, LZ4FrameOutputStream.FLG.Bits... bits) Creates a newOutputStreamthat will compress data using the specified instances ofLZ4CompressorandXXHash32.LZ4FrameOutputStream(OutputStream out, LZ4FrameOutputStream.BLOCKSIZE blockSize, long knownSize, LZ4FrameOutputStream.FLG.Bits... bits) Creates a newOutputStreamthat will compress data using using fastest instances ofLZ4CompressorandXXHash32.LZ4FrameOutputStream(OutputStream out, LZ4FrameOutputStream.BLOCKSIZE blockSize, LZ4FrameOutputStream.FLG.Bits... bits) Creates a newOutputStreamthat will compress data of unknown size using the LZ4 algorithm.