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

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

공개 메소드들

메소드 설명
WriteToFile ( string fileName, byte data ) : void

보호된 메소드들

메소드 설명
CheckKnownEntry ( Stream inStream, int expectedCount ) : void
GetTempFilePath ( ) : string
MakeInMemoryZip ( bool withSeek ) : byte[]
MakeInMemoryZip ( byte &original, CompressionMethod method, int compressionLevel, int size, string password, bool withSeek ) : byte[]
MakeTempFile ( string name, int size ) : void
MakeZipFile ( Stream storage, bool isOwner, string entryNamePrefix, int entries, int size, string comment ) : void
MakeZipFile ( Stream storage, bool isOwner, string names, int size, string comment ) : void
MakeZipFile ( string name, string entryNamePrefix, int entries, int size, string comment ) : void
MakeZipFile ( string name, string names, int size, string comment ) : void
ReadByteChecked ( Stream stream ) : byte
ReadInt ( Stream stream ) : int
ReadLong ( Stream stream ) : long
ScatterValue ( byte rhs ) : byte

비공개 메소드들

메소드 설명
AddKnownDataToEntry ( ZipOutputStream zipStream, int size ) : void

메소드 상세

CheckKnownEntry() 보호된 정적인 메소드

protected static CheckKnownEntry ( Stream inStream, int expectedCount ) : void
inStream Stream
expectedCount int
리턴 void

GetTempFilePath() 보호된 정적인 메소드

protected static GetTempFilePath ( ) : string
리턴 string

MakeInMemoryZip() 보호된 메소드

protected MakeInMemoryZip ( bool withSeek ) : byte[]
withSeek bool
리턴 byte[]

MakeInMemoryZip() 보호된 메소드

protected MakeInMemoryZip ( byte &original, CompressionMethod method, int compressionLevel, int size, string password, bool withSeek ) : byte[]
original byte
method CompressionMethod
compressionLevel int
size int
password string
withSeek bool
리턴 byte[]

MakeTempFile() 보호된 정적인 메소드

protected static MakeTempFile ( string name, int size ) : void
name string
size int
리턴 void

MakeZipFile() 보호된 메소드

protected MakeZipFile ( Stream storage, bool isOwner, string entryNamePrefix, int entries, int size, string comment ) : void
storage Stream
isOwner bool
entryNamePrefix string
entries int
size int
comment string
리턴 void

MakeZipFile() 보호된 메소드

protected MakeZipFile ( Stream storage, bool isOwner, string names, int size, string comment ) : void
storage Stream
isOwner bool
names string
size int
comment string
리턴 void

MakeZipFile() 보호된 메소드

protected MakeZipFile ( string name, string entryNamePrefix, int entries, int size, string comment ) : void
name string
entryNamePrefix string
entries int
size int
comment string
리턴 void

MakeZipFile() 보호된 메소드

protected MakeZipFile ( string name, string names, int size, string comment ) : void
name string
names string
size int
comment string
리턴 void

ReadByteChecked() 보호된 메소드

protected ReadByteChecked ( Stream stream ) : byte
stream Stream
리턴 byte

ReadInt() 보호된 메소드

protected ReadInt ( Stream stream ) : int
stream Stream
리턴 int

ReadLong() 보호된 메소드

protected ReadLong ( Stream stream ) : long
stream Stream
리턴 long

ScatterValue() 보호된 정적인 메소드

protected static ScatterValue ( byte rhs ) : byte
rhs byte
리턴 byte

WriteToFile() 공개 메소드

public WriteToFile ( string fileName, byte data ) : void
fileName string
data byte
리턴 void