Class PList.ValidUTF8FilterInputStream

  • All Implemented Interfaces:
    Closeable, AutoCloseable
    Enclosing class:
    PList<R>

    public static class PList.ValidUTF8FilterInputStream
    extends FilterInputStream
    Silently drops invalid UTF-8 sequences from the inputstream. The underlying stream needs to be buffered for efficiency.