|
Fingerprint_Card
|
A factory that creates tagged data instances. More...
Public Member Functions | |
| ITaggedData | Create (short tag, byte[] data, int offset, int count) |
| Get data for a specific tag value. | |
A factory that creates tagged data instances.
| ITaggedData ICSharpCode.SharpZipLib.Zip.ITaggedDataFactory.Create | ( | short | tag, |
| byte[] | data, | ||
| int | offset, | ||
| int | count ) |
Get data for a specific tag value.
| tag | The tag ID to find. |
| data | The data to search. |
| offset | The offset to begin extracting data from. |
| count | The number of bytes to extract. |