public class AnnotatingMarkupParser.CountingAppendable extends Object implements Appendable
Modifier and Type | Field and Description |
---|---|
int |
currentPosition |
protected Appendable |
wrappedBuffer |
Constructor and Description |
---|
AnnotatingMarkupParser.CountingAppendable(Appendable wrappedBuffer) |
Modifier and Type | Method and Description |
---|---|
Appendable |
append(char aChar) |
Appendable |
append(CharSequence charSeq) |
Appendable |
append(CharSequence charSeq,
int start,
int end) |
public int currentPosition
protected final Appendable wrappedBuffer
public AnnotatingMarkupParser.CountingAppendable(Appendable wrappedBuffer)
public Appendable append(CharSequence charSeq) throws IOException
append
in interface Appendable
IOException
public Appendable append(char aChar) throws IOException
append
in interface Appendable
IOException
public Appendable append(CharSequence charSeq, int start, int end) throws IOException
append
in interface Appendable
IOException
Copyright © 2014. All rights reserved.