|
Fingerprint_Card
|
A raw binary tagged value. More...


Public Member Functions | |
| RawTaggedData (short tag) | |
| Initialise a new instance. | |
| void | SetData (byte[] data, int offset, int count) |
| Set the data from the raw values provided. | |
| byte[] | GetData () |
| Get the binary data representing this instance. | |
Properties | |
| short | TagID [get, set] |
| Get the ID for this tagged data value. | |
| byte[] | Data [get, set] |
| Get /set the binary data representing this instance. | |
Private Attributes | |
| short | _tag |
| The tag ID for this instance. | |
| byte[] | _data |
A raw binary tagged value.
| ICSharpCode.SharpZipLib.Zip.RawTaggedData.RawTaggedData | ( | short | tag | ) |
Initialise a new instance.
| tag | The tag ID. |
| byte[] ICSharpCode.SharpZipLib.Zip.RawTaggedData.GetData | ( | ) |
Get the binary data representing this instance.
Implements ICSharpCode.SharpZipLib.Zip.ITaggedData.
| void ICSharpCode.SharpZipLib.Zip.RawTaggedData.SetData | ( | byte[] | data, |
| int | offset, | ||
| int | count ) |
Set the data from the raw values provided.
| data | The raw data to extract values from. |
| offset | The index to start extracting values from. |
| count | The number of bytes available. |
Implements ICSharpCode.SharpZipLib.Zip.ITaggedData.
|
private |
|
private |
The tag ID for this instance.
|
getset |
Get /set the binary data representing this instance.
|
getset |
Get the ID for this tagged data value.
Implements ICSharpCode.SharpZipLib.Zip.ITaggedData.