public interface PagedMediaWriterFactory
Modifier and Type | Method and Description |
---|---|
Object |
getFeature(String key)
Gets the value of a PagedMediaWriter feature.
|
PagedMediaWriter |
newPagedMediaWriter()
Returns a new PagedMediaWriter
|
void |
setFeature(String key,
Object value)
Sets the value of a PagedMediaWriter feature.
|
PagedMediaWriter newPagedMediaWriter() throws PagedMediaWriterConfigurationException
PagedMediaWriterConfigurationException
- if the media type is not supportedObject getFeature(String key)
key
- the feature to get the value forvoid setFeature(String key, Object value) throws PagedMediaWriterConfigurationException
key
- the feature to set the value forvalue
- the value for the featurePagedMediaWriterConfigurationException
- if the feature is not supported