Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MappedFile ¶
type MappedFile struct { wpk.FileReader mm.MMap // contains filtered or unexported fields }
MappedFile structure gives access to nested into package file by memory mapping. wpk.PkgFile interface implementation.
func NewMappedFile ¶ added in v1.2.0
NewMappedFile maps nested to package file based on given tags slice.
func (*MappedFile) Close ¶
func (f *MappedFile) Close() error
Close unmaps memory and closes mapped memory handle.
type Tagger ¶ added in v1.4.0
type Tagger struct {
// contains filtered or unexported fields
}
Tagger is object to get access to package nested files by memory mapping of wpk-file.
Click to show internal directories.
Click to hide internal directories.