Documentation
¶
Index ¶
- Constants
- type Buffer
- func (obj *Buffer) Array() []byte
- func (obj *Buffer) Clear()
- func (obj *Buffer) Flip()
- func (obj *Buffer) Get(size int) []byte
- func (obj *Buffer) GetByte() []byte
- func (obj *Buffer) GetDouble() float64
- func (obj *Buffer) GetFloat() float32
- func (obj *Buffer) GetInt() uint32
- func (obj *Buffer) GetLong() uint64
- func (obj *Buffer) GetShort() uint16
- func (obj *Buffer) Put(value []byte)
- func (obj *Buffer) PutByte(value byte)
- func (obj *Buffer) PutDouble(value float64)
- func (obj *Buffer) PutFloat(value float32)
- func (obj *Buffer) PutInt(value int)
- func (obj *Buffer) PutLong(value int)
- func (obj *Buffer) PutShort(value int)
- func (obj *Buffer) Size() int
- func (obj *Buffer) Slice(start int, end int) error
Constants ¶
View Source
const ( //Big ... Big = "big" //Little ... Little = "little" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.