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 AppStrategy
public void init()
init
in interface AppStrategy
public void idle()
idle
in interface AppStrategy
public void cleanup()
cleanup
in interface AppStrategy
private java.lang.String readLine()