public class SharedByteArrayOutputStream
extends java.io.ByteArrayOutputStream
A ByteArrayOutputStream that allows us to share the byte array
rather than copy it. Eventually could replace this with something
that doesn't require a single contiguous byte array.
Since:
JavaMail 1.4.5
Field Summary
Fields inherited from class java.io.ByteArrayOutputStream