@NotThreadSafe public class OdfOutputShop extends MultiplexedOutputShop<ZipDriverEntry>
OdfDriver to meet the special requirements of
OpenDocument Format (ODF) files.delegate| Constructor and Description |
|---|
OdfOutputShop(ZipOutputShop output,
IOPool<?> pool)
Constructs a new ODF output shop.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
OutputSocket<ZipDriverEntry> |
getOutputSocket(ZipDriverEntry entry) |
boolean |
isBusy() |
getEntry, getSize, iteratortoString@CreatesObligation public OdfOutputShop(@WillCloseWhenClosed ZipOutputShop output, IOPool<?> pool)
output - the decorated output shop.pool - the pool for buffering entry data.public void close()
throws IOException
close in interface OutputShop<ZipDriverEntry>close in interface Closeableclose in interface AutoCloseableclose in class MultiplexedOutputShop<ZipDriverEntry>IOExceptionpublic OutputSocket<ZipDriverEntry> getOutputSocket(ZipDriverEntry entry)
getOutputSocket in interface OutputService<ZipDriverEntry>getOutputSocket in class MultiplexedOutputShop<ZipDriverEntry>public boolean isBusy()
isBusy in class MultiplexedOutputShop<ZipDriverEntry>Copyright © 2005-2013 Schlichtherle IT Services. All Rights Reserved.