public class NBTOutputStream extends Object implements Closeable
| Constructor and Description |
|---|
NBTOutputStream(DataOutput output) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
writeTag(Object tag) |
void |
writeTag(Object tag,
int maxDepth) |
public NBTOutputStream(DataOutput output)
public void writeTag(Object tag) throws IOException
IOExceptionpublic void writeTag(Object tag, int maxDepth) throws IOException
IOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2020. All rights reserved.