org.lwes.serializer
Class StringParser
java.lang.Object
org.lwes.serializer.StringParser
public class StringParser
- extends java.lang.Object
This contains low level type serialization used by the rest of the system.
- Author:
- Anthony Molinaro, Michael P. Lum
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringParser
public StringParser()
fromStringBYTE
public static java.lang.Object fromStringBYTE(java.lang.String string)
throws EventSystemException
- Throws:
EventSystemException
fromStringBOOLEAN
public static java.lang.Object fromStringBOOLEAN(java.lang.String string)
throws EventSystemException
- Throws:
EventSystemException
fromStringUINT16
public static java.lang.Object fromStringUINT16(java.lang.String string)
throws EventSystemException
- Throws:
EventSystemException
fromStringINT16
public static java.lang.Object fromStringINT16(java.lang.String string)
throws EventSystemException
- Throws:
EventSystemException
fromStringUINT32
public static java.lang.Object fromStringUINT32(java.lang.String string)
throws EventSystemException
- Throws:
EventSystemException
fromStringINT32
public static java.lang.Object fromStringINT32(java.lang.String string)
throws EventSystemException
- Throws:
EventSystemException
fromStringUINT64
public static java.lang.Object fromStringUINT64(java.lang.String string)
throws EventSystemException
- Throws:
EventSystemException
fromStringINT64
public static java.lang.Object fromStringINT64(java.lang.String string)
throws EventSystemException
- Throws:
EventSystemException
fromStringSTRING
public static java.lang.Object fromStringSTRING(java.lang.String string)
throws EventSystemException
- Throws:
EventSystemException
fromStringIPADDR
public static java.lang.Object fromStringIPADDR(java.lang.String string)
throws EventSystemException
- Throws:
EventSystemException