C# 클래스 ICSharpCode.SharpZipLib.Tests.Zip.ZipFileHandling

상속: ZipBase
파일 보기 프로젝트 열기: icsharpcode/SharpZipLib

공개 메소드들

메소드 설명
TestDirectoryEntry ( MemoryStream s ) : void
TestEncryptedDirectoryEntry ( MemoryStream s ) : void
TryDeleting ( byte master, int totalEntries, int additions ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

TestDirectoryEntry() 공개 메소드

public TestDirectoryEntry ( MemoryStream s ) : void
s System.IO.MemoryStream
리턴 void

TestEncryptedDirectoryEntry() 공개 메소드

public TestEncryptedDirectoryEntry ( MemoryStream s ) : void
s System.IO.MemoryStream
리턴 void

TryDeleting() 공개 메소드

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