Temporary code to do the bare minimum required to read a tar archive for our purposes
| C# |
public class TarArchiveReader
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| TarArchiveReader(Stream) |
Generate a tar reader which reads from the given stream.
| |
| Close()()() | ||
| ConvertOctalBytesToDecimal(array<Byte>[]()[], Int32, Int32) |
Convert octal bytes to a decimal representation
| |
| ReadEntry(String%, TarArchiveReader..::.TarEntryType%) |
Read the next entry in the tar file.
|
| Object | |
| TarArchiveReader | |