C# Класс Fan.Sys.ZipEntryFile.ZipEntryInputStream

Наследование: System.IO.Stream
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Close() публичный Метод

public Close ( ) : void
Результат void

Flush() публичный Метод

public Flush ( ) : void
Результат void

Read() публичный Метод

public Read ( byte buf, int off, int count ) : int
buf byte
off int
count int
Результат int

Seek() публичный Метод

public Seek ( long off, System origin ) : long
off long
origin System
Результат long

SetLength() публичный Метод

public SetLength ( long val ) : void
val long
Результат void

Write() публичный Метод

public Write ( byte buf, int off, int count ) : void
buf byte
off int
count int
Результат void

ZipEntryInputStream() публичный Метод

public ZipEntryInputStream ( System parent ) : ICSharpCode.SharpZipLib.Zip
parent System
Результат ICSharpCode.SharpZipLib.Zip