Property | Type | Description | |
---|---|---|---|
m_asciiEncoding | |||
m_bw | |||
m_closed | bool | ||
m_utf8Encoding |
Method | Description | |
---|---|---|
Close ( ) : void |
Finish writing the raw tar archive data to a stream. The stream will be closed on completion.
|
|
ConvertDecimalToPaddedOctalBytes ( int d, int padding ) : byte[] | ||
TarArchiveWriter ( Stream s ) : System | ||
WriteDir ( string dirName ) : void |
Write a directory entry to the tar archive. We can only handle one path level right now!
|
|
WriteFile ( string filePath, byte data ) : void |
Write a file to the tar archive
|
|
WriteFile ( string filePath, string data ) : void |
Write a file to the tar archive
|
Method | Description | |
---|---|---|
WriteEntry ( string filePath, byte data, char fileType ) : void |
Write a particular entry
|
public static ConvertDecimalToPaddedOctalBytes ( int d, int padding ) : byte[] | ||
d | int | |
padding | int | |
return | byte[] |
public TarArchiveWriter ( Stream s ) : System | ||
s | Stream | |
return | System |
protected WriteEntry ( string filePath, byte data, char fileType ) : void | ||
filePath | string | |
data | byte | |
fileType | char | |
return | void |
public WriteFile ( string filePath, byte data ) : void | ||
filePath | string | |
data | byte | |
return | void |
public WriteFile ( string filePath, string data ) : void | ||
filePath | string | |
data | string | |
return | void |
protected static ASCIIEncoding,System.Text m_asciiEncoding | ||
return |