gherkin.formatter
Class NiceAppendable
java.lang.Object
gherkin.formatter.NiceAppendable
public class NiceAppendable
- extends Object
A nice appendable that doesn't throw checked exceptions
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NiceAppendable
public NiceAppendable(Appendable out)
append
public NiceAppendable append(CharSequence csq)
append
public NiceAppendable append(CharSequence csq,
int start,
int end)
append
public NiceAppendable append(char c)
println
public NiceAppendable println()
println
public NiceAppendable println(CharSequence csq)
close
public void close()
Copyright © 2013. All rights reserved.