|
|||||||||
| Home >> All >> [ external overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
external
Class BitUtils

java.lang.Objectexternal.BitUtils
- class BitUtils
- extends java.lang.Object
| Constructor Summary | |
(package private) |
BitUtils()
|
| Method Summary | |
static byte |
BitsNeeded(int n)
|
(package private) static void |
WriteString(java.io.OutputStream output,
java.lang.String string)
|
static void |
WriteWord(java.io.OutputStream output,
short w)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
BitUtils
BitUtils()
| Method Detail |
BitsNeeded
public static byte BitsNeeded(int n)
WriteWord
public static void WriteWord(java.io.OutputStream output, short w) throws java.io.IOException
WriteString
static void WriteString(java.io.OutputStream output, java.lang.String string) throws java.io.IOException
|
|||||||||
| Home >> All >> [ external overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
external.BitUtils