Package org.cloudburstmc.nbt
Class NBTOutputStream
java.lang.Object
org.cloudburstmc.nbt.NBTOutputStream
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidvoidvoidwriteValue(Object tag) voidwriteValue(Object tag, int maxDepth)
-
Constructor Details
-
NBTOutputStream
-
-
Method Details
-
writeTag
- Throws:
IOException
-
writeTag
- Throws:
IOException
-
writeValue
- Throws:
IOException
-
writeValue
- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-