C# Класс System.util.zlib.ZOutputStream

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

Защищенные свойства (Protected)

Свойство Тип Описание
buf byte[]
buf1 byte[]
closed bool
compress bool
flushLevel int
output Stream
z ZStream

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

Метод Описание
Close ( ) : void
End ( ) : void
Finish ( ) : void
Flush ( ) : void
Read ( byte buffer, int offset, int count ) : int
Seek ( long offset, SeekOrigin origin ) : long
SetLength ( long value ) : void
Write ( byte b, int off, int len ) : void
WriteByte ( byte b ) : void
ZOutputStream ( Stream output ) : System
ZOutputStream ( Stream output, int level ) : System
ZOutputStream ( Stream output, int level, bool nowrap ) : System

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

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

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

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

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

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

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

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

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

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

public final Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
Результат int

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

public final Seek ( long offset, SeekOrigin origin ) : long
offset long
origin SeekOrigin
Результат long

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

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

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

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

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

public WriteByte ( byte b ) : void
b byte
Результат void

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

public ZOutputStream ( Stream output ) : System
output Stream
Результат System

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

public ZOutputStream ( Stream output, int level ) : System
output Stream
level int
Результат System

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

public ZOutputStream ( Stream output, int level, bool nowrap ) : System
output Stream
level int
nowrap bool
Результат System

Описание свойств

buf защищенное свойство

protected byte[] buf
Результат byte[]

buf1 защищенное свойство

protected byte[] buf1
Результат byte[]

closed защищенное свойство

protected bool closed
Результат bool

compress защищенное свойство

protected bool compress
Результат bool

flushLevel защищенное свойство

protected int flushLevel
Результат int

output защищенное свойство

protected Stream output
Результат Stream

z защищенное свойство

protected ZStream,System.util.zlib z
Результат ZStream