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

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

Public Methods

Method Description
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

Private Methods

Method Description
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[]

Method Details

AddRandomDataToEntry() public method

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

CheckNameConversion() public method

public CheckNameConversion ( string toCheck ) : void
toCheck string
return void

ExerciseZip() public method

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

MakeLargeZipFile() public method

public MakeLargeZipFile ( ) : void
return void

TestLargeZip() public method

public TestLargeZip ( string tempFile, int targetFiles ) : void
tempFile string
targetFiles int
return void

TestLargeZipFile() public method

public TestLargeZipFile ( ) : void
return void