Kinetica   C#   API  Version 7.2.3.0
Avro.IO.ByteBufferInputStream Class Reference
+ Inheritance diagram for Avro.IO.ByteBufferInputStream:
+ Collaboration diagram for Avro.IO.ByteBufferInputStream:

Public Member Functions

 ByteBufferInputStream (IList< MemoryStream > buffers)
 
override int Read (byte[] b, int off, int len)
 
- Public Member Functions inherited from Avro.IO.InputStream
override void Flush ()
 
override long Seek (long offset, SeekOrigin origin)
 
override void SetLength (long value)
 
override void Write (byte[] buffer, int offset, int count)
 

Properties

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

Detailed Description

Definition at line 24 of file ByteBufferInputStream.cs.

Constructor & Destructor Documentation

◆ ByteBufferInputStream()

Avro.IO.ByteBufferInputStream.ByteBufferInputStream ( IList< MemoryStream >  buffers)
inline

Definition at line 29 of file ByteBufferInputStream.cs.

Member Function Documentation

◆ Read()

override int Avro.IO.ByteBufferInputStream.Read ( byte []  b,
int  off,
int  len 
)
inline

Definition at line 34 of file ByteBufferInputStream.cs.

Property Documentation

◆ Length

override long Avro.IO.ByteBufferInputStream.Length
get

Definition at line 72 of file ByteBufferInputStream.cs.


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