Definition

constructor(binaryStream: DataInputStream)

Reconstruct a DefinitionType whose data was previously serialized onto a stream of bytes that can be read from the DataInputStream.

Parameters

binaryStream

The source of data for deserialization.


constructor(definitionType: NamesIndex.DefinitionType, manifestIndex: Int)