|
Fingerprint_Card
|
ExtraData tagged value interface. More...

Public Member Functions | |
| void | SetData (byte[] data, int offset, int count) |
| Set the contents of this instance from the data passed. | |
| byte[] | GetData () |
| Get the data representing this instance. | |
Properties | |
| short | TagID [get] |
| Get the ID for this tagged data value. | |
ExtraData tagged value interface.
| byte[] ICSharpCode.SharpZipLib.Zip.ITaggedData.GetData | ( | ) |
Get the data representing this instance.
Implemented in ICSharpCode.SharpZipLib.Zip.ExtendedUnixData, ICSharpCode.SharpZipLib.Zip.NTTaggedData, and ICSharpCode.SharpZipLib.Zip.RawTaggedData.

| void ICSharpCode.SharpZipLib.Zip.ITaggedData.SetData | ( | byte[] | data, |
| int | offset, | ||
| int | count ) |
Set the contents of this instance from the data passed.
| data | The data to extract contents from. |
| offset | The offset to begin extracting data from. |
| count | The number of bytes to extract. |
Implemented in ICSharpCode.SharpZipLib.Zip.ExtendedUnixData, ICSharpCode.SharpZipLib.Zip.NTTaggedData, and ICSharpCode.SharpZipLib.Zip.RawTaggedData.

|
get |
Get the ID for this tagged data value.
Implemented in ICSharpCode.SharpZipLib.Zip.ExtendedUnixData, ICSharpCode.SharpZipLib.Zip.NTTaggedData, and ICSharpCode.SharpZipLib.Zip.RawTaggedData.