Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrInstance = fmt.Errorf("invalid buffer delim instance")
)
Functions ¶
This section is empty.
Types ¶
type BufferDelim ¶
type BufferDelim interface { io.ReadCloser io.WriterTo SetDelim(d rune) GetDelim() rune SetBufferSize(b libsiz.Size) GetBufferSize() libsiz.Size SetInput(i io.ReadCloser) Reader() io.ReadCloser Copy(w io.Writer) (n int64, err error) ReadBytes() ([]byte, error) }
func New ¶
func New(r io.ReadCloser, delim rune, sizeBufferRead libsiz.Size) BufferDelim
type DiscardCloser ¶
type DiscardCloser struct{}
func (DiscardCloser) Close ¶
func (d DiscardCloser) Close() error
Click to show internal directories.
Click to hide internal directories.