|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opcfoundation.ua.encoding.binary.EncoderUtils
public class EncoderUtils
EncoderUtils class.
| Constructor Summary | |
|---|---|
EncoderUtils()
|
|
| Method Summary | |
|---|---|
static void |
put(IEncoder encoder,
String fieldName,
Object o)
put. |
static void |
put(IEncoder encoder,
String fieldName,
Object o,
Class<?> clazz)
put. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EncoderUtils()
| Method Detail |
|---|
public static void put(IEncoder encoder,
String fieldName,
Object o)
throws EncodingException
put.
encoder - a IEncoder object.fieldName - a String object.o - a Object object.
EncodingException - if any.
public static void put(IEncoder encoder,
String fieldName,
Object o,
Class<?> clazz)
throws EncodingException
put.
encoder - a IEncoder object.fieldName - a String object.o - a Object object.clazz - a Class object.
EncodingException - if any.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||