RawRecord Class |
Namespace: Ookii.Jumbo.IO
The RawRecord type exposes the following members.
| Name | Description | |
|---|---|---|
| RawRecord |
Initializes a new instance of the RawRecord class.
| |
| RawRecord(Byte, Int32, Int32) |
Initializes a new instance of the RawRecord class.
|
| Name | Description | |
|---|---|---|
| Buffer |
Gets the buffer containing the raw record.
| |
| Count |
Gets the number of bytes in Buffer for the record.
| |
| Offset |
Gets the offset in Buffer at which the record starts.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Read |
Reads the object from the specified reader.
| |
| Reset |
Resets the this instance of the RawRecord class for a new record.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Write |
Writes the object to the specified writer.
|