org.ojalgo.type.format
Class BinaryFormat

java.lang.Object
  extended by java.text.Format
      extended by org.ojalgo.type.format.BinaryFormat
All Implemented Interfaces:
Serializable, Cloneable

public class BinaryFormat
extends Format

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.text.Format
Format.Field
 
Constructor Summary
BinaryFormat()
           
 
Method Summary
 StringBuffer format(Object someObj, StringBuffer aBufferToAppendTo, FieldPosition aPosition)
           
 byte[] parseObject(String someSource, ParsePosition somePos)
           
 
Methods inherited from class java.text.Format
clone, format, formatToCharacterIterator, parseObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryFormat

public BinaryFormat()
Method Detail

format

public StringBuffer format(Object someObj,
                           StringBuffer aBufferToAppendTo,
                           FieldPosition aPosition)
Specified by:
format in class Format

parseObject

public byte[] parseObject(String someSource,
                          ParsePosition somePos)
Specified by:
parseObject in class Format