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 Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
oCException
|\CLibNbt.NbtFormatExceptionException thrown when a format violation is detected while parsing or saving an NBT file.
oCICollection
|\CLibNbt.NbtCompoundA tag containing a set of other named tags. Order is not guaranteed.
oCICollection< NbtTag >
|\CLibNbt.NbtCompoundA tag containing a set of other named tags. Order is not guaranteed.
oCIList
|\CLibNbt.NbtListA tag containing a list of unnamed tags, all of the same kind.
oCIList< NbtTag >
|\CLibNbt.NbtListA tag containing a list of unnamed tags, all of the same kind.
oCLibNbt.NbtFileRepresents a complete NBT file.
\CLibNbt.NbtTagBase class for different kinds of named binary tags.
 oCLibNbt.NbtByteA tag containing a single byte.
 oCLibNbt.NbtByteArrayA tag containing an array of bytes.
 oCLibNbt.NbtCompoundA tag containing a set of other named tags. Order is not guaranteed.
 oCLibNbt.NbtDoubleA tag containing a double-precision floating point number.
 oCLibNbt.NbtFloatA tag containing a single-precision floating point number.
 oCLibNbt.NbtIntA tag containing a single signed 32-bit integer.
 oCLibNbt.NbtIntArrayA tag containing an array of signed 32-bit integers.
 oCLibNbt.NbtListA tag containing a list of unnamed tags, all of the same kind.
 oCLibNbt.NbtLongA tag containing a single signed 64-bit integer.
 oCLibNbt.NbtShortA tag containing a single signed 16-bit integer.
 \CLibNbt.NbtStringA tag containing a single string. String is stored in UTF-8 encoding.