Avro C#
 All Classes Namespaces Functions Variables Enumerations Properties
Public Member Functions | Public Attributes | Properties | List of all members
Avro.IO.ByteBufferOutputStream Class Reference
Inheritance diagram for Avro.IO.ByteBufferOutputStream:
Avro.IO.OutputStream

Public Member Functions

void Prepend (List< MemoryStream > lists)
 
void Append (List< MemoryStream > lists)
 
override void Write (byte[] b, int off, int len)
 
List< MemoryStream > GetBufferList ()
 
override void Flush ()
 
- Public Member Functions inherited from Avro.IO.OutputStream
override int Read (byte[] buffer, int offset, int count)
 
override long Seek (long offset, SeekOrigin origin)
 
override void SetLength (long value)
 

Public Attributes

const int BUFFER_SIZE = 8192
 

Properties

override long Length [get]
 
- Properties inherited from Avro.IO.OutputStream
override bool CanWrite [get]
 
override bool CanRead [get]
 
override bool CanSeek [get]
 
override long Position [get, set]
 

The documentation for this class was generated from the following file: