edu.rice.cs.hpc.traceviewer.db.remote.CompressedOutputStream Class Reference

A wrapper around DataOutputStream and GZIPOutputStream. More...

Inheritance diagram for edu.rice.cs.hpc.traceviewer.db.remote.CompressedOutputStream:
Inheritance graph
[legend]
Collaboration diagram for edu.rice.cs.hpc.traceviewer.db.remote.CompressedOutputStream:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 CompressedOutputStream (GZIPOutputStream _outStr)
void flush () throws IOException

Package Attributes

GZIPOutputStream outStr

Detailed Description

A wrapper around DataOutputStream and GZIPOutputStream.

It's main purpose is to ensure that the GZIPOutputStream's finish is called during the flushing of data so that data is actually sent.

Author:
Philip Taffet

Definition at line 15 of file CompressedOutputStream.java.


Constructor & Destructor Documentation

edu.rice.cs.hpc.traceviewer.db.remote.CompressedOutputStream.CompressedOutputStream ( GZIPOutputStream  _outStr  ) 

Member Function Documentation

void edu.rice.cs.hpc.traceviewer.db.remote.CompressedOutputStream.flush (  )  throws IOException

Member Data Documentation


The documentation for this class was generated from the following file:

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1