Temporary code to produce a tar archive in tar
v7 format
Declaration Syntax
C# |
public class TarArchiveWriter
Members
All Members | Constructors | Methods | |||
|
|
|
Icon | Member | Description |
---|---|---|
TarArchiveWriter(Stream) |
Initializes a new instance of the
TarArchiveWriterclass
|
|
Close () () () () |
Finish writing the raw tar archive data to a
stream. The stream will be closed on completion.
|
|
ConvertDecimalToPaddedOctalBytes(Int32, Int32) |
|
|
WriteDir(String) |
Write a directory entry to the tar archive. We
can only handle one path level right now!
|
|
WriteFile(String, String) |
Write a file to the tar archive
|
|
WriteFile(String, array< Byte > [] () [] [] ) |
Write a file to the tar archive
|
Inheritance Hierarchy
Object | |
TarArchiveWriter |
Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)