org.openrdf.server.metadata.filters
Class GUnzipOutputStream
java.lang.Object
java.io.OutputStream
org.openrdf.server.metadata.filters.GUnzipOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
public class GUnzipOutputStream
- extends OutputStream
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.