statos

package
v0.2.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 14, 2015 License: Apache-2.0, MIT, MIT Imports: 2 Imported by: 0

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

func (*ReadCloserStatos) Read

func (r *ReadCloserStatos) Read(p []byte) (n int, err error)

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

func (*ReaderStatos) Read

func (r *ReaderStatos) Read(p []byte) (n int, err error)

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

func (*WriteCloserStatos) Write

func (w *WriteCloserStatos) Write(p []byte) (n int, err error)

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

func (*WriterStatos) Write

func (w *WriterStatos) Write(p []byte) (n int, err error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL