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

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

공개 메소드들

메소드 설명
PiecewiseCompare ( ZipEntry lhs, ZipEntry rhs ) : void

비공개 메소드들

메소드 설명
CanDecompress ( ) : void
Cloning ( ) : void
Copying ( ) : void
DateAndTime ( ) : void
DateTimeSetsDosTime ( ) : void
MakeEntry ( string asciiName, short versionToExtract, short flags, short method, int dostime, int crc, int compressedSize, int size ) : ZipEntry
MakeLocalHeader ( string asciiName, short versionToExtract, short flags, short method, int dostime, int crc, int compressedSize, int size ) : byte[]
NullEntryComment ( ) : void
NullNameInConstructor ( ) : void

메소드 상세

PiecewiseCompare() 공개 메소드

public PiecewiseCompare ( ZipEntry lhs, ZipEntry rhs ) : void
lhs ICSharpCode.SharpZipLib.Zip.ZipEntry
rhs ICSharpCode.SharpZipLib.Zip.ZipEntry
리턴 void