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