ch.interlis.iom_j.itf.impl
Class ItfScanner
java.lang.Object
ch.interlis.iom_j.itf.impl.ItfScanner
public class ItfScanner
- extends java.lang.Object
Scanner of ITF files, that recognizes logical lines.
- Version:
- $Revision: 1.0 $ $Date: 23.06.2006 $
- Author:
- ce
Constructor Summary |
ItfScanner(java.io.InputStream in)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ITF_CHARSET
public static final java.lang.String ITF_CHARSET
- See Also:
- Constant Field Values
ItfScanner
public ItfScanner(java.io.InputStream in)
throws java.io.UnsupportedEncodingException,
java.io.IOException
- Throws:
java.io.UnsupportedEncodingException
java.io.IOException
close
public void close()
throws IoxException
- Throws:
IoxException
read
public boolean read(ItfLineCursor cursor)
throws IoxException
- Throws:
IoxException
nextKind
public int nextKind()
throws IoxException
- Throws:
IoxException
setContinueCode
public void setContinueCode(char c)
main
public static void main(java.lang.String[] args)