biz.onixs.fix.util
Class FixUtils

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

public class FixUtils
extends Object


Method Summary
static long atoi(byte[] buf, int offset)
           
static List<Message> cloneMessages(List<Message> messages)
           
static boolean contentEquals(byte[] buffer, int offset, byte[] buffer2, int length)
           
static boolean contentEquals(byte[] buffer, int offset, String str, int length)
           
static int findIndexOf(byte[] buffer, int offset, String str, int length)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

findIndexOf

public static int findIndexOf(byte[] buffer,
                              int offset,
                              String str,
                              int length)

contentEquals

public static boolean contentEquals(byte[] buffer,
                                    int offset,
                                    byte[] buffer2,
                                    int length)

contentEquals

public static boolean contentEquals(byte[] buffer,
                                    int offset,
                                    String str,
                                    int length)

atoi

public static long atoi(byte[] buf,
                        int offset)

cloneMessages

public static List<Message> cloneMessages(List<Message> messages)


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