Class OutputStreamProtected
- java.lang.Object
-
- net.sourceforge.plantuml.code.deflate.OutputStreamProtected
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
public class OutputStreamProtected extends Object implements Closeable
-
-
Field Summary
Fields Modifier and Type Field Description static int
MAX_OUTPUT_SIZE
-
Constructor Summary
Constructors Constructor Description OutputStreamProtected()
-
-
-
Field Detail
-
MAX_OUTPUT_SIZE
public static final int MAX_OUTPUT_SIZE
- See Also:
- Constant Field Values
-
-
Method Detail
-
close
public void close() throws IOException
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-
toByteArray
public byte[] toByteArray()
-
write
public void write(int b) throws IOException
- Throws:
IOException
-
-