Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CompressWriter ¶
type CompressWriter struct {
*os.File
Writer io.WriteCloser
}
func NewCompressWriter ¶
func NewCompressWriter(file *os.File, writer io.WriteCloser) *CompressWriter
func (*CompressWriter) Close ¶
func (cw *CompressWriter) Close() error
type FileLike ¶
type FileLike interface {
io.WriteCloser
Name() string
}
type MultiFile ¶
func NewMultiFile ¶
Click to show internal directories.
Click to hide internal directories.