Package jcontrol.io

Provides classes for basic I/O and peripheral control.

See:
          Description

Interface Summary
BasicInputStream Deprecated.  
BasicOutputStream Deprecated.  
Drawable Defines Object-behaviour for use with Display.drawImage().
Graphics Interface definition for graphics devices.
IPointingDevice  
SoundDevice Defines behaviour for any single voice noise making device.
 

Class Summary
AbstractGraphics NOTE: do not use this class!
Buzzer Makes some noise using the buzzer connected to the JControl module.
ByteArrayInputStream The ByteArrayOutputStream allows to access a byte array as an InputStream.
ByteArrayOutputStream The ByteArrayOutputStream is a simple OutputStream for writing data to a byte array.
Console Implements Console communication for JControl.
DataInputStream A DataInputStream allows to read java basic data types from an InputStream.
DataOutputStream A DataOutputStreams allows the output of java basic types (char, short, int, boolean) to any OutputStream.
Display Controls a dot-matrix display, e.g. a 128x64 pixels BW-LC-Display.
File An abstract representation of file and directory pathnames.
FileInputStream A FileInputStream obtains input bytes from a file in a file system.
FileOutputStream A file output stream is an output stream for writing data to a File or to a FileDescriptor.
GenericDataInputStream  
GenericDataOutputStream A DataOutputStreams allows the output of java basic types (char, short, int, boolean) to any OutputStream.
GPIO Controls JControls available portpins.
InputStream  
Keyboard Accesses JControls keyboard.
OutputStream OutputStreams can be used to send single bytes and arrays of bytes over a stream connection.
Resource Implements ROM (and Flash EEPROM) resource read access for JControl.
Touch Implements the TouchScreen of JControl-Devices
 

Package jcontrol.io Description

Provides classes for basic I/O and peripheral control.