LumiSoft Mail Server User API
TarEntry Class
Namespaces > ICSharpCode.SharpZipLib.Tar > TarEntry

[Missing <summary> documentation for T:ICSharpCode.SharpZipLib.Tar.TarEntry]

Syntax
C#Visual BasicManaged C++
public class TarEntry : ICloneable
Public Class TarEntry _
	Implements ICloneable
public ref class TarEntry : ICloneable
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
TarEntryNew(Byte[]())
Initializes a new instance of the TarEntry class.
TarEntryNew(TarHeader)
Initializes a new instance of the TarEntry class.
static memberAdjustEntryName(Byte[](), String)

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Tar.TarEntry.AdjustEntryName(System.Byte[],System.String)]

Clone()

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Tar.TarEntry.Clone]

static memberCreateEntryFromFile(String)

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Tar.TarEntry.CreateEntryFromFile(System.String)]

static memberCreateTarEntry(String)

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Tar.TarEntry.CreateTarEntry(System.String)]

Equals(Object)

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Tar.TarEntry.Equals(System.Object)]

(Overrides Object.Equals(Object).)
File

[Missing <summary> documentation for P:ICSharpCode.SharpZipLib.Tar.TarEntry.File]

Finalize()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetDirectoryEntries()

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Tar.TarEntry.GetDirectoryEntries]

GetFileTarHeader(TarHeader, String)

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Tar.TarEntry.GetFileTarHeader(ICSharpCode.SharpZipLib.Tar.TarHeader,System.String)]

GetHashCode()

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Tar.TarEntry.GetHashCode]

(Overrides Object.GetHashCode().)
GetType()
Gets the Type of the current instance.
(Inherited from Object.)
GroupId

[Missing <summary> documentation for P:ICSharpCode.SharpZipLib.Tar.TarEntry.GroupId]

GroupName

[Missing <summary> documentation for P:ICSharpCode.SharpZipLib.Tar.TarEntry.GroupName]

IsDescendent(TarEntry)

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Tar.TarEntry.IsDescendent(ICSharpCode.SharpZipLib.Tar.TarEntry)]

IsDirectory

[Missing <summary> documentation for P:ICSharpCode.SharpZipLib.Tar.TarEntry.IsDirectory]

MemberwiseClone()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ModTime

[Missing <summary> documentation for P:ICSharpCode.SharpZipLib.Tar.TarEntry.ModTime]

Name

[Missing <summary> documentation for P:ICSharpCode.SharpZipLib.Tar.TarEntry.Name]

static memberNameTarHeader(TarHeader, String)

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Tar.TarEntry.NameTarHeader(ICSharpCode.SharpZipLib.Tar.TarHeader,System.String)]

SetIds(Int32, Int32)

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Tar.TarEntry.SetIds(System.Int32,System.Int32)]

SetNames(String, String)

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Tar.TarEntry.SetNames(System.String,System.String)]

Size

[Missing <summary> documentation for P:ICSharpCode.SharpZipLib.Tar.TarEntry.Size]

TarHeader

[Missing <summary> documentation for P:ICSharpCode.SharpZipLib.Tar.TarEntry.TarHeader]

ToString()
Returns a String that represents the current Object.
(Inherited from Object.)
UserId

[Missing <summary> documentation for P:ICSharpCode.SharpZipLib.Tar.TarEntry.UserId]

UserName

[Missing <summary> documentation for P:ICSharpCode.SharpZipLib.Tar.TarEntry.UserName]

WriteEntryHeader(Byte[]())

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Tar.TarEntry.WriteEntryHeader(System.Byte[])]

Inheritance Hierarchy
Object
TarEntry

Assembly: ICSharpCode.SharpZipLib Version: 0.85.0.0 (Module: ICSharpCode.SharpZipLib)