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

Inheritance: ZipBase
Afficher le fichier Open project: icsharpcode/SharpZipLib

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public TestDirectoryEntry ( MemoryStream s ) : void
s System.IO.MemoryStream
Résultat void

TestEncryptedDirectoryEntry() public méthode

public TestEncryptedDirectoryEntry ( MemoryStream s ) : void
s System.IO.MemoryStream
Résultat void

TryDeleting() public méthode

public TryDeleting ( byte master, int totalEntries, int additions ) : void
master byte
totalEntries int
additions int
Résultat void