A CommandIO instance is a unidirectional or bidirectional data channel holder. It provides a number of getters that reify the channel as a character or byte oriented stream using the standard Java APIs. These getters should return objects that preserve the correct order of data read and written, irrespective of whether flush is called explicitly or implicitly. @author crawley@jnode.org
|
|
|
|
|
|
|
|
|
|