Ixian SDK
DLT.BitWriter Class Reference

Public Member Functions

void Write (bool value)
 
void Write (byte[] bytes, int bitCount)
 
byte [] ToBytes ()
 
BitArray ToBitArray ()
 
int [] ToIntegers ()
 
void Write (uint value, int bitCount)
 
void Write (BitArray bitArray)
 
void Write (BitArray bitArray, int bitCount)
 
void Write (BitReader reader)
 
BitReader ToReader ()
 
override string ToString ()
 

Properties

int Count [get]
 
int Position [get, set]
 

Detailed Description

Definition at line 103 of file BitWriter.cs.

Member Function Documentation

◆ ToBitArray()

BitArray DLT.BitWriter.ToBitArray ( )

Definition at line 158 of file BitWriter.cs.

◆ ToBytes()

byte [] DLT.BitWriter.ToBytes ( )

Definition at line 132 of file BitWriter.cs.

◆ ToIntegers()

int [] DLT.BitWriter.ToIntegers ( )

Definition at line 163 of file BitWriter.cs.

◆ ToReader()

BitReader DLT.BitWriter.ToReader ( )

Definition at line 232 of file BitWriter.cs.

◆ ToString()

override string DLT.BitWriter.ToString ( )

Definition at line 237 of file BitWriter.cs.

◆ Write() [1/6]

void DLT.BitWriter.Write ( bool  value)

Definition at line 113 of file BitWriter.cs.

◆ Write() [2/6]

void DLT.BitWriter.Write ( byte []  bytes,
int  bitCount 
)

Definition at line 124 of file BitWriter.cs.

◆ Write() [3/6]

void DLT.BitWriter.Write ( uint  value,
int  bitCount 
)

Definition at line 185 of file BitWriter.cs.

◆ Write() [4/6]

void DLT.BitWriter.Write ( BitArray  bitArray)

Definition at line 215 of file BitWriter.cs.

◆ Write() [5/6]

void DLT.BitWriter.Write ( BitArray  bitArray,
int  bitCount 
)

Definition at line 219 of file BitWriter.cs.

◆ Write() [6/6]

void DLT.BitWriter.Write ( BitReader  reader)

Definition at line 227 of file BitWriter.cs.

Property Documentation

◆ Count

int DLT.BitWriter.Count
get

Definition at line 107 of file BitWriter.cs.

◆ Position

int DLT.BitWriter.Position
getset

Definition at line 196 of file BitWriter.cs.


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