deflater java_java.util.zip.DeflaterOutputStream翻译 | 学步园

java.util.zip

Class DeflaterOutputStream

public class DeflaterOutputStream

This class implements an output stream filter for compressing data in the "deflate" compression format. It is also used as the basis for other types of compression filters, such as GZIPOutputStream. 该类为用“deflate”压缩格式压缩数据实现了一个输出流过滤器。它也用作其它类型的压缩过滤器如GZIPOutputStream的基础。

See Also:

Field Summary

protected  byte[]

Output buffer for writing compressed data. 写压缩数据的输出缓冲区。

protectedDeflater

Compressor for this stream. 流的压缩器。

Fields inherited from class java.io.FilterOutputStream

Constructor Summary

Creates a new output stream with a defaul compressor and buffer size. 用默认的压缩器和缓冲区大小创建一个新的输出流。

Creates a new output stream with the specified compressor and a default buffer size. 用指定的压缩器和默认缓冲区大小创建一个新的输出流。

Creates a new output stream with the specified compressor and buffer size. 用指定的压缩器和缓冲区大小创建一个新的输出流。

Method Summary

void

Writes remaining compressed data to the output stream and closes the underlying stream. 将剩余的已压缩数据写入到输出流且关闭底层流。

protected  void

Writes next block of compressed data to the output stream. 将下一块已压缩数据写入输出流。

void

Finishes writing compressed data to the output stream without closing the underlying stream. 完成已压缩数据对输出流的写入但不关闭底层流。

void

(byte[] b, int off, int len)Writes an array of bytes to the compressed output stream. 将字节数组写入压缩输出流。

void

(int b)Writes a byte to the compressed output stream. 将一字节写入压缩输出流。

Methods inherited from class java.io.FilterOutputStream

Field Detail

def

protectedDeflaterdef

Compressor for this stream. 流的压缩器。

buf

protected byte[] buf

Output buffer for writing compressed data. 写压缩数据的输出缓冲区。

Constructor Detail

DeflaterOutputStream

public DeflaterOutputStream(OutputStreamout,Deflaterdef,

int size)

Creates a new output stream with the specified compressor and buffer size. 用指定的压缩器和缓冲区大小创建一个新的输出流。

Parameters:

out - the output stream 输出流

def - the compressor ("deflater") 压缩器(“deflater”)

size - the output buffer size 输出缓冲大小

Throws:

- if size is <= 0 如果大小<=0抛出

DeflaterOutputStream

public DeflaterOutputStream(OutputStreamout,Deflaterdef)

Creates a new output stream with the specified compressor and a default buffer size. 用指定的压缩器和默认缓冲区大小创建一个新的输出流。

Parameters:

out - the output stream 输出流

def - the compressor ("deflater") 压缩器(“deflater”)

DeflaterOutputStream

public DeflaterOutputStream(OutputStreamout)

Creates a new output stream with a defaul compressor and buffer size. 用默认的压缩器和缓冲区大小创建一个新的输出流。

Parameters:

out - the output stream 输出流

Method Detail

write

public void write(int b)

throwsIOException

Writes a byte to the compressed output stream. This method will block until the byte can be written. 将一字节写入压缩输出流。方法将阻塞直到该字节写入。

Parameters:

b - the byte to be written 要写入的字节

Throws:

- if an I/O error has occurred 如果发生I/O错误抛出

write

public void write(byte[] b,

int off,

int len)

throwsIOException

Writes an array of bytes to the compressed output stream. This method will block until all the bytes are written. 将字节数组写入压缩输出流。方法将阻塞直到所有字节写入。

Parameters:

b - the data to be written 要写入的数据

off - the start offset of the data 数据起始偏移

len - the length of the data 数据长度

Throws:

- if an I/O error has occurred 如果发生I/O错误抛出

See Also:

finish

public void finish()

throwsIOException

Finishes writing compressed data to the output stream without closing the underlying stream. Use this method when applying multiple filters in succession to the same output stream. 完成已压缩数据对输出流的写入但不关闭底层流。当在同一个输出流上连续应用多个过滤器时使用此方法。

Throws:

- if an I/O error has occurred 如果发生I/O错误抛出

close

public void close()

throwsIOException

Writes remaining compressed data to the output stream and closes the underlying stream. 将剩余的已压缩数据写入到输出流且关闭底层流。

Throws:

- if an I/O error has occurred 如果发生I/O错误抛出

See Also:

deflate

protected void deflate()

throwsIOException

Writes next block of compressed data to the output stream. 将下一块已压缩数据写入输出流。

Throws:

- if an I/O error has occurred 如果发生I/O错误抛出

Submit a bug or feature

For further API reference and developer documentation, seeJava 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject tolicense terms. Also see thedocumentation redistribution policy.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值