Documentation ¶
Index ¶
- type ByteArray
- func (bt *ByteArray) Clear_Bytes() *ByteArray
- func (bt *ByteArray) Clear_Writer() *ByteArray
- func (bt *ByteArray) Get_Reader() *bytes.Buffer
- func (bt *ByteArray) Get_Reader_Buffer() []byte
- func (bt *ByteArray) Get_Writer() *bytes.Buffer
- func (bt *ByteArray) Get_Writer_Buffer() []byte
- func (bt *ByteArray) Prepare_To_Read() *ByteArray
- func (bt *ByteArray) Prepare_To_Write() *ByteArray
- func (bt *ByteArray) Read_Boolean() bool
- func (bt *ByteArray) Read_Byte() byte
- func (bt *ByteArray) Read_Encoded() int
- func (bt *ByteArray) Read_Int() int
- func (bt *ByteArray) Read_Short() uint16
- func (bt *ByteArray) Read_UTF() string
- func (bt *ByteArray) Write_Boolean(value bool) *ByteArray
- func (bt *ByteArray) Write_Byte(value int) *ByteArray
- func (bt *ByteArray) Write_CC(C int, CC int) *ByteArray
- func (bt *ByteArray) Write_Encoded(length int)
- func (bt *ByteArray) Write_Int(value int) *ByteArray
- func (bt *ByteArray) Write_Short(value int) *ByteArray
- func (bt *ByteArray) Write_UTF(value string) *ByteArray
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ByteArray ¶
type ByteArray struct {
// contains filtered or unexported fields
}
func (*ByteArray) Clear_Bytes ¶
func (*ByteArray) Clear_Writer ¶
func (*ByteArray) Get_Reader ¶
func (*ByteArray) Get_Reader_Buffer ¶
func (*ByteArray) Get_Writer_Buffer ¶
func (*ByteArray) Prepare_To_Read ¶
Transform functions
func (*ByteArray) Prepare_To_Write ¶
func (*ByteArray) Read_Boolean ¶
func (*ByteArray) Read_Encoded ¶
func (*ByteArray) Read_Short ¶
func (*ByteArray) Write_Boolean ¶
func (*ByteArray) Write_Byte ¶
Writer functions
func (*ByteArray) Write_Encoded ¶
func (*ByteArray) Write_Short ¶
Click to show internal directories.
Click to hide internal directories.