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

Public Member Functions

override int Read (byte[] buffer, int offset, int count)
 
override long Seek (long offset, SeekOrigin origin)
 
override void SetLength (long value)
 

Properties

override bool CanWrite [get]
 
override bool CanRead [get]
 
override bool CanSeek [get]
 
override long Position [get, set]
 

Detailed Description

Definition at line 24 of file OutputStream.cs.

Member Function Documentation

◆ Read()

override int Avro.IO.OutputStream.Read ( byte []  buffer,
int  offset,
int  count 
)
inline

Definition at line 47 of file OutputStream.cs.

◆ Seek()

override long Avro.IO.OutputStream.Seek ( long  offset,
SeekOrigin  origin 
)
inline

Definition at line 52 of file OutputStream.cs.

◆ SetLength()

override void Avro.IO.OutputStream.SetLength ( long  value)
inline

Definition at line 57 of file OutputStream.cs.

Property Documentation

◆ CanRead

override bool Avro.IO.OutputStream.CanRead
get

Definition at line 32 of file OutputStream.cs.

◆ CanSeek

override bool Avro.IO.OutputStream.CanSeek
get

Definition at line 37 of file OutputStream.cs.

◆ CanWrite

override bool Avro.IO.OutputStream.CanWrite
get

Definition at line 27 of file OutputStream.cs.

◆ Position

override long Avro.IO.OutputStream.Position
getset

Definition at line 42 of file OutputStream.cs.


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