Constructor FastDecompressionCompressingCodec
FastDecompressionCompressingCodec(Int32, Boolean)
Constructor that allows to configure the chunk size.
Declaration
public FastDecompressionCompressingCodec(int chunkSize, bool withSegmentSuffix)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | chunkSize | |
System.Boolean | withSegmentSuffix |
FastDecompressionCompressingCodec()
Default constructor.
Declaration
public FastDecompressionCompressingCodec()