Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ByteCountIEC ¶
func ByteCountSI ¶
Types ¶
type ChecksumWriter ¶
type ChecksumWriter struct {
// contains filtered or unexported fields
}
func NewChecksumWriter ¶
func NewChecksumWriter(w io.Writer) *ChecksumWriter
func (*ChecksumWriter) Checksum ¶
func (w *ChecksumWriter) Checksum() uint32
type CountWriter ¶
type CountWriter struct {
// contains filtered or unexported fields
}
func NewCountWriter ¶
func NewCountWriter(w io.Writer) *CountWriter
func (*CountWriter) Count ¶
func (w *CountWriter) Count() uint64
Click to show internal directories.
Click to hide internal directories.