|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DiffTextWriter
Writes diff commands to a stream.
Method Summary | |
---|---|
void |
addCopy(int offset,
int length)
Add a copy command. |
void |
addData(char seq)
Add a character to output. |
void |
close()
Frees internal resources; closes output stream. |
void |
flush()
Writes current state to output stream. |
Method Detail |
---|
void addCopy(int offset, int length) throws IOException
offset
- start of sequencelength
- length of sequence
IOException
void addData(char seq) throws IOException
IOException
void flush() throws IOException
IOException
void close() throws IOException
close
in interface Closeable
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |