net.coderazzi.filters.parser
Class Types.ByteTypeFormat
java.lang.Object
java.text.Format
net.coderazzi.filters.parser.Types.ByteTypeFormat
- All Implemented Interfaces:
- Serializable, Cloneable
- Enclosing class:
- Types
public static class Types.ByteTypeFormat
- extends Format
Factory to build byte objects
- See Also:
- Serialized Form
Types.ByteTypeFormat
public Types.ByteTypeFormat()
parseObject
public Object parseObject(String text)
throws ParseException
- Throws:
ParseException
format
public StringBuffer format(Object obj,
StringBuffer toAppendTo,
FieldPosition pos)
- Specified by:
format
in class Format
parseObject
public Object parseObject(String source,
ParsePosition pos)
- Specified by:
parseObject
in class Format