biz.onixs.fix.util
Class Converter

java.lang.Object
  extended by biz.onixs.fix.util.Converter

public class Converter
extends Object


Constructor Summary
Converter()
           
 
Method Summary
static String double2str(double value)
           
static int i2str(byte[] buffer, int val)
           
static int i2str(byte[] buffer, int offset, int val)
           
static String i2str(int value)
           
static int long2str(byte[] buffer, int offset, long value)
           
static int long2str(byte[] buffer, long value)
           
static long str2i(byte[] buffer, int bufferSize)
           
static long str2i(byte[] buffer, int offset, int length)
           
static long str2iStrict(byte[] buffer, int offset, int length)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Converter

public Converter()
Method Detail

double2str

public static String double2str(double value)

i2str

public static int i2str(byte[] buffer,
                        int offset,
                        int val)

i2str

public static String i2str(int value)

long2str

public static int long2str(byte[] buffer,
                           long value)

long2str

public static int long2str(byte[] buffer,
                           int offset,
                           long value)

i2str

public static int i2str(byte[] buffer,
                        int val)

str2i

public static long str2i(byte[] buffer,
                         int offset,
                         int length)

str2iStrict

public static long str2iStrict(byte[] buffer,
                               int offset,
                               int length)

str2i

public static long str2i(byte[] buffer,
                         int bufferSize)


Copyright © 2005-2012 Onix Solutions. All Rights Reserved.