net.praqma.jenkins.memorymap.util
Class HexUtils

java.lang.Object
  extended by net.praqma.jenkins.memorymap.util.HexUtils

public class HexUtils
extends Object

Author:
Praqma

Constructor Summary
HexUtils()
           
 
Method Summary
static double byteCount(String hexString, int wordSize)
           
static double kiloByteCount(String hexString, int wordSize)
           
static double kiloWordCount(String hexString, int wordSize)
           
static double wordCount(String hexString, int wordSize)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HexUtils

public HexUtils()
Method Detail

wordCount

public static double wordCount(String hexString,
                               int wordSize)

kiloWordCount

public static double kiloWordCount(String hexString,
                                   int wordSize)

byteCount

public static double byteCount(String hexString,
                               int wordSize)

kiloByteCount

public static double kiloByteCount(String hexString,
                                   int wordSize)


Copyright © 2004-2013. All Rights Reserved.