|
bool | AttributesIndicateDirectory [get, set] |
|
string | Info [get, set] |
|
DateTime | LastModified [get, set] |
|
int | BufferSize [get, set] |
|
DateTime | ModifiedTime [get, set] |
|
DateTime | AccessedTime [get, set] |
|
DateTime | CreationTime [get, set] |
|
bool | EmitTimesInWindowsFormatWhenSaving [get, set] |
|
bool | EmitTimesInUnixFormatWhenSaving [get, set] |
|
ZipEntryTimestamp | Timestamp [get, set] |
|
FileAttributes | Attributes [get, set] |
|
string | LocalFileName [get, set] |
|
string | FileName [get, set] |
|
Stream | InputStream [get, set] |
|
bool | InputStreamWasJitProvided [get, set] |
|
ZipEntrySource | Source [get, set] |
|
short | VersionNeeded [get, set] |
|
string | Comment [get, set] |
|
bool? | RequiresZip64 [get, set] |
|
bool? | OutputUsedZip64 [get, set] |
|
short | BitField [get, set] |
|
CompressionMethod | CompressionMethod [get, set] |
|
CompressionLevel | CompressionLevel [get, set] |
|
long | CompressedSize [get, set] |
|
long | UncompressedSize [get, set] |
|
double | CompressionRatio [get, set] |
|
int | Crc [get, set] |
|
bool | IsDirectory [get, set] |
|
bool | UsesEncryption [get, set] |
|
EncryptionAlgorithm | Encryption [get, set] |
|
string | Password [set, private get] |
|
bool | IsChanged [get, set] |
|
ExtractExistingFileAction | ExtractExistingFile [get, set] |
|
ZipErrorAction | ZipErrorAction [get, set] |
|
bool | IncludedInMostRecentSave [get, set] |
|
SetCompressionCallback | SetCompression [get, set] |
|
bool | UseUnicodeAsNecessary [get, set] |
|
Encoding | ProvisionalAlternateEncoding [get, set] |
|
Encoding | AlternateEncoding [get, set] |
|
ZipOption | AlternateEncodingUsage [get, set] |
|
bool | IsText [get, set] |
|
Stream | ArchiveStream [get, set] |
|
long | FileDataPosition [get, set] |
|
int | LengthOfHeader [get, set] |
|
string | UnsupportedAlgorithm [get, set] |
|
string | UnsupportedCompressionMethod [get, set] |
|
|
void | SetFdpLoh () |
|
void | OnExtractProgress (long bytesWritten, long totalBytesToWrite) |
|
void | OnBeforeExtract (string path) |
|
void | OnAfterExtract (string path) |
|
void | OnExtractExisting (string path) |
|
void | WriteStatus (string format, params object[] args) |
|
void | InternalExtract (string baseDir, Stream outstream, string password) |
|
int | CheckExtractExistingFile (string baseDir, string targetFileName) |
|
void | _CheckRead (int nbytes) |
|
int | ExtractOne (Stream output) |
|
void | ValidateCompression () |
|
void | SetupCryptoForExtract (string password) |
|
bool | ValidateOutput (string basedir, Stream outstream, out string outFileName) |
|
void | ReadExtraField () |
|
int | ProcessExtraFieldPkwareStrongEncryption (byte[] Buffer, int j) |
|
int | ProcessExtraFieldZip64 (byte[] buffer, int j, short dataSize, long posn) |
|
int | ProcessExtraFieldInfoZipTimes (byte[] buffer, int j, short dataSize, long posn) |
|
int | ProcessExtraFieldUnixTimes (byte[] buffer, int j, short dataSize, long posn) |
|
int | ProcessExtraFieldWindowsTimes (byte[] buffer, int j, short dataSize, long posn) |
|
byte[] | ConstructExtraField (bool forCentralDirectory) |
|
string | NormalizeFileName () |
|
byte[] | GetEncodedFileNameBytes () |
|
bool | WantReadAgain () |
|
void | MaybeUnsetCompressionMethodForWriting (int cycle) |
|
int | FigureCrc32 () |
|
void | PrepSourceStream () |
|
void | OnWriteBlock (long bytesXferred, long totalBytesToXfer) |
|
void | _WriteEntryData (Stream s) |
|
long | SetInputAndFigureFileLength (ref Stream input) |
|
void | SetZip64Flags () |
|
Stream | MaybeApplyCompression (Stream s, long streamLength) |
|
Stream | MaybeApplyEncryption (Stream s) |
|
void | OnZipErrorWhileSaving (Exception e) |
|
void | CopyThroughOneEntry (Stream outStream) |
|
void | CopyThroughWithRecompute (Stream outstream) |
|
void | CopyThroughWithNoChange (Stream outstream) |
|
void | TraceWriteLine (string format, params object[] varParams) |
|
delegate T | Func< T > () |
|
Definition at line 20 of file ZipEntry.cs.