Fingerprint_Card
Loading...
Searching...
No Matches
ICSharpCode.SharpZipLib.Zip.ITaggedDataFactory Interface Reference

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.

Detailed Description

A factory that creates tagged data instances.

Member Function Documentation

◆ Create()

ITaggedData ICSharpCode.SharpZipLib.Zip.ITaggedDataFactory.Create ( short tag,
byte[] data,
int offset,
int count )

Get data for a specific tag value.

Parameters
tagThe tag ID to find.
dataThe data to search.
offsetThe offset to begin extracting data from.
countThe number of bytes to extract.
Returns
The located value found, or null if not found.

The documentation for this interface was generated from the following file: