All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class VS.BitFile

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

class BitFile
extends java.lang.Object

Variable Index

 o bitsLeft_
 o buffer_
 o index_
 o output_

Constructor Index

 o BitFile(OutputStream)

Method Index

 o Flush()
 o WriteBits(int, int)

Variables

 o output_
 java.io.OutputStream output_
 o buffer_
 byte buffer_[]
 o index_
 int index_
 o bitsLeft_
 int bitsLeft_

Constructors

 o BitFile
 public BitFile(java.io.OutputStream output)

Methods

 o Flush
 public void Flush() throws java.io.IOException
 o WriteBits
 public void WriteBits(int bits,
                       int numbits) throws java.io.IOException

All Packages  Class Hierarchy  This Package  Previous  Next  Index