All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class VS.BitUtils

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

class BitUtils
extends java.lang.Object

Constructor Index

 o BitUtils()

Method Index

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

Constructors

 o BitUtils
 BitUtils()

Methods

 o BitsNeeded
 public static byte BitsNeeded(int n)
 o WriteWord
 public static void WriteWord(java.io.OutputStream output,
                              short w) throws java.io.IOException
 o WriteString
 static void WriteString(java.io.OutputStream output,
                         java.lang.String string) throws java.io.IOException

All Packages  Class Hierarchy  This Package  Previous  Next  Index