This class is used to store bytes and provides both an OutputStream for storing the bytes and an InputStream for reading them. It stores the bytes in memory in a highly optimized way, with a possibility of using a backing file when the content is bigger than a predefined threshold.
@ibm-api
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|