package
0.0.0-20230623171840-436d2007a9fd
Repository: https://github.com/dropbox/godropbox.git
Documentation: pkg.go.dev
# Packages
Package ioutil2 provides extra functionality along similar lines to io/ioutil.
# Functions
No description provided by the author
This makes a new ReaderToWriterAdapter it requires a factory to generate the writer-to-be-wrapped The reason is that the writer will require another "downstream" writer to be bound with.
No description provided by the author
No description provided by the author
This makes a io.Writer from a io.Reader and begins reading and writing data The returned class is not thread safe and public methods must be called from a single thread.
No description provided by the author
This is similar to io.CopyBuffer, except this uses circular buffer and goroutines to pipeline copying (When numBuffers is 1, this simply uses io.CopyBuffer).
# Structs
No description provided by the author
This class adapts an io.Writer into a io.Reader It allows anyone to structure a zlib compression as a read operation, rather than a write, making it more convenient to fit into a pipeline.
No description provided by the author
No description provided by the author
This class adapts an io.Reader into a io.WriteCloser It allows anyone to structure a zlib decompression as a write operation, rather than a read, making it more convenient to fit into a pipeline.
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author