foundry.io
Class DocumentWriter
java.lang.Object
|
+--java.io.Writer
|
+--foundry.io.DocumentWriter
- public class DocumentWriter
- extends Writer
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
document
private Document document
isClosed
private boolean isClosed
DocumentWriter
public DocumentWriter()
DocumentWriter
public DocumentWriter(JTextComponent component)
DocumentWriter
public DocumentWriter(Document document)
getDocument
public Document getDocument()
flush
public void flush()
throws IOException
- Overrides:
flush
in class Writer
close
public void close()
throws IOException
- Overrides:
close
in class Writer
write
public void write(String string,
int offset,
int length)
throws IOException
- Overrides:
write
in class Writer
write
public void write(char[] chars,
int offset,
int length)
throws IOException
- Overrides:
write
in class Writer
Copyright © 2000 - Laird Jarrett Nelson