Show / Hide Table of Contents

Class TarExtendedHeaderReader

Reads the extended header of a Tar stream

Inheritance
System.Object
TarExtendedHeaderReader
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ICSharpCode.SharpZipLib.Tar
Assembly: ICSharpCode.SharpZipLib.dll
Syntax
public class TarExtendedHeaderReader

Constructors

| Improve this Doc View Source

TarExtendedHeaderReader()

Creates a new TarExtendedHeaderReader.

Declaration
public TarExtendedHeaderReader()

Properties

| Improve this Doc View Source

Headers

Returns the parsed headers as key-value strings

Declaration
public Dictionary<string, string> Headers { get; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.String>

Methods

| Improve this Doc View Source

Read(Byte[], Int32)

Read length bytes from buffer

Declaration
public void Read(byte[] buffer, int length)
Parameters
Type Name Description
System.Byte[] buffer
System.Int32 length
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2000-2022 SharpZipLib Contributors