55
edits
No edit summary |
|||
| Line 62: | Line 62: | ||
=== Text I/O === | === Text I/O === | ||
=== | === 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. | ||
edits