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

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

Syntax
C#Visual BasicManaged C++
public class TarBuffer
Public Class TarBuffer
public ref class TarBuffer
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
TarBufferNew()
Initializes a new instance of the TarBuffer class.
BlockFactor

[Missing <summary> documentation for P:ICSharpCode.SharpZipLib.Tar.TarBuffer.BlockFactor]

static memberBlockSize

[Missing <summary> documentation for F:ICSharpCode.SharpZipLib.Tar.TarBuffer.BlockSize]

Close()

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Tar.TarBuffer.Close]

static memberCreateInputTarBuffer(Stream)

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Tar.TarBuffer.CreateInputTarBuffer(System.IO.Stream)]

static memberCreateInputTarBuffer(Stream, Int32)

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Tar.TarBuffer.CreateInputTarBuffer(System.IO.Stream,System.Int32)]

static memberCreateOutputTarBuffer(Stream)

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Tar.TarBuffer.CreateOutputTarBuffer(System.IO.Stream)]

static memberCreateOutputTarBuffer(Stream, Int32)

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Tar.TarBuffer.CreateOutputTarBuffer(System.IO.Stream,System.Int32)]

CurrentBlock

[Missing <summary> documentation for P:ICSharpCode.SharpZipLib.Tar.TarBuffer.CurrentBlock]

CurrentRecord

[Missing <summary> documentation for P:ICSharpCode.SharpZipLib.Tar.TarBuffer.CurrentRecord]

static memberDefaultBlockFactor

[Missing <summary> documentation for F:ICSharpCode.SharpZipLib.Tar.TarBuffer.DefaultBlockFactor]

static memberDefaultRecordSize

[Missing <summary> documentation for F:ICSharpCode.SharpZipLib.Tar.TarBuffer.DefaultRecordSize]

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
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.)
GetBlockFactor()

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Tar.TarBuffer.GetBlockFactor]

GetCurrentBlockNum()

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Tar.TarBuffer.GetCurrentBlockNum]

GetCurrentRecordNum()

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Tar.TarBuffer.GetCurrentRecordNum]

GetHashCode()
Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetRecordSize()

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Tar.TarBuffer.GetRecordSize]

GetType()
Gets the Type of the current instance.
(Inherited from Object.)
IsEOFBlock(Byte[]())

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

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

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Tar.TarBuffer.ReadBlock]

RecordSize

[Missing <summary> documentation for P:ICSharpCode.SharpZipLib.Tar.TarBuffer.RecordSize]

SkipBlock()

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Tar.TarBuffer.SkipBlock]

ToString()
Returns a String that represents the current Object.
(Inherited from Object.)
WriteBlock(Byte[]())

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

WriteBlock(Byte[](), Int32)

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Tar.TarBuffer.WriteBlock(System.Byte[],System.Int32)]

Inheritance Hierarchy
Object
TarBuffer

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