Package edu.rit.util

Package edu.rit.util contains general utility components.

See:
          Description

Interface Summary
TimerTask Interface TimerTask specifies the interface for an object that performs timed actions under the control of a Timer.
 

Class Summary
HexPrintStream Class HexPrintStream provides an object that does everything a PrintStream does, and that can print integer values and byte arrays in hexadecimal.
Platform Class Platform provides operations for accessing platform-dependent information.
StringReader Class StringReader encapsulates an object that reads a string one character at a time.
Timer Class Timer controls the execution of a TimerTask's timed actions.
TimerThread Class TimerThread encapsulates a thread that does the timing for Timers and performs TimerTasks' actions when timeouts occur.
Transcript Class Transcript is a Java Swing component that displays plain text written to an output stream.
 

Package edu.rit.util Description

Package edu.rit.util contains general utility components.



Copyright © 2001-2006 by Alan Kaminsky. All rights reserved. Send comments to ark­@­cs.rit.edu.