ch.interlis.iox
Class Iom_IoxReader

java.lang.Object
  extended bych.interlis.iox.Iom_IoxReader
All Implemented Interfaces:
IoxReader

public class Iom_IoxReader
extends java.lang.Object
implements IoxReader

adpts

Version:
$Revision: 1.0 $ $Date: 28.06.2006 $
Author:
ce

Constructor Summary
Iom_IoxReader(IomFile iomFile)
           
 
Method Summary
 void close()
          Frees any resources associated with this Reader.
 IoxEvent read()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Iom_IoxReader

public Iom_IoxReader(IomFile iomFile)
Method Detail

close

public void close()
           throws IoxException
Description copied from interface: IoxReader
Frees any resources associated with this Reader. This method does not close the underlying input source.

Specified by:
close in interface IoxReader
Throws:
IoxException

read

public IoxEvent read()
              throws IoxException
Specified by:
read in interface IoxReader
Throws:
IoxException