ZDeflaterOutputStream
Resumo geral
ZDeflaterOutputStream é uma classe em Aspose.PDF FOSS para .NET. Herda de: ̋Strame∂.
zlib (RFC 1950) deflating output stream um auxiliar público que corresponde ao Aspose.PDF para .NET surface.
Esta classe fornece 7 métodos para trabalhar com objetos ZDeflaterOutputStream em programas .NET. Os métodos disponíveis incluem: Finish, ̋Flush , ∂Read,, ゚Seek,. ⌒SetLength., ゙Write`. Todos os membros públicos são acessíveis a qualquer aplicação do NET após instalar o pacote Aspose.PDF FOSS for .Net. Propriedades:
Propriedades
| 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étodos de avaliação
| 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. |
Ver também:
- Aspose.3D para .NET Referência da API Enterprise