org.enhydra.kelp.common
Class Writer
- public class Writer
- extends StringWriter
- Class declaration
Writer
public Writer()
- Constructor declaration
write
public synchronized void write(int c)
- Method declaration
- Parameters:
c
-
write
public synchronized void write(String str)
- Method declaration
- Parameters:
str
-
writeln
public synchronized void writeln(String str)
- Method declaration
- Parameters:
str
-
write
public synchronized void write(String str,
int off,
int len)
- Method declaration
- Parameters:
str
-
off
-
len
-
addWriteListener
public synchronized void addWriteListener(WriteListener l)
- Method declaration
- Parameters:
l
-
removeWriteListener
public synchronized void removeWriteListener(WriteListener l)
- Method declaration
- Parameters:
l
-
notifyWriteListeners
private synchronized void notifyWriteListeners(String s)
- Method declaration
- Parameters:
s
-