This interface is public for historical purposes. You should have no need to use it.
181182183184185186187188
private void internalReset() throws IOException { if (needsReset) { needsReset = false; writeStreamHeader(); this.output = new CBZip2OutputStream(out); } }
235236237238239240241242
296297298299300301302303
239240241242243244245246