I open file "read.txt". He is in /data/data/$packageName/files/
FileInputStream fc= openFileInput("read.txt");
is=new DataInputStream(fc);
is.reset() - not support!!!!!!!
fc.markSupported() - return false
Help!!!!!!!!!
I need is.reset(). What can I do?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---