Documentation ¶
Index ¶
- func ZipFiles(newZipFile io.Writer, files []*File) error
- type File
- func (f *File) Bytes() []byte
- func (f *File) Close() error
- func (f *File) IsDir() bool
- func (f *File) ModTime() time.Time
- func (f *File) Mode() fs.FileMode
- func (f *File) Name() string
- func (f *File) Read(p []byte) (int, error)
- func (f *File) SetName(name string)
- func (f *File) Size() int64
- func (f *File) Stat() (fs.FileInfo, error)
- func (f *File) Sys() interface{}
- func (f *File) Write(p []byte) (int, error)
- func (f *File) WriteTo(w io.Writer) (n int64, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.