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