Menu

#475 Add mutableBuffer support to stream class.

None
open
nobody
Classes (154)
5
2012-08-22
2012-08-07
No

For some applications, it is more efficient to use mutable buffers for handling input and output. Unfortunately, since the stream class only supports strings, it is necessary to create short-lived string objects when transferring data to or from the mutable buffer. The stream class should be able to do this directly.

Related

Feature Requests: #497

Discussion

Anonymous
Anonymous

Add attachments
Cancel