Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.0

E18767-01


com.bea.wcp.diameter
Class DataUtils

java.lang.Object
  extended by com.bea.wcp.diameter.DataUtils


public final class DataUtils
extends java.lang.Object

Utility methods for reading and writing Diameter message data.


Constructor Summary
DataUtils()
           

 

Method Summary
static java.nio.Buffer align(java.nio.Buffer bb)
           
static int aligned(int n)
           
static java.nio.ByteBuffer alloc(java.nio.ByteBuffer bb, int len)
           
static java.nio.ByteBuffer expand(java.nio.ByteBuffer bb, int len)
           
static int getInt3(java.nio.ByteBuffer bb)
           
static int getInt3(java.nio.ByteBuffer bb, int n)
           
static java.nio.ByteBuffer pad(java.nio.ByteBuffer bb)
           
static java.nio.ByteBuffer putInt3(java.nio.ByteBuffer bb, int n)
           
static java.nio.ByteBuffer putInt3(java.nio.ByteBuffer bb, int i, int n)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

DataUtils

public DataUtils()

Method Detail

alloc

public static java.nio.ByteBuffer alloc(java.nio.ByteBuffer bb,
                                        int len)

expand

public static java.nio.ByteBuffer expand(java.nio.ByteBuffer bb,
                                         int len)

pad

public static java.nio.ByteBuffer pad(java.nio.ByteBuffer bb)

aligned

public static int aligned(int n)

align

public static java.nio.Buffer align(java.nio.Buffer bb)

putInt3

public static java.nio.ByteBuffer putInt3(java.nio.ByteBuffer bb,
                                          int n)

putInt3

public static java.nio.ByteBuffer putInt3(java.nio.ByteBuffer bb,
                                          int i,
                                          int n)

getInt3

public static int getInt3(java.nio.ByteBuffer bb)

getInt3

public static int getInt3(java.nio.ByteBuffer bb,
                          int n)

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.0

E18767-01


Copyright © 2005, 2010, Oracle and/or its affiliates. All rights reserved.