hep.lcd.io.sio
Class SIOReader

java.lang.Object
  |
  +--hep.lcd.io.sio.SIOReader

public class SIOReader
extends Object

A class for reading SIO records.

Source Code:
SIOReader.java

Constructor Summary
SIOReader(InputStream in)
           
 
Method Summary
 void close()
           
 SIORecord readRecord()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SIOReader

public SIOReader(InputStream in)
          throws IOException
Method Detail

readRecord

public SIORecord readRecord()
                     throws IOException

close

public void close()
           throws IOException


The LCD Group