Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / First Aid / August 2005

Tip: Looking for answers? Try searching our database.

Java I/O Seeking

Thread view: 
david.goodyear@gmail.com - 28 Aug 2005 23:16 GMT
Hi,

I'm used to using streams in C++ where you can seek negatively, in
java however it appears you can only seek positively. Does this mean a
negative seek can only be achieved using a reset() and seek(with a
positive argument), to have the effect of a negative seek. (Isn't
that very in-efficient with buffers?)

Thanks in advance

David
Thomas Hawtin - 28 Aug 2005 23:58 GMT
> I'm used to using streams in C++ where you can seek negatively, in
> java however it appears you can only seek positively. Does this mean a
> negative seek can only be achieved using a reset() and seek(with a
> positive argument), to have the effect of a negative seek. (Isn't
> that very in-efficient with buffers?)

InputStream doesn't have seek. It does have skip. Most streams are not
random access. Most uses of stream-like objects do not require random
access behaviour. So it doesn't make a great deal of sense to have a
seek method.

What you probably want is RandomAccessFile.

Tom Hawtin
Signature

Unemployed English Java programmer
http://jroller.com/page/tackline/

Roedy Green - 29 Aug 2005 22:50 GMT
>I'm used to using streams in C++ where you can seek negatively, in
>java however it appears you can only seek positively. Does this mean a
>negative seek can only be achieved using a reset() and seek(with a
>positive argument), to have the effect of a negative seek. (Isn't
>that very in-efficient with buffers?)

Java does an absolute seek. The seek is relative to the start of the
file.  So you can hop forward and back, you just specify it always
with a positive number.
Signature

Canadian Mind Products, Roedy Green.
http://mindprod.com Again taking new Java programming contracts.



Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.