org.opcfoundation.ua.encoding.binary
Class EncoderUtils

java.lang.Object
  extended by org.opcfoundation.ua.encoding.binary.EncoderUtils

public class EncoderUtils
extends Object

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

EncoderUtils

public EncoderUtils()
Method Detail

put

public static void put(IEncoder encoder,
                       String fieldName,
                       Object o)
                throws EncodingException

put.

Parameters:
encoder - a IEncoder object.
fieldName - a String object.
o - a Object object.
Throws:
EncodingException - if any.

put

public static void put(IEncoder encoder,
                       String fieldName,
                       Object o,
                       Class<?> clazz)
                throws EncodingException

put.

Parameters:
encoder - a IEncoder object.
fieldName - a String object.
o - a Object object.
clazz - a Class object.
Throws:
EncodingException - if any.


Copyright © 2018. All rights reserved.