Class LZ4Legacy
java.lang.Object
io.activej.csp.process.frame.impl.LZ4Legacy
- All Implemented Interfaces:
FrameFormat
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionfinal classDeprecated.static final classDeprecated.static final classDeprecated. -
Field Summary
FieldsModifier and TypeFieldDescriptionintDeprecated.net.jpountz.xxhash.XXHashFactoryDeprecated.booleanDeprecated.booleanDeprecated.net.jpountz.lz4.LZ4FactoryDeprecated. -
Constructor Summary
ConstructorsConstructorDescriptionLZ4Legacy(net.jpountz.lz4.LZ4Factory factory, net.jpountz.xxhash.XXHashFactory hashFactory, boolean legacyChecksum, int compressionLevel, boolean ignoreMissingEndOfStreamBlock) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic LZ4Legacy.Builderbuilder()Deprecated.static LZ4Legacycreate()Deprecated.Deprecated.Creates a decoder which decodes data encoded byBlockEncoderDeprecated.Creates an encoder which transforms input bufs into bufs of encoded data
-
Field Details
-
lz4Factory
public net.jpountz.lz4.LZ4Factory lz4FactoryDeprecated. -
hashFactory
public net.jpountz.xxhash.XXHashFactory hashFactoryDeprecated. -
legacyChecksum
public boolean legacyChecksumDeprecated. -
compressionLevel
public int compressionLevelDeprecated. -
ignoreMissingEndOfStreamBlock
public boolean ignoreMissingEndOfStreamBlockDeprecated.
-
-
Constructor Details
-
LZ4Legacy
public LZ4Legacy(net.jpountz.lz4.LZ4Factory factory, net.jpountz.xxhash.XXHashFactory hashFactory, boolean legacyChecksum, int compressionLevel, boolean ignoreMissingEndOfStreamBlock) Deprecated.
-
-
Method Details
-
create
Deprecated. -
builder
Deprecated. -
createEncoder
Deprecated.Description copied from interface:FrameFormatCreates an encoder which transforms input bufs into bufs of encoded data- Specified by:
createEncoderin interfaceFrameFormat- Returns:
- block encoder
-
createDecoder
Deprecated.Description copied from interface:FrameFormatCreates a decoder which decodes data encoded byBlockEncoder- Specified by:
createDecoderin interfaceFrameFormat- Returns:
- block decoder
-