public class Line extends Object implements Serializable
| Constructor and Description |
|---|
Line(String l)
Constructs line needed to be enclosed in double quotes
|
Line(String l,
boolean t)
Constructs line used in variable substitution
|
| Modifier and Type | Method and Description |
|---|---|
void |
reader(DataInputStream ids) |
void |
writer(DataOutputStream ods) |
public String line
public boolean isVar
public Line(String l)
public Line(String l, boolean t)
public void reader(DataInputStream ids) throws IOException
IOExceptionpublic void writer(DataOutputStream ods) throws IOException
IOExceptionCopyright © 2017. All rights reserved.