ZDeflaterOutputStream

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

NameTypeAccessDescription
CanReadboolReadGets the can read.
CanSeekboolReadGets the can seek.
CanWriteboolReadGets the can write.
LengthlongReadGets the length.
PositionlongRead/WriteGets or sets the position.

Métodos de avaliação

SignatureDescription
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
 Português