Class NBTOutputStream

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

@Deprecated public final class NBTOutputStream extends Object implements Closeable
Deprecated.
JNBT is being removed for lin-bus in WorldEdit 8, use LinBinaryIO instead
This class writes NBT, or Named Binary Tag Tag objects to an underlying OutputStream.

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

  • Constructor Details

    • NBTOutputStream

      public NBTOutputStream(OutputStream os)
      Deprecated.
      Creates a new NBTOutputStream, which will write data to the specified underlying output stream.
      Parameters:
      os - The output stream.
  • Method Details