Skip navigation links
B C E G O R S W 

W

writeBits(int) - Method in interface ej.ecom.io.BitsOutput
The data to send is masked using the following formula:
val &= (1 << getLength()) - 1
writeBits(int[]) - Method in interface ej.ecom.io.BitsOutput
Writes data.length data from the specified integer array to this output stream.
writeBits(int[], int, int) - Method in interface ej.ecom.io.BitsOutput
Writes len data from the specified integer array starting at offset off to this output stream.
writeBits(short[], boolean) - Method in interface ej.ecom.io.BitsOutput
Writes data.length data from the specified short array to this output stream.
writeBits(short[], int, int, boolean) - Method in interface ej.ecom.io.BitsOutput
Writes len data from the specified short array starting at offset off to this output stream.
writeBits(byte[], boolean) - Method in interface ej.ecom.io.BitsOutput
Writes data.length data from the specified short array to this output stream.
writeBits(byte[], int, int, boolean) - Method in interface ej.ecom.io.BitsOutput
Writes len data from the specified short array starting at offset off to this output stream.
B C E G O R S W 
Skip navigation links