|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PNCStringCoder | |
org.objectweb.jorm.naming.lib |
Uses of PNCStringCoder in org.objectweb.jorm.naming.lib |
Classes in org.objectweb.jorm.naming.lib that implement PNCStringCoder | |
class |
BasicStringCoder
The coding format supported by this coder is the following one: - char is coded as is (example 'A' <-> "A" - byte, short, int, long are coded to hexadecimal fixed size strings (example 395/short <-> "018B") - string is coded with its encoded short length followed by the string as is (example "Hello world!" |
Methods in org.objectweb.jorm.naming.lib with parameters of type PNCStringCoder | |
protected abstract void |
CompositePBinder.fillStringCoder(PNCStringCoder cnsc,
PName pn)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |