public class OutputStreamProtected
extends java.lang.Object
implements java.io.Closeable
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_OUTPUT_SIZE |
| Constructor and Description |
|---|
OutputStreamProtected() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
byte[] |
toByteArray() |
void |
write(int b) |
public static final int MAX_OUTPUT_SIZE
public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseablejava.io.IOExceptionpublic byte[] toByteArray()
public void write(int b)
throws java.io.IOException
java.io.IOException