Documentation ¶
Index ¶
- func AtEof(ar *Archive) bool
- func Close(stream *Stream)
- func CloseArchive(ar *Archive)
- func EntryGetFiletime(ar *Archive) int
- func EntryGetName(ar *Archive) string
- func EntryGetOffset(ar *Archive) int
- func EntryGetRawName(ar *Archive) string
- func EntryGetSize(ar *Archive) uint
- func EntryUncompress(ar *Archive, buffer unsafe.Pointer, count uint) bool
- func GetGlobalComment(ar *Archive, buffer unsafe.Pointer, count uint) uint
- func ParseEntry(ar *Archive) bool
- func ParseEntryAt(ar *Archive, offset int64) bool
- func ParseEntryFor(ar *Archive, entryName string) bool
- func Read(stream *Stream, buffer unsafe.Pointer, count uint) uint
- func Seek(stream *Stream, offset int64, origin int) bool
- func Skip(stream *Stream, count int64) bool
- func Tell(stream *Stream) int
- type Archive
- type Stream
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EntryUncompress ¶
EntryUncompress .
func GetGlobalComment ¶
GetGlobalComment .
Types ¶
Source Files ¶
- 7z_7z.go
- bzip2_blocksort.go
- bzip2_bzlib.go
- bzip2_compress.go
- bzip2_crctable.go
- bzip2_decompress.go
- bzip2_huffman.go
- bzip2_randtable.go
- common_conv.go
- common_crc32.go
- common_stream.go
- common_unarr.go
- lzma_7zArcIn.go
- lzma_7zBuf.go
- lzma_7zDec.go
- lzma_7zStream.go
- lzma_Bcj2.go
- lzma_Bra.go
- lzma_Bra86.go
- lzma_CpuArch.go
- lzma_Delta.go
- lzma_Lzma2Dec.go
- lzma_LzmaDec.go
- lzma_Ppmd7.go
- lzma_Ppmd7Dec.go
- lzma_Ppmd7aDec.go
- lzma_Ppmd8.go
- lzma_Ppmd8Dec.go
- rar_filter-rar.go
- rar_huffman-rar.go
- rar_parse-rar.go
- rar_rar.go
- rar_rarvm.go
- rar_uncompress-rar.go
- tar_parse-tar.go
- tar_tar.go
- unarrc.go
- unarrc_cgo.go
- unarrc_openfile.go
- zip_inflate.go
- zip_parse-zip.go
- zip_uncompress-zip.go
- zip_zip.go
- zlib_adler32.go
- zlib_crc32.go
- zlib_inffast.go
- zlib_inflate.go
- zlib_inftrees.go
- zlib_zutil.go
Click to show internal directories.
Click to hide internal directories.