Uses of Class
org.apache.james.mime4j.util.ByteArrayOutputStreamRecycler.Wrapper
-
Packages that use ByteArrayOutputStreamRecycler.Wrapper Package Description org.apache.james.mime4j.message org.apache.james.mime4j.util -
-
Uses of ByteArrayOutputStreamRecycler.Wrapper in org.apache.james.mime4j.message
Fields in org.apache.james.mime4j.message declared as ByteArrayOutputStreamRecycler.Wrapper Modifier and Type Field Description private ByteArrayOutputStreamRecycler.WrapperBasicBodyFactory.BinaryBody3. contentprivate ByteArrayOutputStreamRecycler.WrapperBasicBodyFactory.StringBody3. contentConstructors in org.apache.james.mime4j.message with parameters of type ByteArrayOutputStreamRecycler.Wrapper Constructor Description BinaryBody3(ByteArrayOutputStreamRecycler.Wrapper content)StringBody3(ByteArrayOutputStreamRecycler.Wrapper content, java.nio.charset.Charset charset) -
Uses of ByteArrayOutputStreamRecycler.Wrapper in org.apache.james.mime4j.util
Methods in org.apache.james.mime4j.util that return ByteArrayOutputStreamRecycler.Wrapper Modifier and Type Method Description ByteArrayOutputStreamRecycler.WrapperByteArrayOutputStreamRecycler. allocOutputStream()static ByteArrayOutputStreamRecycler.WrapperContentUtil. bufferEfficient(java.io.InputStream in)
-