Interface BytesOutputStream

All Superinterfaces:
Closable

public interface BytesOutputStream extends Closable
(as OutputStream does not provide some useful *interface*)
See Also:
  • Method Details

    • write

      void write(int b) throws IOException
      Write.
      Parameters:
      b - the b
      Throws:
      IOException - the open exception
    • write

      void write(byte[] b) throws IOException
      Write.
      Parameters:
      b - the b
      Throws:
      IOException - the open exception
    • write

      void write(byte[] b, int off, int len) throws IOException
      Write.
      Parameters:
      b - the b
      off - the off
      len - the len
      Throws:
      IOException - the open exception
    • flush

      void flush() throws IOException
      Flush.
      Throws:
      IOException - the open exception