Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-01-2007, 04:10 AM
Member
 
Join Date: Aug 2007
Posts: 1
jdepue is on a distinguished road
Reading file data that contains no spaces
Understand that you use token to read the next word/number of a file using delimiters. How do you read data from a file with no spaces and break it up by number of characters?
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 08-01-2007, 05:58 AM
Senior Member
 
Join Date: Jul 2007
Posts: 134
brianhks will become famous soon enough
Is this actual character data you are reading or binary data?
If it is character data use a FileReader to read a character at a time out of the file.
If it is binary data use a FileInputStream to read a byte at a time.

both have the option to read data into either a char[] or a byte[], respectively. This way you can read chunks of the file at a time.
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Reading data form Excel using Jdbc (example) Java Tip Java Tips 0 02-13-2008 12:23 PM
Reading Binary File and Changing data janakiram.attuluri Advanced Java 1 12-21-2007 11:10 AM
Reading Data from a file ramachandran New To Java 2 10-24-2007 08:22 AM
Reading in data from file line by line bluekswing New To Java 1 10-02-2007 01:19 AM
Reading FileInput data Eric Advanced Java 1 07-05-2007 07:59 AM


All times are GMT +3. The time now is 03:57 AM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org