Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFileGzipReader ¶
func NewFileGzipReader(file string) (io.ReadCloser, error)
Return a reader that internally handles both compressed and uncompressed files.
Types ¶
type FileGzipReader ¶
type FileGzipReader struct {
// contains filtered or unexported fields
}
func (*FileGzipReader) Close ¶
func (r *FileGzipReader) Close() error
Close both the GZIP reader and the actual file reader.
Click to show internal directories.
Click to hide internal directories.