ch.interlis.iom_j.itf.impl
Class ItfScanner

java.lang.Object
  extended by 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

Field Summary
static java.lang.String ITF_CHARSET
           
 
Constructor Summary
ItfScanner(java.io.InputStream in)
           
 
Method Summary
 void close()
           
static void main(java.lang.String[] args)
           
 int nextKind()
           
 boolean read(ItfLineCursor cursor)
           
 void setContinueCode(char c)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ITF_CHARSET

public static final java.lang.String ITF_CHARSET
See Also:
Constant Field Values
Constructor Detail

ItfScanner

public ItfScanner(java.io.InputStream in)
           throws java.io.UnsupportedEncodingException,
                  java.io.IOException
Throws:
java.io.UnsupportedEncodingException
java.io.IOException
Method Detail

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)