MemoryTextStream
Description
- Derived from
-
TextStreamBase abstract
An implementation of the ITextStream that uses a growing memory buffer.
Public / Constructors
For
4 overloads
Creates a new instance of MemoryTextStream that reads the given text.
The stream will be in read mode.
Creates a new instance of MemoryTextStream that reads the given text.
The stream will be in read mode.
Creates a new instance of MemoryTextStream that reads the given text.
The stream will be in read mode.
Creates a new instance of MemoryTextStream that reads the given text.
The stream will be in read mode.
MemoryTextStream
Creates a new instance of MemoryTextStream.
The stream will be in write mode.
- See also
Public / Methods
Flip
Flips this memory stream so that it reads back the data that has been written to it.
When calling this method, the stream must be in write mode. After returning, the stream will be in read mode.
- IOException
-
If the memory stream is not in write mode.
- See also