public class PushBackStringReader
extends java.lang.Object
| Constructor and Description |
|---|
PushBackStringReader(java.lang.String aSource)
This constructor requires the passing of a String from which to
construct the PushBackStringReader.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
readLine()
This method reads a line of text from the buffer.
|
void |
unreadLine()
This method 'unreads' a line of text from the Buffer.
|
public PushBackStringReader(java.lang.String aSource)
aSource - String to construct the PushBackStringReader from.public java.lang.String readLine()
public void unreadLine()
Copyright © 2014. All Rights Reserved.