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 ByteArrayOutputStreamRecycler
ByteArrayOutputStreamRecycler.Wrapper. recycler
Fields 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. _outputStreamRecyclerRef
Methods in org.apache.james.mime4j.util that return ByteArrayOutputStreamRecycler Modifier and Type Method Description static ByteArrayOutputStreamRecycler
ContentUtil. 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)
-