ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » How to search a string in between a file using Java

Post new topic  Reply to topic
 How to search a string in between a file using Java « View previous topic :: View next topic » 
Author Message
bhavyabhandari
PostPosted: Wed May 23, 2007 5:14 am    Post subject: How to search a string in between a file using Java Reply with quote

Apprentice

Joined: 09 Nov 2006
Posts: 33

i have a text file which contains many lines..
I have to search a string of length 9 from the last line, using the Java compute node and convert it into integer format.
How should i go about doing it ?
Back to top
View user's profile Send private message Yahoo Messenger
ak
PostPosted: Fri May 25, 2007 12:32 am    Post subject: How to search a string in between a file using Java Reply with quote

Apprentice

Joined: 07 Aug 2006
Posts: 48
Location: England

For a start

1. Use a BufferedReader class to read in your whole string.
2. call getline() to return each line
3. O the last line use the String class method "indexOf" to find the position of your string in that last line.
4. Then use substring method to get it.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » How to search a string in between a file using Java
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.