public class NBTOutputStream
extends java.lang.Object
implements java.io.Closeable
| Constructor and Description |
|---|
NBTOutputStream(java.io.DataOutput output) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
writeTag(java.lang.Object tag) |
void |
writeTag(java.lang.Object tag,
int maxDepth) |
void |
writeValue(java.lang.Object tag) |
void |
writeValue(java.lang.Object tag,
int maxDepth) |
public void writeTag(java.lang.Object tag)
throws java.io.IOException
java.io.IOExceptionpublic void writeTag(java.lang.Object tag,
int maxDepth)
throws java.io.IOException
java.io.IOExceptionpublic void writeValue(java.lang.Object tag)
throws java.io.IOException
java.io.IOExceptionpublic void writeValue(java.lang.Object tag,
int maxDepth)
throws java.io.IOException
java.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseablejava.io.IOException