Class LogOutputStream.ByteArrayOutputStreamX

  • All Implemented Interfaces:
    java.io.Closeable, java.io.Flushable, java.lang.AutoCloseable
    Enclosing class:
    LogOutputStream

    private static final class LogOutputStream.ByteArrayOutputStreamX
    extends java.io.ByteArrayOutputStream
    • Field Summary

      • Fields inherited from class java.io.ByteArrayOutputStream

        buf, count
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ByteArrayOutputStreamX​(int size)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString​(java.nio.charset.Charset charset)  
      • Methods inherited from class java.io.ByteArrayOutputStream

        close, reset, size, toByteArray, toString, toString, toString, write, write, writeTo
      • Methods inherited from class java.io.OutputStream

        flush, write
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ByteArrayOutputStreamX

        private ByteArrayOutputStreamX​(int size)
    • Method Detail

      • toString

        public java.lang.String toString​(java.nio.charset.Charset charset)