Uses of Interface
org.dellroad.stuff.io.WriteCallback
Packages that use WriteCallback
Package
Description
I/O-related classes.
General Java-related utility classes.
-
Uses of WriteCallback in org.dellroad.stuff.io
Constructors in org.dellroad.stuff.io with parameters of type WriteCallbackModifierConstructorDescriptionNullModemInputStream
(WriteCallback writer, String threadName) Constructor that uses a background thread for writing.NullModemInputStream
(WriteCallback writer, Executor executor) Constructor. -
Uses of WriteCallback in org.dellroad.stuff.java
Constructors in org.dellroad.stuff.java with parameters of type WriteCallbackModifierConstructorDescriptionProcessRunner
(Process process, WriteCallback inputWriter) Dynamic input constructor.