|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.io.InputStream
java.io.FilterInputStream
java.io.DataInputStream
hep.io.xdr.XDRInputStream
hep.io.sio.SIOInputStream
public class SIOInputStream
An SIOInputStream provides all the functionality of an XDRInputStream, but adds the ability to do pointer relocation within records.
| Field Summary |
|---|
| Fields inherited from class java.io.FilterInputStream |
|---|
in |
| Constructor Summary | |
|---|---|
SIOInputStream(InputStream in,
SIOInputStream parent)
An input stream which shares a map with a parent stream |
|
| Method Summary | |
|---|---|
SIORef |
readPntr()
Read an SIO PNTR. |
void |
readPTag(Object o)
Read an SIO PTAG and associate it with an Object o |
| Methods inherited from class hep.io.xdr.XDRInputStream |
|---|
clearReadLimit, getBytesRead, pad, readDoubleArray, readFloatArray, readIntArray, readString, readString, setReadLimit |
| 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.DataInput |
|---|
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes |
| Constructor Detail |
|---|
public SIOInputStream(InputStream in,
SIOInputStream parent)
| Method Detail |
|---|
public void readPTag(Object o)
throws IOException
IOException
public SIORef readPntr()
throws IOException
IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||