How to Read last line from text file in j2me

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rahulsapra
    New Member
    • Jul 2010
    • 4

    How to Read last line from text file in j2me

    hello everyone
    m new to j2me plzz help

    I have a text file that contains data line by line..
    format is :
    response:<some text><space>Pin :<some text><space>tim e:<hh:mm:ss>

    eg
    response:invali d pin Pin:1111 time:04:04:16

    i wanna read the file containing these records..
    as data is generated they are appended to that file so the last record is updated one..
    so i wanna read last one record..
    plzzzzz help
Working...