Uses of Class
org.apache.james.mime4j.util.ByteArrayOutputStreamRecycler
Packages that use ByteArrayOutputStreamRecycler
-
Uses of ByteArrayOutputStreamRecycler in org.apache.james.mime4j.util
Fields in org.apache.james.mime4j.util declared as ByteArrayOutputStreamRecyclerModifier and TypeFieldDescriptionprivate final ByteArrayOutputStreamRecyclerByteArrayOutputStreamRecycler.Wrapper.recyclerFields in org.apache.james.mime4j.util with type parameters of type ByteArrayOutputStreamRecyclerModifier and TypeFieldDescriptionprotected static final ThreadLocal<SoftReference<ByteArrayOutputStreamRecycler>> ContentUtil._outputStreamRecyclerRefMethods in org.apache.james.mime4j.util that return ByteArrayOutputStreamRecyclerConstructors in org.apache.james.mime4j.util with parameters of type ByteArrayOutputStreamRecyclerModifierConstructorDescriptionWrapper(ByteArrayOutputStreamRecycler recycler, org.apache.commons.io.output.UnsynchronizedByteArrayOutputStream value)