archiver
Class XMLInputStream

java.lang.Object
  |
  +--java.io.InputStream
        |
        +--java.io.FilterInputStream
              |
              +--java.io.DataInputStream
                    |
                    +--archiver.AbstractInputStream
                          |
                          +--archiver.XMLInputStream
All Implemented Interfaces:
java.io.DataInput, java.io.ObjectInput

public class XMLInputStream
extends AbstractInputStream


Fields inherited from class java.io.FilterInputStream
in
 
Constructor Summary
XMLInputStream(java.io.InputStream in)
           
 
Method Summary
protected  java.lang.Object parse()
           
 java.lang.Object readObject()
           
 
Methods inherited from class archiver.AbstractInputStream
emptyLookAheadQueue, getCurrentToken, peek, peek, readToken
 
Methods inherited from class java.io.DataInputStream
read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, readUTF, skipBytes
 
Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.io.ObjectInput
available, close, read, read, read, skip
 
Methods inherited from interface java.io.DataInput
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes
 

Constructor Detail

XMLInputStream

public XMLInputStream(java.io.InputStream in)
Method Detail

readObject

public java.lang.Object readObject()
                            throws java.io.IOException

parse

protected java.lang.Object parse()