public final class PrettifyOutputStream extends OutputStream
| Modifier and Type | Class and Description |
|---|---|
static class |
PrettifyOutputStream.IndentType |
| Constructor and Description |
|---|
PrettifyOutputStream(OutputStream out) |
PrettifyOutputStream(OutputStream out,
PrettifyOutputStream.IndentType indentType,
int indentLength) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(byte[] bytes,
int off,
int len) |
void |
write(int b) |
close, flush, writepublic PrettifyOutputStream(OutputStream out)
public PrettifyOutputStream(OutputStream out, PrettifyOutputStream.IndentType indentType, int indentLength)
public final void write(byte[] bytes,
int off,
int len)
throws IOException
write in class OutputStreamIOExceptionpublic final void write(int b)
throws IOException
write in class OutputStreamIOExceptionCopyright © 2019. All rights reserved.