Class BitUtils

Class BitUtils

java.lang.Object
   |
   +----BitUtils

class BitUtils
extends Object

Method Index

 o BitsNeeded(int)
 o WriteWord(OutputStream, short)

Methods

 o BitsNeeded
  public static byte BitsNeeded(int n)
 o WriteWord
  public static void WriteWord(OutputStream output,
                               short w) throws IOException