Class ByteArrayOutputStreamExtended

java.lang.Object
java.io.OutputStream
java.io.ByteArrayOutputStream
overit.geocall.util.ByteArrayOutputStreamExtended
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class ByteArrayOutputStreamExtended extends ByteArrayOutputStream
  • Constructor Details

    • ByteArrayOutputStreamExtended

      public ByteArrayOutputStreamExtended()
    • ByteArrayOutputStreamExtended

      public ByteArrayOutputStreamExtended(int size)
    • ByteArrayOutputStreamExtended

      public ByteArrayOutputStreamExtended(byte[] bb)
  • Method Details