Documentation
¶
Index ¶
- type ByteBuffer
- func (self *ByteBuffer) Len() int
- func (self *ByteBuffer) PrvReadByte() (byte, error)
- func (self *ByteBuffer) PrvReadBytes(data []byte) int
- func (self *ByteBuffer) PrvReadFloat32(order binary.ByteOrder) (float32, error)
- func (self *ByteBuffer) PrvReadFloat64(order binary.ByteOrder) (float32, error)
- func (self *ByteBuffer) PrvReadInt16(order binary.ByteOrder) (int16, error)
- func (self *ByteBuffer) PrvReadInt32(order binary.ByteOrder) (int32, error)
- func (self *ByteBuffer) PrvReadInt64(order binary.ByteOrder) (int64, error)
- func (self *ByteBuffer) ReadByte() (byte, error)
- func (self *ByteBuffer) ReadBytes(data []byte) int
- func (self *ByteBuffer) ReadFloat32(order binary.ByteOrder) (float32, error)
- func (self *ByteBuffer) ReadFloat64(order binary.ByteOrder) (float32, error)
- func (self *ByteBuffer) ReadInt16(order binary.ByteOrder) (int16, error)
- func (self *ByteBuffer) ReadInt32(order binary.ByteOrder) (int32, error)
- func (self *ByteBuffer) ReadInt64(order binary.ByteOrder) (int64, error)
- func (self *ByteBuffer) WriteByte(b byte)
- func (self *ByteBuffer) WriteBytes(data []byte)
- func (self *ByteBuffer) WriteFloat32(num float32, order binary.ByteOrder)
- func (self *ByteBuffer) WriteFloat64(num float64, order binary.ByteOrder)
- func (self *ByteBuffer) WriteInt16(num int16, order binary.ByteOrder)
- func (self *ByteBuffer) WriteInt32(num int32, order binary.ByteOrder)
- func (self *ByteBuffer) WriteInt64(num int64, order binary.ByteOrder)
- type CopyType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ByteBuffer ¶
type ByteBuffer struct {
// contains filtered or unexported fields
}
func (*ByteBuffer) Len ¶
func (self *ByteBuffer) Len() int
func (*ByteBuffer) PrvReadByte ¶
func (self *ByteBuffer) PrvReadByte() (byte, error)
func (*ByteBuffer) PrvReadFloat32 ¶
func (self *ByteBuffer) PrvReadFloat32(order binary.ByteOrder) (float32, error)
func (*ByteBuffer) PrvReadFloat64 ¶
func (self *ByteBuffer) PrvReadFloat64(order binary.ByteOrder) (float32, error)
func (*ByteBuffer) PrvReadInt16 ¶
func (self *ByteBuffer) PrvReadInt16(order binary.ByteOrder) (int16, error)
func (*ByteBuffer) PrvReadInt32 ¶
func (self *ByteBuffer) PrvReadInt32(order binary.ByteOrder) (int32, error)
func (*ByteBuffer) PrvReadInt64 ¶
func (self *ByteBuffer) PrvReadInt64(order binary.ByteOrder) (int64, error)
func (*ByteBuffer) ReadByte ¶
func (self *ByteBuffer) ReadByte() (byte, error)
func (*ByteBuffer) ReadBytes ¶
func (self *ByteBuffer) ReadBytes(data []byte) int
func (*ByteBuffer) ReadFloat32 ¶
func (self *ByteBuffer) ReadFloat32(order binary.ByteOrder) (float32, error)
func (*ByteBuffer) ReadFloat64 ¶
func (self *ByteBuffer) ReadFloat64(order binary.ByteOrder) (float32, error)
func (*ByteBuffer) ReadInt16 ¶
func (self *ByteBuffer) ReadInt16(order binary.ByteOrder) (int16, error)
func (*ByteBuffer) ReadInt32 ¶
func (self *ByteBuffer) ReadInt32(order binary.ByteOrder) (int32, error)
func (*ByteBuffer) ReadInt64 ¶
func (self *ByteBuffer) ReadInt64(order binary.ByteOrder) (int64, error)
func (*ByteBuffer) WriteByte ¶
func (self *ByteBuffer) WriteByte(b byte)
func (*ByteBuffer) WriteBytes ¶
func (self *ByteBuffer) WriteBytes(data []byte)
func (*ByteBuffer) WriteFloat32 ¶
func (self *ByteBuffer) WriteFloat32(num float32, order binary.ByteOrder)
func (*ByteBuffer) WriteFloat64 ¶
func (self *ByteBuffer) WriteFloat64(num float64, order binary.ByteOrder)
func (*ByteBuffer) WriteInt16 ¶
func (self *ByteBuffer) WriteInt16(num int16, order binary.ByteOrder)
func (*ByteBuffer) WriteInt32 ¶
func (self *ByteBuffer) WriteInt32(num int32, order binary.ByteOrder)
func (*ByteBuffer) WriteInt64 ¶
func (self *ByteBuffer) WriteInt64(num int64, order binary.ByteOrder)
Click to show internal directories.
Click to hide internal directories.