nbtd

Undocumented in source.

Modules

INBTItem
module nbtd.INBTItem
Undocumented in source.
NBTCommon
module nbtd.NBTCommon
Undocumented in source.
NBTCompound
module nbtd.NBTCompound
Undocumented in source.
NBTEnd
module nbtd.NBTEnd
Undocumented in source.
NBTList
module nbtd.NBTList
Undocumented in source.

Public Imports

nbtd.INBTItem
public import nbtd.INBTItem;
Undocumented in source.
nbtd.NBTCommon
public import nbtd.NBTCommon;
Undocumented in source.
nbtd.NBTEnd
public import nbtd.NBTEnd;
Undocumented in source.
nbtd.NBTList
public import nbtd.NBTList;
Undocumented in source.
nbtd.NBTCompound
public import nbtd.NBTCompound;
Undocumented in source.

Members

Functions

compressGZip
ubyte[] compressGZip(ubyte[] data)

Helper function for GZiping a full byte array

parseElement
INBTItem parseElement(NBTType type, ubyte[] stream, bool hasName)

Function to read a specified element from a stream and advance the stream

parseElement
INBTItem parseElement(ubyte[] stream, bool hasName)

Function to read a element from a stream and advance the stream

uncompressGZip
ubyte[] uncompressGZip(ubyte[] data)

Helper function for uncompressing a full GZip byte array

Meta