Documentation ¶
Overview ¶
Package uncompressed provides implementations of the compression codec interfaces as pass-through without applying any compression nor decompression.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Codec ¶
type Codec struct { }
func (*Codec) CompressionCodec ¶
func (c *Codec) CompressionCodec() format.CompressionCodec
Click to show internal directories.
Click to hide internal directories.