mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-27 09:58:45 +01:00
new commented-out formatting utility
This commit is contained in:
parent
177fbb0bad
commit
cdf5d6ec9a
1 changed files with 9 additions and 0 deletions
|
@ -145,6 +145,15 @@ public class DbgUtils {
|
|||
}
|
||||
}
|
||||
|
||||
// public static String toString( long[] longs )
|
||||
// {
|
||||
// String[] asStrs = new String[longs.length];
|
||||
// for ( int ii = 0; ii < longs.length; ++ii ) {
|
||||
// asStrs[ii] = String.format("%d", longs[ii] );
|
||||
// }
|
||||
// return TextUtils.join( ", ", asStrs );
|
||||
// }
|
||||
|
||||
// public static String hexDump( byte[] bytes )
|
||||
// {
|
||||
// StringBuilder dump = new StringBuilder();
|
||||
|
|
Loading…
Reference in a new issue