G O S

G

GZipOutputStream - class org.kohsuke.gzipxml.GZipOutputStream.
Replacement of GZIPOutputStream with additional functionality to specify the compression level.
GZipOutputStream(OutputStream) - Constructor for class org.kohsuke.gzipxml.GZipOutputStream
Creates a new output stream with a default buffer size.
GZipOutputStream(OutputStream, int) - Constructor for class org.kohsuke.gzipxml.GZipOutputStream
Creates a new output stream with the specified buffer size.
GZipOutputStream(OutputStream, int, int) - Constructor for class org.kohsuke.gzipxml.GZipOutputStream
Creates a new output stream with the specified buffer size.
GZipStreamResult - class org.kohsuke.gzipxml.GZipStreamResult.
StreamSource that produces from gzip-compressed XML stream.
GZipStreamResult(File) - Constructor for class org.kohsuke.gzipxml.GZipStreamResult
 
GZipStreamResult(File, int) - Constructor for class org.kohsuke.gzipxml.GZipStreamResult
 
GZipStreamResult(OutputStream) - Constructor for class org.kohsuke.gzipxml.GZipStreamResult
 
GZipStreamResult(OutputStream, int) - Constructor for class org.kohsuke.gzipxml.GZipStreamResult
 
GZipStreamSource - class org.kohsuke.gzipxml.GZipStreamSource.
StreamSource that reads from gzip-compressed XML stream.
GZipStreamSource(File) - Constructor for class org.kohsuke.gzipxml.GZipStreamSource
Creates a StreamSource from a gzip-compressed XML file.
GZipStreamSource(InputStream) - Constructor for class org.kohsuke.gzipxml.GZipStreamSource
Creates a StreamSource from a gzip-compressed stream.
GZipStreamSource(InputStream, String) - Constructor for class org.kohsuke.gzipxml.GZipStreamSource
Creates a StreamSource from a gzip-compressed stream.
GZipStreamSource(String) - Constructor for class org.kohsuke.gzipxml.GZipStreamSource
Creates a StreamSource from a gzip-compressed stream.

O

org.kohsuke.gzipxml - package org.kohsuke.gzipxml
 

S

setOutputStream(OutputStream) - Method in class org.kohsuke.gzipxml.GZipStreamResult
 
setSystemId(File) - Method in class org.kohsuke.gzipxml.GZipStreamResult
 
setSystemId(String) - Method in class org.kohsuke.gzipxml.GZipStreamResult
 
setWriter(Writer) - Method in class org.kohsuke.gzipxml.GZipStreamResult
 

G O S