Documentation ¶
Index ¶
- func NewCompressedFileReader(fileName string) (r io.ReadCloser, e error)
- func NewCompressedFileWriter(fileName string) (w io.WriteCloser, e error)
- func NewEncryptedCompressedFileReader(fileName string) (r io.ReadCloser, e error)
- func NewEncryptedCompressedFileWriter(fileName string) (w io.WriteCloser, e error)
- func NewFileReader(fileName string) (r io.ReadCloser, e error)
- func NewFileWriter(fileName string) (w io.WriteCloser, e error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCompressedFileReader ¶
func NewCompressedFileReader(fileName string) (r io.ReadCloser, e error)
func NewCompressedFileWriter ¶
func NewCompressedFileWriter(fileName string) (w io.WriteCloser, e error)
func NewEncryptedCompressedFileReader ¶
func NewEncryptedCompressedFileReader(fileName string) (r io.ReadCloser, e error)
func NewEncryptedCompressedFileWriter ¶
func NewEncryptedCompressedFileWriter(fileName string) (w io.WriteCloser, e error)
func NewFileReader ¶
func NewFileReader(fileName string) (r io.ReadCloser, e error)
func NewFileWriter ¶
func NewFileWriter(fileName string) (w io.WriteCloser, e error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.