public class LinusFromString extends Linus
makeLine
is called. Thereafter, it
responds with null. This extension of Linus is intendedto allow parsing from a string.
Constructor and Description |
---|
LinusFromString(java.lang.String theLine) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
makeLine()
Return a String with the image of one line of the file, followed by a newLine (ASCII 10).
|