things.thinger.io
Interface StreamDestination


public interface StreamDestination

A character destination interface.

Version:
1.0

Version History

EPG - Initial - 10 SEP 03
 
Author:
Erich P. Gatejen

Method Summary
 void write(int character)
          Write the character.
 

Method Detail

write

void write(int character)
           throws java.lang.Exception
Write the character.

Parameters:
character - the character to write into the destination.
Throws:
java.lang.Exception


Things.