Inherits Reference < Object
BitWriter for writing bits to an IO stream Handles JPEG byte stuffing (0xFF -> 0xFF 0x00)
Flush remaining bits to the stream with padding Pads with 1s as per JPEG spec
Write a single bit to the stream
Write n bits from value to the stream n must be between 1 and 16