Class BinaryFormat

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable

    public class BinaryFormat
    extends java.text.Format
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class java.text.Format

        java.text.Format.Field
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Constructor Description
      BinaryFormat()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.StringBuffer format​(java.lang.Object someObj, java.lang.StringBuffer aBufferToAppendTo, java.text.FieldPosition aPosition)  
      byte[] parseObject​(java.lang.String someSource, java.text.ParsePosition somePos)  
      • Methods inherited from class java.text.Format

        clone, format, formatToCharacterIterator, parseObject
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BinaryFormat

        public BinaryFormat()
    • Method Detail

      • format

        public java.lang.StringBuffer format​(java.lang.Object someObj,
                                             java.lang.StringBuffer aBufferToAppendTo,
                                             java.text.FieldPosition aPosition)
        Specified by:
        format in class java.text.Format
      • parseObject

        public byte[] parseObject​(java.lang.String someSource,
                                  java.text.ParsePosition somePos)
        Specified by:
        parseObject in class java.text.Format