K
kvnsmnsn
The only way I know how to do I/O with a file is with the
<println> and <readLine> methods. But now I'm getting ready to do a
project that will essentially have me writing binary to a file and
then reading binary from that file. The values written to and read
from will be <byte> values. Does anyone out there know how to just
plain write an individual <byte> to a file and read an individual
<byte> from one? Thanks in advance for any information you can give
me.
---Kevin Simonson
"You'll never get to heaven, or even to LA,
if you don't believe there's a way."
from _Why Not_
<println> and <readLine> methods. But now I'm getting ready to do a
project that will essentially have me writing binary to a file and
then reading binary from that file. The values written to and read
from will be <byte> values. Does anyone out there know how to just
plain write an individual <byte> to a file and read an individual
<byte> from one? Thanks in advance for any information you can give
me.
---Kevin Simonson
"You'll never get to heaven, or even to LA,
if you don't believe there's a way."
from _Why Not_