← 返回首页
GZIPOutputStream (Java SE 26 & JDK 26)
JavaScript is disabled on your browser.
Contents  
  1. Description
  2. Field Summary
  3. Constructor Summary
  4. Method Summary
  5. Field Details
    1. crc
  6. Constructor Details
    1. GZIPOutputStream(OutputStream, int)
    2. GZIPOutputStream(OutputStream, int, boolean)
    3. GZIPOutputStream(OutputStream)
    4. GZIPOutputStream(OutputStream, boolean)
  7. Method Details
    1. write(byte[], int, int)
    2. finish()
Hide sidebar  Show sidebar

Class GZIPOutputStream

All Implemented Interfaces: Closeable, Flushable, AutoCloseable
public class GZIPOutputStream extends DeflaterOutputStream
This class implements a stream filter for writing compressed data in the GZIP file format.

Unless otherwise noted, passing a null argument to a constructor or method in this class will cause a NullPointerException to be thrown.

Since: 1.1

Scripting on this page tracks web page traffic, but does not change the content in any way.