public interface PageOutput extends AutoCloseable
Pages as output, passed from an Input Plugin via Filter Plugins to an Output Plugin.| Modifier and Type | Method and Description |
|---|---|
void |
add(Page page) |
void |
close() |
void |
finish() |
void add(Page page)
void finish()
void close()
close in interface AutoCloseable