|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--Binary
The class `Binary' represents binary literals in FIL.
| Constructor Summary | |
Binary(java.lang.String string)
Constructs a Binary from a Java String (including the '%' prefix). |
|
| Method Summary | |
java.lang.String |
FILise(boolean HTML)
Returns a string representing the binary literal. |
java.lang.String |
toString()
Returns the string representing the FIL string. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Binary(java.lang.String string)
string - The string encoding the binary literal.| Method Detail |
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String FILise(boolean HTML)
FILise in interface FILisableHTML - If true, the FIL will be augmented with HTML tags.
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||