org.opcfoundation.ua.encoding.binary
Class DecoderUtils

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

public class DecoderUtils
extends Object

DecoderUtils class.

Author:
Toni Kalajainen (toni.kalajainen@vtt.fi)

Constructor Summary
DecoderUtils()
           
 
Method Summary
static void fixResponseHeader(ResponseHeader rh)
          Fixes DiagnosticInfos of a Response header to point to the string table of the response header.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecoderUtils

public DecoderUtils()
Method Detail

fixResponseHeader

public static void fixResponseHeader(ResponseHeader rh)
Fixes DiagnosticInfos of a Response header to point to the string table of the response header.

Parameters:
rh - a ResponseHeader object.


Copyright © 2018. All rights reserved.