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

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

공개 메소드들

메소드 설명
AddRandomDataToEntry ( ZipOutputStream zipStream, int size ) : void
CheckNameConversion ( string toCheck ) : void
ExerciseZip ( CompressionMethod method, int compressionLevel, int size, string password, bool canSeek ) : void
MakeLargeZipFile ( ) : void
TestLargeZip ( string tempFile, int targetFiles ) : void
TestLargeZipFile ( ) : void

비공개 메소드들

메소드 설명
AddEntryAfterFinish ( ) : void
BasicDeflated ( ) : void
BasicDeflatedEncrypted ( ) : void
BasicDeflatedEncryptedNonSeekable ( ) : void
BasicDeflatedNonSeekable ( ) : void
BasicStored ( ) : void
BasicStoredEncrypted ( ) : void
BasicStoredEncryptedNonSeekable ( ) : void
BasicStoredNonSeekable ( ) : void
CloseOnlyHandled ( ) : void
DescribeAttributes ( FieldAttributes attributes ) : string
ExerciseGetNextEntry ( ) : void
InvalidPasswordNonSeekable ( ) : void
InvalidPasswordSeekable ( ) : void
MixedEncryptedAndPlain ( ) : void
NameConversion ( ) : void
PartialStreamClosing ( ) : void
PasswordCheckingWithDateInExtraData ( ) : void
SerializedObject ( ) : void
SerializedObjectZeroLength ( ) : void
SetCommentOversize ( ) : void
SkipEncryptedEntriesWithoutSettingPassword ( ) : void
StoredNonSeekableConvertToDeflate ( ) : void
StoredNonSeekableKnownSizeNoCrc ( ) : void
StoredNonSeekableKnownSizeNoCrcEncrypted ( ) : void
Stream_UnicodeEntries ( ) : void
UnZipZeroLength ( byte zipped ) : object
UnicodeNameConversion ( ) : void
UnsupportedCompressionMethod ( ) : void
ZipZeroLength ( object data ) : byte[]

메소드 상세

AddRandomDataToEntry() 공개 메소드

public AddRandomDataToEntry ( ZipOutputStream zipStream, int size ) : void
zipStream ICSharpCode.SharpZipLib.Zip.ZipOutputStream
size int
리턴 void

CheckNameConversion() 공개 메소드

public CheckNameConversion ( string toCheck ) : void
toCheck string
리턴 void

ExerciseZip() 공개 메소드

public ExerciseZip ( CompressionMethod method, int compressionLevel, int size, string password, bool canSeek ) : void
method CompressionMethod
compressionLevel int
size int
password string
canSeek bool
리턴 void

MakeLargeZipFile() 공개 메소드

public MakeLargeZipFile ( ) : void
리턴 void

TestLargeZip() 공개 메소드

public TestLargeZip ( string tempFile, int targetFiles ) : void
tempFile string
targetFiles int
리턴 void

TestLargeZipFile() 공개 메소드

public TestLargeZipFile ( ) : void
리턴 void