CChangelogWriterProviderTypeCPlainChangelogWriterspublic interface CPlainChangelogWriterProviderType extends CChangelogWriterProviderType
| Modifier and Type | Method | Description |
|---|---|---|
default CPlainChangelogWriterType |
create(URI uri,
OutputStream stream) |
Create a new writer.
|
CPlainChangelogWriterType |
createWithConfiguration(CPlainChangelogWriterConfiguration config,
URI uri,
OutputStream stream) |
Create a writer with the given configuration.
|
default CPlainChangelogWriterType create(URI uri, OutputStream stream) throws IOException
CChangelogWriterProviderTypecreate in interface CChangelogWriterProviderTypeuri - The URI of the stream, for diagnostic messagesstream - The streamIOException - On I/O errorsCPlainChangelogWriterType createWithConfiguration(CPlainChangelogWriterConfiguration config, URI uri, OutputStream stream) throws IOException
config - The configurationuri - The URI for diagnostic purposesstream - The output streamIOException - On I/O errorsCopyright © 2018 <code@io7m.com> http://io7m.com