Class CharResourceConverter

java.lang.Object
dev.enola.common.io.resource.convert.CharResourceConverter
All Implemented Interfaces:
CatchingConverterInto<ReadableResource,WritableResource>, ConverterInto<ReadableResource,WritableResource>, CatchingResourceConverter, ResourceConverter

Copies all characters from the input into the output resource.

Depending on their respective MediaType.charset(), this may change the text encoding!