C# Class Fan.Sys.ZipEntryFile.ZipEntryInputStream

Inheritance: System.IO.Stream
Show file Open project: xored/f4

Public Methods

Method Description
Close ( ) : void
Flush ( ) : void
Read ( byte buf, int off, int count ) : int
Seek ( long off, System origin ) : long
SetLength ( long val ) : void
Write ( byte buf, int off, int count ) : void
ZipEntryInputStream ( System parent ) : ICSharpCode.SharpZipLib.Zip

Method Details

Close() public method

public Close ( ) : void
return void

Flush() public method

public Flush ( ) : void
return void

Read() public method

public Read ( byte buf, int off, int count ) : int
buf byte
off int
count int
return int

Seek() public method

public Seek ( long off, System origin ) : long
off long
origin System
return long

SetLength() public method

public SetLength ( long val ) : void
val long
return void

Write() public method

public Write ( byte buf, int off, int count ) : void
buf byte
off int
count int
return void

ZipEntryInputStream() public method

public ZipEntryInputStream ( System parent ) : ICSharpCode.SharpZipLib.Zip
parent System
return ICSharpCode.SharpZipLib.Zip