final class FtoC extends java.lang.Object implements AppStrategy
| Modifier and Type | Field and Description |
|---|---|
private java.io.BufferedReader |
br |
private boolean |
isDone |
| Constructor and Description |
|---|
FtoC() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup() |
boolean |
done() |
void |
idle() |
void |
init() |
private java.lang.String |
readLine() |
FtoC()
public boolean done()
done in interface AppStrategypublic void init()
init in interface AppStrategypublic void idle()
idle in interface AppStrategypublic void cleanup()
cleanup in interface AppStrategyprivate java.lang.String readLine()