Class ByteArrayOutputStreamRecycler.Wrapper

    • Constructor Summary

      Constructors 
      Constructor Description
      Wrapper​(ByteArrayOutputStreamRecycler recycler, org.apache.commons.io.output.UnsynchronizedByteArrayOutputStream value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.commons.io.output.UnsynchronizedByteArrayOutputStream getValue()  
      void release()  
      • Methods inherited from class java.lang.Object

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

      • value

        private final org.apache.commons.io.output.UnsynchronizedByteArrayOutputStream value
    • Constructor Detail

    • Method Detail

      • release

        public void release()
      • getValue

        public org.apache.commons.io.output.UnsynchronizedByteArrayOutputStream getValue()