org.vafer.jdeb.ar
Class ArInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by org.vafer.jdeb.ar.ArInputStream
All Implemented Interfaces:
java.io.Closeable

public class ArInputStream
extends java.io.InputStream


Constructor Summary
ArInputStream(java.io.InputStream pInput)
           
 
Method Summary
 ArEntry getNextEntry()
           
 int read()
           
 
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArInputStream

public ArInputStream(java.io.InputStream pInput)
Method Detail

getNextEntry

public ArEntry getNextEntry()
                     throws java.io.IOException
Throws:
java.io.IOException

read

public int read()
         throws java.io.IOException
Specified by:
read in class java.io.InputStream
Throws:
java.io.IOException


Copyright © 2007. All Rights Reserved.