Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArrayReader ¶
type ArrayReader struct {
// contains filtered or unexported fields
}
func NewArrayReader ¶
func NewArrayReader(r io.Reader) (*ArrayReader, error)
func (*ArrayReader) Close ¶
func (r *ArrayReader) Close() error
type ArrayWriter ¶
type ArrayWriter struct {
// contains filtered or unexported fields
}
func NewArrayWriter ¶
func NewArrayWriter(path string) (*ArrayWriter, error)
func (*ArrayWriter) Close ¶
func (f *ArrayWriter) Close() error
Click to show internal directories.
Click to hide internal directories.