public class BitWriter extends Object
BitWriter(OutputStream stream)
void
end()
writeBits(int bits, int num)
writeByte(byte nextByte)
writeBytes(byte[] bytes)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BitWriter(OutputStream stream)
stream
public void end()
public void writeBits(int bits, int num)
bits
num
public void writeByte(byte nextByte)
nextByte
public void writeBytes(byte[] bytes)
bytes
Copyright © 2021. All rights reserved.