![]() |
Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
You could try using the read method found in the InputStreamReader class of the java.io package. There are several read methods, but one of them returns an int, which is the integer value of the character read. Then you could cast it to a byte. If this isn't what you mean, post some code, or a more specific question. Otherwise, hope this helps. > How to read binary inputs in Java (not necessarily terminating with \n) ?
Replies: |
Sponsored Links
|