Class Latin1Reader

java.lang.Object
java.io.Reader
com.fasterxml.jackson.dataformat.javaprop.io.Latin1Reader
All Implemented Interfaces:
Closeable, AutoCloseable, Readable

public final class Latin1Reader extends Reader
Optimized Reader that reads ISO-8859-1 encoded content from an input stream. The reason for custom implementation is that this allows recycling of underlying read buffer, which is important for small content.