Package Swift\CharacterStream
Classes summary
| Swift_CharacterStream_ArrayCharacterStream | A CharacterStream implementation which stores characters in an internal array. |
| Swift_CharacterStream_NgCharacterStream | A CharacterStream implementation which stores characters in an internal array. |
Interfaces summary
| Swift_CharacterStream | An abstract means of reading and writing data in terms of characters as opposed to bytes. Classes implementing this interface may use a subsystem which requires less memory than working with large strings of data. |