public abstract class CompressorWorkAction<OS extends CompressorOutputStream,P extends CompressorWorkParameters> extends Object implements WorkAction<P>
| Constructor and Description |
|---|
CompressorWorkAction() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract OS |
createOutputStream(BufferedOutputStream outputStream) |
void |
execute() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetParameterspublic void execute()
execute in interface WorkAction<P extends CompressorWorkParameters>protected abstract OS createOutputStream(BufferedOutputStream outputStream) throws IOException
IOException