} else { // otherwise, must use bulk operations?
// TODO: currently we do not have other codecs
throw new UnsupportedOperationException("No Uncompressor for compression type: "+_compression);
}
uncomp.feedCompressedData(copyBuffer, 0, inputLength);
uncomp.complete();
}
/**
* Method called in the complex case of having to read a large piece of
* content, where source does not fit in the input buffer.