Utility to collect data written to an OutputStream in MemoryStreams.
More...
Utility to collect data written to an OutputStream in MemoryStreams.
- See also
- ByteBufferInputStream
◆ ByteBufferOutputStream()
Avro.IO.ByteBufferOutputStream.ByteBufferOutputStream |
( |
| ) |
|
|
inline |
◆ Append()
void Avro.IO.ByteBufferOutputStream.Append |
( |
List< MemoryStream > |
lists | ) |
|
|
inline |
Appends a list of MemoryStream to this stream.
- Parameters
-
lists | Memory streams to append. |
◆ GetBufferList()
List<MemoryStream> Avro.IO.ByteBufferOutputStream.GetBufferList |
( |
| ) |
|
|
inline |
Returns all data written and resets the stream to be empty.
- Returns
- All memory stream data.
◆ Prepend()
void Avro.IO.ByteBufferOutputStream.Prepend |
( |
List< MemoryStream > |
lists | ) |
|
|
inline |
Prepends a list of MemoryStream to this stream.
- Parameters
-
lists | Memory streams to prepend. |
◆ BUFFER_SIZE
const int Avro.IO.ByteBufferOutputStream.BUFFER_SIZE = 8192 |
|
static |
Size of memory stream buffers.
The documentation for this class was generated from the following file:
- src/apache/main/IO/ByteBufferOutputStream.cs