Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CRC32Reader ¶
type CRC32Reader struct {
// contains filtered or unexported fields
}
func NewCRC32Reader ¶
func NewCRC32Reader(r io.Reader) *CRC32Reader
func (*CRC32Reader) Hash ¶
func (rc *CRC32Reader) Hash() []byte
func (*CRC32Reader) N ¶
func (rc *CRC32Reader) N() int
func (*CRC32Reader) Reset ¶
func (rc *CRC32Reader) Reset()
type CRC32Writer ¶
type CRC32Writer struct {
// contains filtered or unexported fields
}
func NewCRC32Writer ¶
func NewCRC32Writer(w io.Writer) *CRC32Writer
func (*CRC32Writer) Hash ¶
func (wc *CRC32Writer) Hash() []byte
func (*CRC32Writer) N ¶
func (wc *CRC32Writer) N() int
func (*CRC32Writer) Reset ¶
func (wc *CRC32Writer) Reset()
Click to show internal directories.
Click to hide internal directories.