Constructors

Link copied to clipboard
constructor()
constructor(d: ByteArray)
constructor(br: ByteReader, maxSize: Int)
constructor(flags: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open val name: String?
Link copied to clipboard
open val size: Int
Link copied to clipboard
val type: Int
Link copied to clipboard
protected var typeFlags: Int

Functions

Link copied to clipboard
open fun load(br: ByteReader, maxSize: Int)
Link copied to clipboard
open override fun serialize(bw: ByteWriter)
Link copied to clipboard
open fun setName(s: String?): ItemID
Link copied to clipboard
open fun setSize(s: Int): ItemID
Link copied to clipboard
fun setType(t: Int): ItemID
Link copied to clipboard
open fun setTypeFlags(flags: Int): ItemID
Link copied to clipboard
open override fun toString(): String