Class NBTInputStream

java.lang.Object
com.sk89q.jnbt.NBTInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

@Deprecated public final class NBTInputStream extends Object implements Closeable
Deprecated.
JNBT is being removed for lin-bus in WorldEdit 8, use LinBinaryIO instead
This class reads NBT, or Named Binary Tag streams, and produces an object graph of subclasses of the Tag object.

The NBT format was created by Markus Persson, and the specification may be found at https://minecraft.wiki/w/NBT_format.

  • Constructor Details

    • NBTInputStream

      public NBTInputStream(InputStream is)
      Deprecated.
      Creates a new NBTInputStream, which will source its data from the specified input stream.
      Parameters:
      is - the input stream
  • Method Details