Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Crc64Reader ¶
type Crc64Reader struct {
// contains filtered or unexported fields
}
func NewCrc64Reader ¶
func NewCrc64Reader(r io.Reader) *Crc64Reader
func (*Crc64Reader) Verify ¶
func (cr *Crc64Reader) Verify() error
type Crc64Writer ¶
func NewCrc64Writer ¶
func NewCrc64Writer(w io.Writer) *Crc64Writer
func (*Crc64Writer) Finish ¶
func (cw *Crc64Writer) Finish() (string, error)
Click to show internal directories.
Click to hide internal directories.