Interface TextInput

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
FileInput, ReaderInput

public interface TextInput extends AutoCloseable
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    Deliver the stream of decoded characters.
    default @Opt String
    Deliver a human readable text for the source identification.
    Deliver the stream of decoded characters.
    static TextInput
    make(File file, Charset encoding)
    Factory method.
    static TextInput
    make(Reader reader)
    Factory method.
    static TextInput
    make(Reader reader, @Opt String readableSourceInfo)
    Factory method.