If I understand your question correctly, you want to read 
certain parts of a file without going through the whole thing. 
Have you looked at the RandomAccessFile class?  It allows access to 
the bytes at a specific index in a file.

--Monte Glenn Gardner


On Wed, 28 Nov 2001, Javier Alonso wrote:

> Hello everyone. I�m stacked again. I want to read certain parts of a file
> and i dont know how can i do (its all because i want to get from thath fiel
> the DNS user and pass for a servlet conection). Can anybody help me? Thanks.
> 
> 
>             Javier Alonso
> 
> ___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff SERVLET-INTEREST".
> 
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
> 
> 

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to