프로퍼티 | 타입 | 설명 | |
---|---|---|---|
m_asciiEncoding | |||
m_files | byte[]>.Dictionary |
메소드 | 설명 | |
---|---|---|
AddDir ( string dirName ) : void |
Add a directory to the tar archive. We can only handle one path level right now!
|
|
AddFile ( string filePath, byte data ) : void |
Add a file to the tar archive
|
|
AddFile ( string filePath, string data ) : void |
Add a file to the tar archive
|
|
ConvertDecimalToPaddedOctalBytes ( int d, int padding ) : byte[] | ||
WriteTar ( Stream s ) : void |
Write the raw tar archive data to a stream. The stream will be closed on completion.
|
public AddFile ( string filePath, byte data ) : void | ||
filePath | string | |
data | byte | |
리턴 | void |
public AddFile ( string filePath, string data ) : void | ||
filePath | string | |
data | string | |
리턴 | void |
public static ConvertDecimalToPaddedOctalBytes ( int d, int padding ) : byte[] | ||
d | int | |
padding | int | |
리턴 | byte[] |
public WriteTar ( Stream s ) : void | ||
s | Stream | Stream to which to write the data |
리턴 | void |
protected static ASCIIEncoding,System.Text m_asciiEncoding | ||
리턴 |