Package org.jsoup.internal
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 -
Method Summary
Modifier and TypeMethodDescriptionabstract QuietAppendable
append
(char c) abstract QuietAppendable
append
(char[] chars, int offset, int len) abstract QuietAppendable
append
(CharSequence csq) static QuietAppendable
wrap
(Appendable a) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait