ByteArray

package
v0.4.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 22, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Index

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 New

func New(buffer ...*bytes.Buffer) *ByteArray

Constructor

func (*ByteArray) Clear_Bytes

func (bt *ByteArray) Clear_Bytes() *ByteArray

func (*ByteArray) Clear_Writer

func (bt *ByteArray) Clear_Writer() *ByteArray

func (*ByteArray) Get_Reader

func (bt *ByteArray) Get_Reader() *bytes.Buffer

func (*ByteArray) Get_Reader_Buffer

func (bt *ByteArray) Get_Reader_Buffer() []byte

func (*ByteArray) Get_Writer

func (bt *ByteArray) Get_Writer() *bytes.Buffer

Getter functions

func (*ByteArray) Get_Writer_Buffer

func (bt *ByteArray) Get_Writer_Buffer() []byte

func (*ByteArray) Prepare_To_Read

func (bt *ByteArray) Prepare_To_Read() *ByteArray

Transform functions

func (*ByteArray) Prepare_To_Write

func (bt *ByteArray) Prepare_To_Write() *ByteArray

func (*ByteArray) Read_Boolean

func (bt *ByteArray) Read_Boolean() bool

func (*ByteArray) Read_Byte

func (bt *ByteArray) Read_Byte() byte

Reader functions

func (*ByteArray) Read_Encoded

func (bt *ByteArray) Read_Encoded() int

func (*ByteArray) Read_Int

func (bt *ByteArray) Read_Int() int

func (*ByteArray) Read_Short

func (bt *ByteArray) Read_Short() uint16

func (*ByteArray) Read_UTF

func (bt *ByteArray) Read_UTF() string

func (*ByteArray) Write_Boolean

func (bt *ByteArray) Write_Boolean(value bool) *ByteArray

func (*ByteArray) Write_Byte

func (bt *ByteArray) Write_Byte(value int) *ByteArray

Writer functions

func (*ByteArray) Write_CC

func (bt *ByteArray) Write_CC(C int, CC int) *ByteArray

func (*ByteArray) Write_Encoded

func (bt *ByteArray) Write_Encoded(length int)

func (*ByteArray) Write_Int

func (bt *ByteArray) Write_Int(value int) *ByteArray

func (*ByteArray) Write_Short

func (bt *ByteArray) Write_Short(value int) *ByteArray

func (*ByteArray) Write_UTF

func (bt *ByteArray) Write_UTF(value string) *ByteArray

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL