Hierarchy

  • ByteArray

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

bin

bin: any

chr

chr: object

Type declaration

Methods

getData

  • getData(): string
  • Returns string

writeByte

  • writeByte(val: any): void
  • Parameters

    • val: any

    Returns void

writeBytes

  • writeBytes(array: any, offset: any, length: any): void
  • Parameters

    • array: any
    • offset: any
    • length: any

    Returns void

writeUTFBytes

  • writeUTFBytes(string: any): void
  • Parameters

    • string: any

    Returns void

Generated using TypeDoc