Bluestep JS Documentation
    Preparing search index...

    Class GZIPOutputStream

    This class implements a stream filter for writing compressed data in the GZIP file format.

    See java.util.zip.GZIPOutputStream for full documentation

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    • Closes this output stream and releases any system resources associated with this stream.

      Returns void

    • Finishes writing compressed data to the output stream without closing the underlying stream.

      Returns void

    • Flushes this output stream and forces any buffered output bytes to be written out.

      Returns void

    • Writes b.length bytes from the specified byte array to this output stream.

      Parameters

      Returns void

    • Writes len bytes from the specified byte array starting at offset off to this output stream.

      Parameters

      Returns void

    • Writes the specified byte to this output stream.

      Parameters

      • b: number

      Returns void