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

ExtraData tagged value interface. More...

Inheritance diagram for ICSharpCode.SharpZipLib.Zip.ITaggedData:

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.

Detailed Description

ExtraData tagged value interface.

Member Function Documentation

◆ GetData()

byte[] ICSharpCode.SharpZipLib.Zip.ITaggedData.GetData ( )

Get the data representing this instance.

Returns
Returns the data for this instance.

Implemented in ICSharpCode.SharpZipLib.Zip.ExtendedUnixData, ICSharpCode.SharpZipLib.Zip.NTTaggedData, and ICSharpCode.SharpZipLib.Zip.RawTaggedData.

Here is the caller graph for this function:

◆ SetData()

void ICSharpCode.SharpZipLib.Zip.ITaggedData.SetData ( byte[] data,
int offset,
int count )

Set the contents of this instance from the data passed.

Parameters
dataThe data to extract contents from.
offsetThe offset to begin extracting data from.
countThe number of bytes to extract.

Implemented in ICSharpCode.SharpZipLib.Zip.ExtendedUnixData, ICSharpCode.SharpZipLib.Zip.NTTaggedData, and ICSharpCode.SharpZipLib.Zip.RawTaggedData.

Here is the caller graph for this function:

Property Documentation

◆ TagID

short ICSharpCode.SharpZipLib.Zip.ITaggedData.TagID
get

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