org.lwes.serializer
Class StringParser

java.lang.Object
  extended by 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

Constructor Summary
StringParser()
           
 
Method Summary
static java.lang.Object fromStringBOOLEAN(java.lang.String string)
           
static java.lang.Object fromStringBYTE(java.lang.String string)
           
static java.lang.Object fromStringINT16(java.lang.String string)
           
static java.lang.Object fromStringINT32(java.lang.String string)
           
static java.lang.Object fromStringINT64(java.lang.String string)
           
static java.lang.Object fromStringIPADDR(java.lang.String string)
           
static java.lang.Object fromStringSTRING(java.lang.String string)
           
static java.lang.Object fromStringUINT16(java.lang.String string)
           
static java.lang.Object fromStringUINT32(java.lang.String string)
           
static java.lang.Object fromStringUINT64(java.lang.String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringParser

public StringParser()
Method Detail

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