|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.accumulo.server.test.FastFormat
public class FastFormat
Constructor Summary | |
---|---|
FastFormat()
|
Method Summary | |
---|---|
static int |
toZeroPaddedString(byte[] output,
int outputOffset,
long num,
int width,
int radix,
byte[] prefix)
|
static byte[] |
toZeroPaddedString(long num,
int width,
int radix,
byte[] prefix)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FastFormat()
Method Detail |
---|
public static byte[] toZeroPaddedString(long num, int width, int radix, byte[] prefix)
public static int toZeroPaddedString(byte[] output, int outputOffset, long num, int width, int radix, byte[] prefix)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |