com.servingxml.components.flatfile.scanner.characters
Class CharInput

java.lang.Object
  extended by com.servingxml.components.flatfile.scanner.characters.CharInput

public class CharInput
extends java.lang.Object


Constructor Summary
CharInput(char[] input, java.nio.charset.Charset charset)
           
CharInput(char[] input, int start, int length)
           
CharInput(char[] input, int start, int length, java.nio.charset.Charset charset)
           
 
Method Summary
 char charAt(int position)
           
 boolean empty()
           
 void reset(int position)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CharInput

public CharInput(char[] input,
                 int start,
                 int length,
                 java.nio.charset.Charset charset)

CharInput

public CharInput(char[] input,
                 int start,
                 int length)

CharInput

public CharInput(char[] input,
                 java.nio.charset.Charset charset)
Method Detail

empty

public boolean empty()

charAt

public char charAt(int position)

reset

public void reset(int position)