Documentation
¶
Index ¶
- func NewCreateFSFunc(logger zLogger.ZLogger) writefs.CreateFSFunc
- func NewFS(r io.ReaderAt, size int64, name string, logger zLogger.ZLogger) (fs *zipFS, err error)
- func NewFSFile(baseFS fs.FS, path string, logger zLogger.ZLogger) (*fsFile, error)
- func NewFile[E io.Reader](info fs.FileInfo, rc E, mutex *writefs.Mutex) fs.File
- type OpenRawZipCloserFS
- type OpenRawZipFS
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCreateFSFunc ¶
func NewCreateFSFunc(logger zLogger.ZLogger) writefs.CreateFSFunc
Types ¶
type OpenRawZipCloserFS ¶
type OpenRawZipCloserFS interface { OpenRawZipFS io.Closer }
Click to show internal directories.
Click to hide internal directories.