| Class | Description |
|---|---|
| BufferUtils |
Attachment processing uses a lot of buffers.
|
| BufferUtils.SizeLimitedOutputStream |
An output stream that counts the number of bytes written to it and throws an
exception when the size exceeds a given limit.
|
| Exception | Description |
|---|---|
| BufferUtils.SizeLimitExceededException |
Exception used by SizeLimitedOutputStream if the size limit has been exceeded.
|