NbtLib2012  0.3.4
A continuation of libnbt project, originally by Erik Davidson (aphistic). A C# library for reading and writing Named Binary Tag (NBT) format files.
 All Classes Namespaces Files Functions Enumerations Properties
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
\NLibNbt
 oCNbtFileRepresents a complete NBT file.
 oCNbtFormatExceptionException thrown when a format violation is detected while parsing or saving an NBT file.
 oCNbtByteA tag containing a single byte.
 oCNbtByteArrayA tag containing an array of bytes.
 oCNbtCompoundA tag containing a set of other named tags. Order is not guaranteed.
 oCNbtDoubleA tag containing a double-precision floating point number.
 oCNbtFloatA tag containing a single-precision floating point number.
 oCNbtIntA tag containing a single signed 32-bit integer.
 oCNbtIntArrayA tag containing an array of signed 32-bit integers.
 oCNbtListA tag containing a list of unnamed tags, all of the same kind.
 oCNbtLongA tag containing a single signed 64-bit integer.
 oCNbtShortA tag containing a single signed 16-bit integer.
 oCNbtStringA tag containing a single string. String is stored in UTF-8 encoding.
 \CNbtTagBase class for different kinds of named binary tags.