Posted By:
John_Zukowski
Posted On:
Tuesday, December 4, 2001 09:54 AM
You can't write bits to a file, but you can writes bytes. You'll need to manage the merging of multiple 5 bit combinations into bytes and write those. The basic write operation of OutputStream deals with bytes.
Posted By:
Luigi_Viggiano
Posted On:
Monday, December 3, 2001 09:48 AM
Nothing lets you to do that. You must implement it handly.