nbtd



ubyte[] uncompressGZip(ubyte[] data);
Helper function for uncompressing a full GZip byte array

ubyte[] compressGZip(ubyte[] data);
Helper function for GZiping a full byte array

INBTItem parseElement(ref ubyte[] stream, bool hasName = true);
Function to read a element from a stream and advance the stream

INBTItem parseElement(NBTType type, ref ubyte[] stream, bool hasName = true);
Function to read a specified element from a stream and advance the stream


Page generated by Ddoc.