Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CompressInto ¶
CompressInto reads data from an input reader, writing it out in compressed form. The chunk size determines how often to create new chunks. Higher numbers increase compression rates, but come at the cost of making random access less efficient.
Types ¶
type Reader ¶
type Reader struct {
// contains filtered or unexported fields
}
Reader allows random access reads within zstpak files. Created via the `Open` method.
func (*Reader) UncompressedSize ¶
UncompressedSize returns the size of the packed file if it was fully decompressed.
Click to show internal directories.
Click to hide internal directories.