Package org.apache.guacamole.io
All classes relating directly to data input or output.
-
Interface Summary Interface Description GuacamoleReader Provides abstract and raw character read access to a stream of Guacamole instructions.GuacamoleWriter Provides abstract and raw character write access to a stream of Guacamole instructions. -
Class Summary Class Description ReaderGuacamoleReader A GuacamoleReader which wraps a standard Java Reader, using that Reader as the Guacamole instruction stream.WriterGuacamoleWriter A GuacamoleWriter which wraps a standard Java Writer, using that Writer as the Guacamole instruction stream.