Class HumanReadableConfigurationFactory<C>

java.lang.Object
space.arim.dazzleconf.factory.ConfigurationFormatFactory<C>
space.arim.dazzleconf.factory.HumanReadableConfigurationFactory<C>
Type Parameters:
C - the type of the configuration
All Implemented Interfaces:
ConfigurationFactory<C>

public abstract class HumanReadableConfigurationFactory<C> extends ConfigurationFormatFactory<C>
Extension of ConfigurationFormatFactory which turns ReadableByteChannel and InputStream into Reader and WritableByteChannel and OutputStream into Writer. Performs buffering as well.