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, String scale)
           
static double wordCount(String hexString, int wordSize, String scale)
           
 
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,
                               String scale)

byteCount

public static double byteCount(String hexString,
                               int wordSize,
                               String scale)


Copyright © 2004-2013. All Rights Reserved.