com.boundary
Class BitPrint

java.lang.Object
  extended by com.boundary.BitPrint

public class BitPrint
extends Object

utility for printing bit patterns


Constructor Summary
BitPrint()
           
 
Method Summary
static String fmt(long... buffer)
           
static String fmt(long bits)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BitPrint

public BitPrint()
Method Detail

fmt

public static String fmt(long bits)

fmt

public static String fmt(long... buffer)


Copyright © 2014. All rights reserved.