Свойство | Type | Description | |
---|---|---|---|
m_asciiEncoding | |||
m_br | |||
m_nullCharArray | char[] | ||
m_spaceCharArray | char[] |
Méthode | Description | |
---|---|---|
Close ( ) : void | ||
ConvertOctalBytesToDecimal ( byte bytes, int startIndex, int count ) : int |
Convert octal bytes to a decimal representation
|
|
ReadEntry ( string &filePath, TarEntryType &entryType ) : byte[] |
Read the next entry in the tar file.
|
|
TarArchiveReader ( Stream s ) : System.IO |
Generate a tar reader which reads from the given stream.
|
Méthode | Description | |
---|---|---|
ReadData ( int fileSize ) : byte[] |
Read data following a header
|
|
ReadHeader ( ) : |
Read the next 512 byte chunk of data as a tar header.
|
public static ConvertOctalBytesToDecimal ( byte bytes, int startIndex, int count ) : int | ||
bytes | byte | |
startIndex | int | |
count | int | |
Résultat | int |
protected ReadData ( int fileSize ) : byte[] | ||
fileSize | int | |
Résultat | byte[] |
public ReadEntry ( string &filePath, TarEntryType &entryType ) : byte[] | ||
filePath | string | |
entryType | TarEntryType | |
Résultat | byte[] |
public TarArchiveReader ( Stream s ) : System.IO | ||
s | Stream | |
Résultat | System.IO |
protected static ASCIIEncoding,System.Text m_asciiEncoding | ||
Résultat |
protected static char[] m_nullCharArray | ||
Résultat | char[] |