gcspy.comm
Class BufferedIO

java.lang.Object
  extended by gcspy.comm.BufferedIO

public class BufferedIO
extends java.lang.Object

Stuff shared by the array/buffered I/O classes

Author:
Tony Printezis

Field Summary
(package private) static int LOW_8_MASK
          A mask for the bottom 8 bits
 
Constructor Summary
BufferedIO()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOW_8_MASK

static final int LOW_8_MASK
A mask for the bottom 8 bits

See Also:
Constant Field Values
Constructor Detail

BufferedIO

public BufferedIO()