Re: DataInputStream Read Method -- Is Offset From Start of File or Last Read?
From: Andrew Thompson (SeeMySites_at_www.invalid)
Date: 11/27/04
- Next message: Chris Smith: "Re: DataInputStream Read Method -- Is Offset From Start of File or Last Read?"
- Previous message: Hal Vaughan: "DataInputStream Read Method -- Is Offset From Start of File or Last Read?"
- In reply to: Hal Vaughan: "DataInputStream Read Method -- Is Offset From Start of File or Last Read?"
- Next in thread: Hal Vaughan: "Re: DataInputStream Read Method -- Is Offset From Start of File or Last Read?"
- Reply: Hal Vaughan: "Re: DataInputStream Read Method -- Is Offset From Start of File or Last Read?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 27 Nov 2004 15:56:32 GMT
On Sat, 27 Nov 2004 10:20:04 -0500, Hal Vaughan wrote:
> I
> didn't see mention of this in my books or in the Sun tutorials.
Try the JavaDocs and see if that clears it up for you.
<http://java.sun.com/j2se/1.5.0/docs/api/java/io/DataInputStream.html#read(byte[],%20int,%20int)>
The JavaDocs* are an indispensable tool for Java coding,
bokmark the light entry point to the JavaDocs here..
<http://java.sun.com/j2se/1.5.0/docs/api/overview-summary.html>
or follow the 'frames' link for the full index.
[ * Though most people download them for easy reference. ]
-- Andrew Thompson http://www.PhySci.org/codes/ Web & IT Help http://www.PhySci.org/ Open-source software suite http://www.1point1C.org/ Science & Technology http://www.LensEscapes.com/ Images that escape the mundane
- Next message: Chris Smith: "Re: DataInputStream Read Method -- Is Offset From Start of File or Last Read?"
- Previous message: Hal Vaughan: "DataInputStream Read Method -- Is Offset From Start of File or Last Read?"
- In reply to: Hal Vaughan: "DataInputStream Read Method -- Is Offset From Start of File or Last Read?"
- Next in thread: Hal Vaughan: "Re: DataInputStream Read Method -- Is Offset From Start of File or Last Read?"
- Reply: Hal Vaughan: "Re: DataInputStream Read Method -- Is Offset From Start of File or Last Read?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|