ServerJS/IO/A: Difference between revisions

No edit summary
Line 62: Line 62:
=== Text I/O ===
=== Text I/O ===


=== In-Memory Streams ===
=== Memory based I/O ===


The io module provides two classes for in-memory stream: ByteBuffer for an in-memory stream backed by a ByteArray, and StringBuffer for an in-memory text stream that works with strings.
The io module provides two classes for in-memory stream: ByteBuffer for an in-memory stream backed by a ByteArray, and StringBuffer for an in-memory text stream that works with strings.
55

edits