deegree 2.3 (2010/04/09 10:10 build-4-official)

org.deegree.enterprise.servlet
Class GZIPResponseStream

java.lang.Object
  extended by java.io.OutputStream
      extended by javax.servlet.ServletOutputStream
          extended by org.deegree.enterprise.servlet.GZIPResponseStream
All Implemented Interfaces:
Closeable, Flushable

public class GZIPResponseStream
extends javax.servlet.ServletOutputStream

Version:
$Revision: 20326 $, $Date: 2009-10-22 18:41:56 +0200 (Do, 22. Okt 2009) $
Author:
Jayson Falkner, last edited by: $Author: mschneider $

Field Summary
protected  ByteArrayOutputStream baos
          the output as a byte array
protected  boolean closed
          true if the stream is closed
protected  GZIPOutputStream gzipstream
          the output as a gzipped stream
protected  javax.servlet.ServletOutputStream output
          the output as a stream
protected  javax.servlet.http.HttpServletResponse response
          the response wrapper
 
Constructor Summary
GZIPResponseStream(javax.servlet.http.HttpServletResponse response)
           
 
Method Summary
 void close()
           
 boolean closed()
           
 void flush()
           
 void reset()
           
 void write(byte[] b)
           
 void write(byte[] b, int off, int len)
           
 void write(int b)
           
 
Methods inherited from class javax.servlet.ServletOutputStream
print, print, print, print, print, print, print, println, println, println, println, println, println, println, println
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

baos

protected ByteArrayOutputStream baos
the output as a byte array


gzipstream

protected GZIPOutputStream gzipstream
the output as a gzipped stream


closed

protected boolean closed
true if the stream is closed


response

protected javax.servlet.http.HttpServletResponse response
the response wrapper


output

protected javax.servlet.ServletOutputStream output
the output as a stream

Constructor Detail

GZIPResponseStream

public GZIPResponseStream(javax.servlet.http.HttpServletResponse response)
                   throws IOException
Parameters:
response -
Throws:
IOException
Method Detail

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
Parameters:
b - data to write
Throws:
IOException

write

public void write(byte[] b)
           throws IOException
Overrides:
write in class OutputStream
Parameters:
b - data array to write
Throws:
IOException

write

public void write(byte[] b,
                  int off,
                  int len)
           throws IOException
Overrides:
write in class OutputStream
Parameters:
b - data array to write
off - index of the for byte
len - number of bytes to write
Throws:
IOException

closed

public boolean closed()
Returns:
true if already has been closed

reset

public void reset()

deegree 2.3 (2010/04/09 10:10 build-4-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org