Re: How to process both binary and text in a stream at once?
Posted By:
Michael_Wax
Posted On:
Saturday, April 21, 2001 05:12 PM
What about using a DataInputStream? This lets you read in bytes from a binary stream as any of the Java data types (byte, char, String).