Documentation ¶
Overview ¶
Package bufferproxy is a package that provides a buffer proxy for the app.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Buffer ¶
type Buffer interface { ReadFrom(r ioproxy.ReaderInstanceInterface) (int64, error) Reset() String() string Write(p []byte) (n int, err error) }
Buffer is an interface for buffer.
type BufferProxy ¶
BufferProxy is a struct that implements Buffer.
func (*BufferProxy) ReadFrom ¶
func (b *BufferProxy) ReadFrom(r ioproxy.ReaderInstanceInterface) (int64, error)
ReadFrom is a proxy for buffer.ReadFrom.
func (*BufferProxy) String ¶
func (b *BufferProxy) String() string
String is a proxy for buffer.String.
Click to show internal directories.
Click to hide internal directories.