Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ReadDumpObject

This interface means object can read datas from w3x binary buffer, and also dump itself to a w3x binary buffer. All w3x object binary parser implements this.

Hierarchy

  • ReadDumpObject

Implemented by

Index

Methods

Methods

dump

  • dump(): Buffer

read

  • read(buffer: Buffer): void

Generated using TypeDoc