ZDeflaterOutputStream
General
ZDeflaterOutputStream és una classe en Aspose.PDF FOSS per a .NET. És heretat de: ̋Strem∂.
zlib (RFC 1950) desinflant el flux de sortida un auxiliar públic que coincideix amb Aspose.PDF per a la superfície .NET.
Aquesta classe proporciona 7 mètodes per treballar amb objectes de ZDeflaterOutputStream en programes .NET. Els mètods disponibles inclouen: Finish, ̋Flush⌒, ‘Read , ∂Seek,, ゚SetLength,. ゙Write., ̨ZDEFlateroutputTream`. Tots els membres públics són accessibles a qualsevol aplicació .Net després d’instal·lar el paquet Aspose.PDF FOSS for . NET. Propietats:
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
CanRead | bool | Read | Gets the can read. |
CanSeek | bool | Read | Gets the can seek. |
CanWrite | bool | Read | Gets the can write. |
Length | long | Read | Gets the length. |
Position | long | Read/Write | Gets or sets the position. |
Mètodes
| Signature | Description |
|---|---|
ZDeflaterOutputStream(destination: Stream) | Wrap destination for zlib compression. |
Finish() | Flush remaining compressed data and write the zlib trailer. |
Write(buffer: byte[], offset: int, count: int) | Calls Write(buffer, offset, count) on this ZDeflaterOutputStream instance. |
Flush() | Calls Flush on this ZDeflaterOutputStream instance. |
Read(buffer: byte[], offset: int, count: int) | Calls Read(buffer, offset, count) on this ZDeflaterOutputStream instance. |
Seek(offset: long, origin: SeekOrigin) | Calls Seek(offset, origin) on this ZDeflaterOutputStream instance. |
SetLength(value: long) | Sets the length value. |
Vegeu també
- Aspose.PDF per a .NET Referència d’API empresarial