Documentation
¶
Index ¶
- func NewCreateFSFunc(logger zLogger.ZLogger) writefs.CreateFSFunc
- func NewDirFile(zfs *zipFS, folder string) *dirFile
- 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, closeFunc func()) 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
func NewDirFile ¶
func NewDirFile(zfs *zipFS, folder string) *dirFile
Types ¶
type OpenRawZipCloserFS ¶
type OpenRawZipCloserFS interface {
OpenRawZipFS
io.Closer
}
Click to show internal directories.
Click to hide internal directories.