Method |
Description |
|
ArchiveDirectoryToTARRecursively ( Stream tarStream, string absoluteDirectory, string relativeDirectoryInUnixFormat, int &filesDone, long &bytesDone, byte paddingBuffer, byte tempBuffer, FileNameFilter filter ) : void |
|
|
CopyStreamWithProgress ( Stream source, Stream dest, int &filesDone, long &bytesDone, byte tempBuffer, long len = -1 ) : void |
|
|
FindClose ( IntPtr hFindFile ) : bool |
|
|
FindFirstFile ( string lpFileName, WIN32_FIND_DATA &lpFindFileData ) : IntPtr |
|
|
FindNextFile ( IntPtr hFindFile, WIN32_FIND_DATA &lpFindFileData ) : bool |
|
|
MAKELONGLONG ( int high, int low ) : long |
|
|
WriteOctalField ( byte hdr, int offset, int maxLen, long val ) : void |
|
|
WriteTextField ( byte hdr, int offset, int maxLen, string val ) : void |
|
|