@Override
public InputStream getContent()
throws IOException, IllegalStateException {
final InputStream in = super.wrappedEntity.getContent();
final Zipper zip = new Zipper();
return zip.gzip(in);
}
@Override
public long getContentLength() {
// length of gzipped content is not known