[618] in java-interest
Re: File I/O
daemon@ATHENA.MIT.EDU (Jonathan Payne)
Sat Jul 8 02:03:42 1995
Date: Thu, 6 Jul 1995 11:10:10 -0700
From: jpayne@starwave.com (Jonathan Payne)
To: java-interest@java.Eng.Sun.COM
Use PrintStream to do file i/o with Strings (it turns the Strings into
bytes).
Use Data{Input,Output}Stream to do "structured" i/o of low-level data
types such as int, long, char, etc.
> Date: Thu, 6 Jul 1995 11:25:52 -0400
> From: acheng@beamish.mit.edu (Andrew C. Cheng)
> Sender: owner-java-interest@java.sun.com
> Precedence: bulk
> X-Info: To unsubscribe, send 'unsubscribe' to java-interest-request@java.sun.com
> Content-Type: text
> Content-Length: 232
>
> are Myfilestream.read(somebytes) and
> Myfilestream.write(somebytes)
>
> the only ways to do file I/O?-- with bytes?
>
> -
> Note to Sun employees: this is an EXTERNAL mailing list!
> Info: send 'help' to java-interest-request@java.sun.com
>
-
Note to Sun employees: this is an EXTERNAL mailing list!
Info: send 'help' to java-interest-request@java.sun.com