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