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.Wrapper
BasicBodyFactory.BinaryBody3. content
private ByteArrayOutputStreamRecycler.Wrapper
BasicBodyFactory.StringBody3. content
Constructors 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.Wrapper
ByteArrayOutputStreamRecycler. allocOutputStream()
static ByteArrayOutputStreamRecycler.Wrapper
ContentUtil. bufferEfficient(java.io.InputStream in)
-