org.das2.stream
Class GZipStreamProcessor

java.lang.Object
  extended by org.das2.stream.StreamProcessor
      extended by org.das2.stream.GZipStreamProcessor

public class GZipStreamProcessor
extends StreamProcessor


Constructor Summary
GZipStreamProcessor()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void process(java.io.InputStream in0, java.io.OutputStream out)
           
 
Methods inherited from class org.das2.stream.StreamProcessor
getDasExceptionStream, process
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GZipStreamProcessor

public GZipStreamProcessor()
Method Detail

process

public void process(java.io.InputStream in0,
                    java.io.OutputStream out)
             throws java.io.IOException
Specified by:
process in class StreamProcessor
Throws:
java.io.IOException

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Parameters:
args - the command line arguments
Throws:
java.lang.Exception