org.mklab.nfc.matrix
クラス IntUtil

java.lang.Object
  上位を拡張 org.mklab.nfc.matrix.IntUtil

public class IntUtil
extends Object

整数に関するユーティリティクラスです。

バージョン:
$Revision: 1.9 $
作成者:
Koga Laboratory

コンストラクタの概要
IntUtil()
           
 
メソッドの概要
static String format(int value, int formatLength)
          整数を右詰の文字列に変換します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

IntUtil

public IntUtil()
メソッドの詳細

format

public static String format(int value,
                            int formatLength)
整数を右詰の文字列に変換します。

パラメータ:
value - 整数
formatLength - フォーマットで得られる文字列の長さ
戻り値:
右詰の文字列