Class Binary

java.lang.Object
  |
  +--Binary
All Implemented Interfaces:
FILisable

public class Binary
extends java.lang.Object
implements FILisable

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

Binary

public Binary(java.lang.String string)
Constructs a Binary from a Java String (including the '%' prefix).
Parameters:
string - The string encoding the binary literal.
Method Detail

toString

public java.lang.String toString()
Returns the string representing the FIL string.
Overrides:
toString in class java.lang.Object
Returns:
A string representing the FIL string.

FILise

public java.lang.String FILise(boolean HTML)
Returns a string representing the binary literal.
Specified by:
FILise in interface FILisable
Parameters:
HTML - If true, the FIL will be augmented with HTML tags.
Returns:
A string representing the binary literal.