org.apache.accumulo.core.util
Class FastFormat

java.lang.Object
  extended by org.apache.accumulo.core.util.FastFormat

public class FastFormat
extends Object


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

FastFormat

public FastFormat()
Method Detail

toZeroPaddedString

public static byte[] toZeroPaddedString(long num,
                                        int width,
                                        int radix,
                                        byte[] prefix)

toZeroPaddedString

public static int toZeroPaddedString(byte[] output,
                                     int outputOffset,
                                     long num,
                                     int width,
                                     int radix,
                                     byte[] prefix)


Copyright © 2015 Apache Accumulo Project. All rights reserved.