In-memory streams
OutputStream that collects the written data in memory and allows to query it as a byte array.
Provides a random access stream interface for accessing an array of bytes.
Creates a new stream with the given data array as its contents.
See Source File
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
© 2012-2016 Sönke Ludwig
Sönke Ludwig
In-memory streams