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