Class BeanCharSource

  • All Implemented Interfaces:
    org.joda.beans.Bean, org.joda.beans.ImmutableBean
    Direct Known Subclasses:
    StringCharSource

    public abstract class BeanCharSource
    extends CharSource
    implements org.joda.beans.ImmutableBean
    A char source implementation that is also a Joda-Bean.

    See StringCharSource.

    Various methods override CharSource to throw UncheckedIOException instead of IOException.