- NBTConstants - Class in org.jnbt
-
A class which holds constant values.
- NBTInputStream - Class in org.jnbt
-
This class reads NBT, or Named Binary Tag
streams, and produces an object graph of subclasses of the Tag
object.
- NBTInputStream(InputStream) - Constructor for class org.jnbt.NBTInputStream
-
Creates a new NBTInputStream
, which will source its data
from the specified input stream.
- NBTOutputStream - Class in org.jnbt
-
This class writes NBT, or Named Binary Tag
Tag
objects to an underlying OutputStream
.
- NBTOutputStream(OutputStream) - Constructor for class org.jnbt.NBTOutputStream
-
Creates a new NBTOutputStream
, which will write data to the
specified underlying output stream.
- NBTUtils - Class in org.jnbt
-
A class which contains NBT-related utility methods.