Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type DataReader ¶
type DataReader struct {
// contains filtered or unexported fields
}
func NewDataReader ¶
func NewDataReader(r io.Reader, opt *Options) *DataReader
type DataWriter ¶
type DataWriter struct {
// contains filtered or unexported fields
}
func NewDataWriter ¶
func NewDataWriter(w io.Writer, opt *Options) *DataWriter
func (*DataWriter) Flush ¶
func (d *DataWriter) Flush() error
Click to show internal directories.
Click to hide internal directories.