com.partnersoft.v3x.io
Class FastDataInputStream

java.lang.Object
  extended by com.partnersoft.v3x.io.FastDataInputStream

public class FastDataInputStream
extends java.lang.Object

A self-buffering data input stream. Has the following advantages over the usual DataInputStream->BufferedInputStream setup:


Constructor Summary
FastDataInputStream()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FastDataInputStream

public FastDataInputStream()