Class QuietAppendable

java.lang.Object
org.jsoup.internal.QuietAppendable

public abstract class QuietAppendable extends Object
A jsoup internal class to wrap an Appendable and throw IOExceptions as SerializationExceptions.

Only implements the appendable methods we actually use.

  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract QuietAppendable
    append(char c)
     
    abstract QuietAppendable
    append(char[] chars, int offset, int len)
     
    abstract QuietAppendable
    append(CharSequence csq)
     
    wrap(Appendable a)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • QuietAppendable

      public QuietAppendable()
  • Method Details