org.openrdf.server.metadata.filters
Class GUnzipOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by org.openrdf.server.metadata.filters.GUnzipOutputStream
All Implemented Interfaces:
Closeable, Flushable

public class GUnzipOutputStream
extends OutputStream


Method Summary
 void close()
           
static OutputStream create(OutputStream out)
           
protected  void error(IOException e)
           
protected  void finished()
           
 void flush()
           
 String toString()
           
 void write(byte[] b)
           
 void write(byte[] b, int off, int len)
           
 void write(int b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

create

public static OutputStream create(OutputStream out)
                           throws IOException
Throws:
IOException

close

public void close()
           throws IOException
Specified by:
close in interface Closeable
Overrides:
close in class OutputStream
Throws:
IOException

flush

public void flush()
           throws IOException
Specified by:
flush in interface Flushable
Overrides:
flush in class OutputStream
Throws:
IOException

write

public void write(int b)
           throws IOException
Specified by:
write in class OutputStream
Throws:
IOException

write

public void write(byte[] b)
           throws IOException
Overrides:
write in class OutputStream
Throws:
IOException

write

public void write(byte[] b,
                  int off,
                  int len)
           throws IOException
Overrides:
write in class OutputStream
Throws:
IOException

toString

public String toString()
Overrides:
toString in class Object

error

protected void error(IOException e)

finished

protected void finished()


Copyright © 2004-2009 James Leigh Services Inc.. All Rights Reserved.