GF4J 0.9.4 Beta

Package gameframe.util

Common utility interfaces and classes (timers, big endian I/O streams etc.).

See:
          Description

Interface Summary
Timer Interface for a generic timer class that times the (average or exact, depending on implementation) time between the calls made to the calculateTime() method.
 

Class Summary
BigEndianDataInputStream Output stream filter that filters all input values to big endian format that is used e.g. by Intel processor equipped computers.
BigEndianDataOutputStream Output stream filter that filters all output values to big endian format that is used e.g. by Intel processor equipped computers.
Counter A counter that can display almost any number of digits.
ObjectPreserver This class has methods to ensure that an object is never garbage collected.
 

Package gameframe.util Description

Common utility interfaces and classes (timers, big endian I/O streams etc.).


GF4J 0.9.4 Beta