Documentation ¶
Overview ¶
Package zlib holds zlib decoders used by the GAE library.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeAll ¶
DecodeAll allows stateless decoding of a blob of bytes.
Output will be appended to dst and the resulting slice will be returned, so if the destination size is known you can pre-allocate the destination slice to avoid allocations. DecodeAll can be used concurrently.
func HasZlibHeader ¶
HasZlibHeader checks for presence of zlib headers.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.