C# Class ICSharpCode.SharpZipLib.Tests.Zip.ZipFileHandling

Inheritance: ZipBase
ファイルを表示 Open project: icsharpcode/SharpZipLib

Public Methods

Method Description
TestDirectoryEntry ( MemoryStream s ) : void
TestEncryptedDirectoryEntry ( MemoryStream s ) : void
TryDeleting ( byte master, int totalEntries, int additions ) : void

Private Methods

Method Description
AddAndDeleteEntries ( ) : void
AddAndDeleteEntriesMemory ( ) : void
AddEncryptedEntriesToExistingArchive ( ) : void
AddToEmptyArchive ( ) : void
ArchiveTesting ( ) : void
BasicEncryption ( ) : void
BasicEncryptionToDisk ( ) : void
CreateEmptyArchive ( ) : void
Crypto_AddEncryptedEntryToExistingArchiveDirect ( ) : void
Crypto_AddEncryptedEntryToExistingArchiveSafe ( ) : void
EmbeddedArchive ( ) : void
FindEntriesInArchiveExtraData ( ) : void
FindEntriesInArchiveWithLongComment ( ) : void
FindEntry ( ) : void
GetPartialStream ( ) : Stream
HandlesNoEntries ( ) : void
NameFactory ( ) : void
NestedArchive ( ) : void
NullStreamDetected ( ) : void
RoundTrip ( ) : void
RoundTripInMemory ( ) : void
TestDirectoryEntry ( ) : void
TestEncryptedDirectoryEntry ( ) : void
UnicodeNames ( ) : void
UnreferencedZipFileClosingPartialStream ( ) : void
UpdateCommentOnlyInMemory ( ) : void
UpdateCommentOnlyOnDisk ( ) : void
Zip64Entries ( ) : void
Zip64Offset ( ) : void
Zip64Useage ( ) : void

Method Details

TestDirectoryEntry() public method

public TestDirectoryEntry ( MemoryStream s ) : void
s System.IO.MemoryStream
return void

TestEncryptedDirectoryEntry() public method

public TestEncryptedDirectoryEntry ( MemoryStream s ) : void
s System.IO.MemoryStream
return void

TryDeleting() public method

public TryDeleting ( byte master, int totalEntries, int additions ) : void
master byte
totalEntries int
additions int
return void