Method | Description | |
---|---|---|
ReadByte ( ) : byte |
Read a byte from record
|
|
ReadBytes ( int intLength ) : byte[] |
read a specified number of bytes from record
|
|
ReadChar ( ) : char |
Read a char from record
|
|
ReadDomainName ( ) : string |
read domain name from record, expanding compression if applied
|
|
ReadRecord ( |
reads a record type of Record*
|
|
ReadString ( ) : string |
reads a string from record
|
|
ReadUInt16 ( ) : |
read uint16 (two bytes)
|
|
ReadUInt16 ( int offset ) : |
read uint16 (two bytes)
|
|
ReadUInt32 ( ) : |
read 4 bytes from record
|
|
RecordReader ( byte data ) : System | ||
RecordReader ( byte data, int Position ) : System |
Initialize with data and starting position
|
public ReadUInt16 ( int offset ) : |
||
offset | int | advance position by |
return |
public RecordReader ( byte data, int Position ) : System | ||
data | byte | |
Position | int | starting position |
return | System |