Documentation ¶
Index ¶
- type Buffer
- func (this *Buffer) Available() int
- func (this *Buffer) Bit(n int) byte
- func (this *Buffer) BitSet(n int, b byte)
- func (this *Buffer) Bytes() []byte
- func (this *Buffer) CapLen() int
- func (this *Buffer) Len() int
- func (this *Buffer) LenSet(n int)
- func (this *Buffer) Next(n int)
- func (this *Buffer) Pos() int
- func (this *Buffer) Read(b []byte) (n int, err error)
- func (this *Buffer) Reset()
- func (this *Buffer) Seek(p int)
- func (this *Buffer) SeekBegin()
- func (this *Buffer) SeekEnd() int
- func (this *Buffer) SetBuffer(b []byte)
- func (this *Buffer) String() string
- func (this *Buffer) Write(b []byte) (n int, err error)
- type ByteArray
- func (this *ByteArray) Endian() (endian binary.ByteOrder)
- func (this *ByteArray) Rbool() bool
- func (this *ByteArray) Rint() int
- func (this *ByteArray) Rint16() int16
- func (this *ByteArray) Rint32() int32
- func (this *ByteArray) Rint64() int64
- func (this *ByteArray) Rint8() int8
- func (this *ByteArray) Robj(v interface{})
- func (this *ByteArray) Rstr() (str string)
- func (this *ByteArray) Ruint16() (v uint16)
- func (this *ByteArray) Ruint32() (v uint32)
- func (this *ByteArray) Ruint64() (v uint64)
- func (this *ByteArray) Ruint8() (v uint8)
- func (this *ByteArray) Wbool(ok bool)
- func (this *ByteArray) Wint(v int)
- func (this *ByteArray) Wint16(v int16)
- func (this *ByteArray) Wint32(v int32)
- func (this *ByteArray) Wint64(v int64)
- func (this *ByteArray) Wint8(v int8)
- func (this *ByteArray) Wobj(v interface{})
- func (this *ByteArray) WriteTo(b io.Writer, n int) int
- func (this *ByteArray) Wstr(str string)
- func (this *ByteArray) Wuint16(v uint16)
- func (this *ByteArray) Wuint32(v uint32)
- func (this *ByteArray) Wuint64(v uint64)
- func (this *ByteArray) Wuint8(v uint8)
- type IBuffer
- type IReader
- type IWriter
- type ReadObj
- type WriteObj
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IBuffer ¶
Click to show internal directories.
Click to hide internal directories.