Class VelocityFileResourceLoader.IndentationFilterInputStream

  • All Implemented Interfaces:
    Closeable, AutoCloseable
    Enclosing class:
    VelocityFileResourceLoader

    public static class VelocityFileResourceLoader.IndentationFilterInputStream
    extends FilterInputStream
    Upgrading from Velocity 2.0 to Velocity 2.1 (https://velocity.apache.org/engine/2.1/upgrading.html) The ResourceLoader class API has replaced InputStream getters by Reader getters: InputStream ResourceLoader.getResourceStream(String name) has been replaced by a Reader ResourceLoader.getResourceReader(String name, String encoding).