Class OutputStreamProtected

java.lang.Object
net.sourceforge.plantuml.code.deflate.OutputStreamProtected
All Implemented Interfaces:
java.io.Closeable, java.lang.AutoCloseable

public class OutputStreamProtected extends java.lang.Object implements java.io.Closeable
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    byte[]
     
    void
    write(int b)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • OutputStreamProtected

      public OutputStreamProtected()
  • Method Details

    • close

      public void close() throws java.io.IOException
      Specified by:
      close in interface java.lang.AutoCloseable
      Specified by:
      close in interface java.io.Closeable
      Throws:
      java.io.IOException
    • toByteArray

      public byte[] toByteArray()
    • write

      public void write(int b) throws java.io.IOException
      Throws:
      java.io.IOException