writer2latex.util

Class SimpleInputBuffer


public class SimpleInputBuffer
extends java.lang.Object

This class provides a simple string input buffer; it can be used as the basis of a tokenizer.

Constructor Summary

SimpleInputBuffer(String sContent)

Method Summary

boolean
atEnd()
char
getChar()
String
getIdentifier()
int
getIndex()
String
getInteger()
String
getNumber()
char
peekChar()
char
peekFollowingChar()
void
skipSpaces()

Constructor Details

SimpleInputBuffer

public SimpleInputBuffer(String sContent)

Method Details

atEnd

public boolean atEnd()

getChar

public char getChar()

getIdentifier

public String getIdentifier()

getIndex

public int getIndex()

getInteger

public String getInteger()

getNumber

public String getNumber()

peekChar

public char peekChar()

peekFollowingChar

public char peekFollowingChar()

skipSpaces

public void skipSpaces()