public static class SNBTIO.StringifiedNBTWriter extends OutputStreamWriter
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
nonEscapedTagName |
| Constructor and Description |
|---|
StringifiedNBTWriter(OutputStream out) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendTagName(String tagName) |
void |
indent(int depth) |
void |
writeTag(Tag tag,
boolean linebreak) |
void |
writeTag(Tag tag,
boolean linebreak,
int depth) |
close, flush, getEncoding, write, write, writepublic static Pattern nonEscapedTagName
public StringifiedNBTWriter(OutputStream out)
public void writeTag(Tag tag, boolean linebreak) throws IOException
IOExceptionpublic void writeTag(Tag tag, boolean linebreak, int depth) throws IOException
IOExceptionpublic void appendTagName(String tagName) throws IOException
IOExceptionpublic void indent(int depth)
throws IOException
IOExceptionCopyright © 2021. All rights reserved.