Interface InputHelper.FilterFactory

Enclosing class:
InputHelper

public static interface InputHelper.FilterFactory
Used to wrap InputStreams with the desired filter.
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Interface Description
    static class  InputHelper.FilterFactory.FilterFactoryException
    Thrown if there is a problem creating or using the new InputStream (e.g., thrown if the user attempts to use a CBZip2InputStream on data that is not compressed in bzip2 format).
  • Method Summary

    Modifier and Type Method Description
    java.io.InputStream makeFilter​(java.io.InputStream in)
    Surrounds the InputStream with another filter-like InputStream.