Documentation
¶
Index ¶
- func ByteGet(length int) (data []byte)
- func BytePut(data []byte)
- type BufferedConn
- func (b *BufferedConn) Close() error
- func (b *BufferedConn) LocalAddr() net.Addr
- func (b *BufferedConn) Read(p []byte) (int, error)
- func (b *BufferedConn) RemoteAddr() net.Addr
- func (b *BufferedConn) SetDeadline(t time.Time) error
- func (b *BufferedConn) SetReadDeadline(t time.Time) error
- func (b *BufferedConn) SetWriteDeadline(t time.Time) error
- func (b *BufferedConn) Write(p []byte) (int, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BufferedConn ¶
type BufferedConn struct {
// contains filtered or unexported fields
}
func NewBufferedConn ¶
func NewBufferedConn(conn net.Conn, reader *bufio.Reader) *BufferedConn
func (*BufferedConn) Close ¶
func (b *BufferedConn) Close() error
func (*BufferedConn) LocalAddr ¶
func (b *BufferedConn) LocalAddr() net.Addr
func (*BufferedConn) RemoteAddr ¶
func (b *BufferedConn) RemoteAddr() net.Addr
func (*BufferedConn) SetDeadline ¶
func (b *BufferedConn) SetDeadline(t time.Time) error
func (*BufferedConn) SetReadDeadline ¶
func (b *BufferedConn) SetReadDeadline(t time.Time) error
func (*BufferedConn) SetWriteDeadline ¶
func (b *BufferedConn) SetWriteDeadline(t time.Time) error
Click to show internal directories.
Click to hide internal directories.