Class NBTReader


  • public class NBTReader
    extends java.lang.Object
    Class for reading NBT binary data from files.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static NBTCompound read​(java.io.File file)
      Reads the file and returns the root compound tag and its children.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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