Skip navigation links
A I L M P R S 

A

advance() - Method in class me.jamiemansfield.string.StringReader
Gets the character at the current index, and increments the index.
advance(int) - Method in class me.jamiemansfield.string.StringReader
Gets the character at the current index and offset, and increments the index by the offset.
available() - Method in class me.jamiemansfield.string.StringReader
Establishes whether there is a character to immediately read.

I

index() - Method in class me.jamiemansfield.string.StringReader
Gets the index of the character currently being read.

L

length() - Method in class me.jamiemansfield.string.StringReader
Gets the length of the source.

M

me.jamiemansfield.string - package me.jamiemansfield.string
 

P

peek() - Method in class me.jamiemansfield.string.StringReader
Gets the character at the current index.
peek(int) - Method in class me.jamiemansfield.string.StringReader
Gets the character at the current index and offset.

R

readable(int) - Method in class me.jamiemansfield.string.StringReader
Establishes whether there is a character to read, with the given offset.
remaining() - Method in class me.jamiemansfield.string.StringReader
Gets the count of the remaining characters to be read.

S

skip(int) - Method in class me.jamiemansfield.string.StringReader
Advances the index by the given length.
StringReader - Class in me.jamiemansfield.string
Reader for strings.
StringReader(String) - Constructor for class me.jamiemansfield.string.StringReader
 
substring(int, int) - Method in class me.jamiemansfield.string.StringReader
Gets a substring of the source.
A I L M P R S 
Skip navigation links