Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Crc64Table = crc64.MakeTable(crc64.ECMA)
)
Functions ¶
This section is empty.
Types ¶
type Reader ¶
type Reader struct {
// contains filtered or unexported fields
}
func CreateReader ¶
func CreateReader(r io.ReadCloser) *Reader
type Writer ¶
type Writer struct {
// contains filtered or unexported fields
}
func CreateWriter ¶
func CreateWriter(w io.WriteCloser) *Writer
Click to show internal directories.
Click to hide internal directories.