Qizx/Open v0.3

net.xfra.qizxopen.util
Class VInputStream

java.lang.Object
  |
  +--java.io.InputStream
        |
        +--java.io.FilterInputStream
              |
              +--java.io.BufferedInputStream
                    |
                    +--net.xfra.qizxopen.util.VInputStream

public class VInputStream
extends java.io.BufferedInputStream


Constructor Summary
VInputStream(java.io.File file)
           
 
Method Summary
 int readVint()
           
 long readVlong()
           
 
Methods inherited from class java.io.BufferedInputStream
available, close, mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.io.FilterInputStream
read
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VInputStream

public VInputStream(java.io.File file)
             throws java.io.FileNotFoundException
Method Detail

readVint

public int readVint()
             throws java.io.IOException
java.io.IOException

readVlong

public long readVlong()
               throws java.io.IOException
java.io.IOException

 Copyright Xavier FRANC 2003-2004