net.sf.jdiskcatalog.io
Class GzipWriter

java.lang.Object
  extended by net.sf.jdiskcatalog.io.GzipWriter
All Implemented Interfaces:
DocumentWriter

public class GzipWriter
extends java.lang.Object
implements DocumentWriter


Constructor Summary
GzipWriter(DocumentWriter writer)
           
 
Method Summary
 void write(Document document, java.io.OutputStream stream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GzipWriter

public GzipWriter(DocumentWriter writer)
Method Detail

write

public void write(Document document,
                  java.io.OutputStream stream)
           throws java.io.IOException
Specified by:
write in interface DocumentWriter
Throws:
java.io.IOException


Copyright © 2007. All Rights Reserved.