com.phoenix_int.aserver.types
Interface IPHXType2

All Superinterfaces:
IPHXType
All Known Implementing Classes:
PHXBoolean, PHXBooleanArray, PHXDouble, PHXDoubleArray, PHXFile, PHXGeometry, PHXInteger, PHXLong, PHXLongArray, PHXObjectArray, PHXRawFile, PHXRawFileArray, PHXReference, PHXScriptObject, PHXSimpleArray, PHXSimpleType, PHXString, PHXStringArray

public interface IPHXType2
extends IPHXType

The interface for Phoenix types which use PHXStringBuffer instead of String for performance.

See Also:
IPHXType

Method Summary
 void fromString2(PHXStringBuffer sb)
           
 PHXStringBuffer toString2()
           
 
Methods inherited from interface com.phoenix_int.aserver.types.IPHXType
fromString, toString
 

Method Detail

toString2

PHXStringBuffer toString2()
                          throws java.io.IOException
Throws:
java.io.IOException

fromString2

void fromString2(PHXStringBuffer sb)
                 throws java.io.IOException,
                        PHXGetByUrlException
Throws:
java.io.IOException
PHXGetByUrlException