Directories
¶
Path | Synopsis |
---|---|
cmd
|
|
grw
grw is the command line version of go-reader-writer (GRW) that is used for reading/writing to multiple compression/archive formats
|
grw is the command line version of go-reader-writer (GRW) that is used for reading/writing to multiple compression/archive formats |
pkg
|
|
alg
Package alg includes the algorithms supported in this project
|
Package alg includes the algorithms supported in this project |
android
Package android includes functions for use with Android native applications.
|
Package android includes functions for use with Android native applications. |
archive/zip
Package zip provides a reader that propagate calls to Close.
|
Package zip provides a reader that propagate calls to Close. |
bufio
Package bufio provides a buffered reader and writer that propagate calls to Flush and Close.
|
Package bufio provides a buffered reader and writer that propagate calls to Flush and Close. |
bytes
Package bytes provides functions for decompressing byte streams.
|
Package bytes provides functions for decompressing byte streams. |
cache
Package cache includes a struct for caching reads.
|
Package cache includes a struct for caching reads. |
cli
Package cli includes functions for initializing the CLI.
|
Package cli includes functions for initializing the CLI. |
compress/bzip2
Package bzip2 provides a reader and writer that propagate calls to Close.
|
Package bzip2 provides a reader and writer that propagate calls to Close. |
compress/flate
Package flate provides a reader and writer that propagate calls to Flush and Close.
|
Package flate provides a reader and writer that propagate calls to Flush and Close. |
compress/gzip
Package gzip provides a writer that embeds the standard library gzip.Writer and propagates calls to Flush and Close.
|
Package gzip provides a writer that embeds the standard library gzip.Writer and propagates calls to Flush and Close. |
compress/snappy
Package snappy provides a reader and writer that propagate calls to Flush and Close.
|
Package snappy provides a reader and writer that propagate calls to Flush and Close. |
compress/zlib
Package zlib provides a writer that embeds the standard library zlib.Writer and propagates calls to Flush and Close.
|
Package zlib provides a writer that embeds the standard library zlib.Writer and propagates calls to Flush and Close. |
grw
Package grw provides the interfaces, embedded structs, and implementing code for normalizing the reading/writing of a stream of bytes from archive/compressed files.
|
Package grw provides the interfaces, embedded structs, and implementing code for normalizing the reading/writing of a stream of bytes from archive/compressed files. |
io
Package io supplements the interfaces provided by the standard library io package and provides functions for using those interfaces.
|
Package io supplements the interfaces provided by the standard library io package and provides functions for using those interfaces. |
net/ftp
Package ftp provides functions for interacting with a FTP server.
|
Package ftp provides functions for interacting with a FTP server. |
net/http
Package http provides functions for interacting with a HTTP server.
|
Package http provides functions for interacting with a HTTP server. |
net/sftp2
Package sftp2 provides functions for interacting with a SFTP server.
|
Package sftp2 provides functions for interacting with a SFTP server. |
net/ssh2
Package ssh2 provides functions for interacting with a SSH server.
|
Package ssh2 provides functions for interacting with a SSH server. |
nop
Package nop provides functions for creating no operation close methods.
|
Package nop provides functions for creating no operation close methods. |
os
Package os provides a few functions used throughout the grw package for interfacing with the local file system.
|
Package os provides a few functions used throughout the grw package for interfacing with the local file system. |
schemes
Package schemes includes the schemes supported in this project
|
Package schemes includes the schemes supported in this project |
splitter
Package splitter provides functions for splitting various pieces of a Uniform Resource Identifier (URI).
|
Package splitter provides functions for splitting various pieces of a Uniform Resource Identifier (URI). |
stat
Package stat provides structs for describing file into that can be used across file systems.
|
Package stat provides structs for describing file into that can be used across file systems. |
plugins
|
|
grw
grw.so creates a shared library of Go that can be called by C, C++, or Python - https://godoc.org/cmd/cgo - https://blog.golang.org/c-go-cgo
|
grw.so creates a shared library of Go that can be called by C, C++, or Python - https://godoc.org/cmd/cgo - https://blog.golang.org/c-go-cgo |
Click to show internal directories.
Click to hide internal directories.