Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReadCloserStatos ¶
type ReadCloserStatos struct {
*ReaderStatos
// contains filtered or unexported fields
}
func NewReadCloser ¶
func NewReadCloser(rc io.ReadCloser) *ReadCloserStatos
func (*ReadCloserStatos) Close ¶
func (rcs *ReadCloserStatos) Close() error
type ReaderStatos ¶
func NewReader ¶
func NewReader(r io.Reader) *ReaderStatos
func (*ReaderStatos) ProgressChan ¶
func (r *ReaderStatos) ProgressChan() chan int
type WriteCloserStatos ¶
type WriteCloserStatos struct {
*WriterStatos
// contains filtered or unexported fields
}
func NewWriteCloser ¶
func NewWriteCloser(wc io.WriteCloser) *WriteCloserStatos
func (*WriteCloserStatos) Close ¶
func (wcs *WriteCloserStatos) Close() error
type WriterStatos ¶
func NewWriter ¶
func NewWriter(w io.Writer) *WriterStatos
func (*WriterStatos) ProgressChan ¶
func (w *WriterStatos) ProgressChan() chan int
Click to show internal directories.
Click to hide internal directories.