org.pentaho.reporting.libraries.repository.zip
public class ZipEntryOutputStream extends OutputStream
Constructor Summary | |
---|---|
ZipEntryOutputStream(ZipContentItem item) |
Method Summary | |
---|---|
void | close() |
void | flush() |
long | getCrc() |
long | getSize() |
void | write(int b) |
void | write(byte[] b, int off, int len) |
void | write(byte[] b) |