|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectphp.java.bridge.PhpString
abstract class PhpString
A php string is a UTF-8 coded byte array.
| Constructor Summary | |
|---|---|
PhpString()
|
|
| Method Summary | |
|---|---|
abstract byte[] |
getBytes()
Get the encoded byte representation |
abstract java.lang.String |
getString()
Get the encoded string representation |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
PhpString()
| Method Detail |
|---|
public abstract java.lang.String getString()
public abstract byte[] getBytes()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||