Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddKnownCompressionAlgorithm ¶
func AddKnownCompressionAlgorithm(name string, a KnownCompressionAlgorithm) struct{}
Types ¶
type CombinedReadCloser ¶
The Primary is read from and closed second. The Source is closed first.
func (*CombinedReadCloser) Close ¶
func (c *CombinedReadCloser) Close() error
type CombinedWriteCloser ¶
The Primary is written to and closed first. The Sink is closed second.
func (*CombinedWriteCloser) Close ¶
func (c *CombinedWriteCloser) Close() error
type DecompressFunc ¶
type KnownCompressionAlgorithm ¶
type KnownCompressionAlgorithm struct { CompressFunc CompressFunc CompressWriter CompressWriter DecompressFunc DecompressFunc DecompressReader DecompressReader }
Source Files ¶
Click to show internal directories.
Click to hide internal directories.