Package com.codeski.nbt
Class NBTReader
- java.lang.Object
-
- com.codeski.nbt.NBTReader
-
public class NBTReader extends java.lang.ObjectClass for reading NBT binary data from files.
-
-
Constructor Summary
Constructors Constructor Description NBTReader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static NBTCompoundread(java.io.File file)Reads the file and returns the root compound tag and its children.
-
-
-
Method Detail
-
read
public static NBTCompound read(java.io.File file) throws java.io.IOException
Reads the file and returns the root compound tag and its children.- Throws:
java.io.IOException
-
-