Documentation ¶
Index ¶
Constants ¶
View Source
const (
MimeType = "application/x-lz4"
)
Variables ¶
This section is empty.
Functions ¶
func Compress ¶
func Compress(r io.Reader) io.ReadCloser
Compress compresses the given reader using LZ4.
func Decompress ¶
func Decompress(r io.ReadCloser) io.ReadCloser
Decompress decompresses the given reader using LZ4.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.