@NotThreadSafe public class OdfOutputShop extends FsMultiplexedOutputShop<ZipArchiveEntry>
OdfDriver to meet the special requirements of
OpenDocument Format (ODF) files.| Modifier and Type | Field and Description |
|---|---|
private boolean |
mimetype
Whether we have started to write the mimetype entry or not.
|
private static String |
MIMETYPE
The name of the entry to receive tender, loving care.
|
delegate| Constructor and Description |
|---|
OdfOutputShop(ZipOutputShop output,
IOPool<?> pool)
Constructs a new ODF output shop.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
OutputSocket<ZipArchiveEntry> |
getOutputSocket(ZipArchiveEntry entry) |
boolean |
isBusy() |
getEntry, getSize, iteratortoStringprivate boolean mimetype
private static final String MIMETYPE
public OdfOutputShop(ZipOutputShop output, IOPool<?> pool)
output - the decorated output shop.pool - the pool for buffering entry data.public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FsMultiplexedOutputShop<ZipArchiveEntry>IOExceptionpublic OutputSocket<ZipArchiveEntry> getOutputSocket(ZipArchiveEntry entry)
getOutputSocket in interface OutputService<ZipArchiveEntry>getOutputSocket in class FsMultiplexedOutputShop<ZipArchiveEntry>public boolean isBusy()
isBusy in class FsMultiplexedOutputShop<ZipArchiveEntry>Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.