com.transjam.util
Class  VerboseDataInputStream
java.lang.Object
  |
  +--java.io.InputStream
        |
        +--java.io.FilterInputStream
              |
              +--com.transjam.util.VerboseDataInputStream
- public class VerboseDataInputStream- extends java.io.FilterInputStream
VerboseDataInputStream uses a human readable encoding scheme.
 It was written to avoid creating new byte arrays or Strings
 when converting data.
- Version: 
- 1.0
- Author: 
- Phil Burk, (C) 2000 SoftSynth.com
 
 
| Methods inherited from class java.io.FilterInputStream | 
| available, close, mark, markSupported, read, read, read, reset, skip | 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
VerboseDataInputStream
public VerboseDataInputStream(java.io.InputStream stream)
readInt
public int readInt()
            throws java.io.IOException
readBoolean
public boolean readBoolean()
                    throws java.io.IOException