org.jfree.repository.zipwriter

Class ZipEntryOutputStream


public class ZipEntryOutputStream
extends OutputStream

Creation-Date: 01.12.2006, 21:26:23
Author:
Thomas Morgner

Constructor Summary

ZipEntryOutputStream(ZipContentItem item)

Method Summary

void
close()
void
flush()
void
write(byte[] b)
void
write(byte[] b, int off, int len)
void
write(int b)

Constructor Details

ZipEntryOutputStream

public ZipEntryOutputStream(ZipContentItem item)

Method Details

close

public void close()
            throws IOException

flush

public void flush()
            throws IOException

write

public void write(byte[] b)
            throws IOException

write

public void write(byte[] b,
                  int off,
                  int len)
            throws IOException

write

public void write(int b)
            throws IOException