Package org.smallmind.nutsnbolts.io
Class StenographWriter
- java.lang.Object
-
- java.io.Writer
-
- org.smallmind.nutsnbolts.io.StenographWriter
-
- All Implemented Interfaces:
Closeable,Flushable,Appendable,AutoCloseable
public class StenographWriter extends Writer
-
-
Constructor Summary
Constructors Constructor Description StenographWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddStenographListener(StenographEventListener stenographEventListener)voidclose()voidflush()voidremoveStenographListener(StenographEventListener stenographEventListener)voidwrite(char[] cbuf, int off, int len)
-
-
-
Method Detail
-
write
public void write(char[] cbuf, int off, int len) throws IOException- Specified by:
writein classWriter- Throws:
IOException
-
flush
public void flush() throws IOException- Specified by:
flushin interfaceFlushable- Specified by:
flushin classWriter- Throws:
IOException
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein classWriter- Throws:
IOException
-
addStenographListener
public void addStenographListener(StenographEventListener stenographEventListener)
-
removeStenographListener
public void removeStenographListener(StenographEventListener stenographEventListener)
-
-