Module vibe.stream.memory

In-memory streams

Classes

Class name Description
MemoryOutputStream OutputStream that collects the written data in memory and allows to query it as a byte array.
MemoryStream Provides a random access stream interface for accessing an array of bytes.

Authors

Sönke Ludwig

Copyright

© 2012 RejectedSoftware e.K.

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.