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)
Undocumented in source. Be warned that the author may not have intended to support it.
parseElement
INBTItem parseElement(NBTType type, ubyte[] stream, bool hasName)
Undocumented in source. Be warned that the author may not have intended to support it.
parseElement
INBTItem parseElement(ubyte[] stream, bool hasName)
Undocumented in source. Be warned that the author may not have intended to support it.
uncompressGZip
ubyte[] uncompressGZip(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta