com.continuent.tungsten.replicator.extractor.mysql.conversion
Class GeneralConversion

java.lang.Object
  extended by com.continuent.tungsten.replicator.extractor.mysql.conversion.GeneralConversion
Direct Known Subclasses:
BigEndianConversion, LittleEndianConversion

public class GeneralConversion
extends java.lang.Object

This class contains general conversion methods, that are not related either to little endian nor big endian encoding

Version:
1.0
Author:
Stephane Giron

Constructor Summary
GeneralConversion()
           
 
Method Summary
static int unsignedByteToInt(byte b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneralConversion

public GeneralConversion()
Method Detail

unsignedByteToInt

public static int unsignedByteToInt(byte b)