Uses of Enum Class
net.jpountz.lz4.LZ4FrameOutputStream.BLOCKSIZE
Packages that use LZ4FrameOutputStream.BLOCKSIZE
-
Uses of LZ4FrameOutputStream.BLOCKSIZE in net.jpountz.lz4
Methods in net.jpountz.lz4 that return LZ4FrameOutputStream.BLOCKSIZEModifier and TypeMethodDescriptionLZ4FrameOutputStream.BLOCKSIZE.valueOf(int indicator) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.static LZ4FrameOutputStream.BLOCKSIZE[]LZ4FrameOutputStream.BLOCKSIZE.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.jpountz.lz4 with parameters of type LZ4FrameOutputStream.BLOCKSIZEModifierConstructorDescriptionLZ4FrameOutputStream(OutputStream out, LZ4FrameOutputStream.BLOCKSIZE blockSize) Creates a newOutputStreamthat will compress data using the LZ4 algorithm.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.