flattree.flat
Interface Position

All Known Subinterfaces:
EscapableLine, Line, ReadLine, WriteLine
All Known Implementing Classes:
DelimitedReadLine, DelimitedWriteLine, EmptyReadLine, FixedLengthReadLine, FixedLengthWriteLine, LazyReadLine, StringReadLine, StringWriteLine, TreeException

public interface Position

A position in a stream of characters.


Method Summary
 int getColumnIndex()
          Get the current column index.
 int getIndex()
          Get the index of the current character.
 int getRowIndex()
          Get the current row index.
 

Method Detail

getIndex

int getIndex()
Get the index of the current character.

Returns:
index

getRowIndex

int getRowIndex()
Get the current row index.

Returns:
row index

getColumnIndex

int getColumnIndex()
Get the current column index.

Returns:
column index


Copyright © 2011. All Rights Reserved.