Uses of Class
org.apache.james.mime4j.util.ByteArrayOutputStreamRecycler
-
Packages that use ByteArrayOutputStreamRecycler Package Description org.apache.james.mime4j.util -
-
Uses of ByteArrayOutputStreamRecycler in org.apache.james.mime4j.util
Fields in org.apache.james.mime4j.util declared as ByteArrayOutputStreamRecycler Modifier and Type Field Description private ByteArrayOutputStreamRecyclerByteArrayOutputStreamRecycler.Wrapper. recyclerFields in org.apache.james.mime4j.util with type parameters of type ByteArrayOutputStreamRecycler Modifier and Type Field Description protected static java.lang.ThreadLocal<java.lang.ref.SoftReference<ByteArrayOutputStreamRecycler>>ContentUtil. _outputStreamRecyclerRefMethods in org.apache.james.mime4j.util that return ByteArrayOutputStreamRecycler Modifier and Type Method Description static ByteArrayOutputStreamRecyclerContentUtil. getOutputStreamRecycler()Constructors in org.apache.james.mime4j.util with parameters of type ByteArrayOutputStreamRecycler Constructor Description Wrapper(ByteArrayOutputStreamRecycler recycler, org.apache.commons.io.output.UnsynchronizedByteArrayOutputStream value)
-