¡@

Home 

2014/10/16 ¤W¤È 08:25:30

android Programming Glossary: suspend_f

How to cache/save custom class object in Android?

http://stackoverflow.com/questions/4546201/how-to-cache-save-custom-class-object-in-android

this.title title this.startTime startTime this.classEnabled enable public boolean saveObject MyClass obj final File suspend_f new File SerializationTest.cacheDir test FileOutputStream fos null ObjectOutputStream oos null boolean keep true try fos.. test FileOutputStream fos null ObjectOutputStream oos null boolean keep true try fos new FileOutputStream suspend_f oos new ObjectOutputStream fos oos.writeObject obj catch Exception e keep false finally try if oos null oos.close if.. obj catch Exception e keep false finally try if oos null oos.close if fos null fos.close if keep false suspend_f.delete catch Exception e do nothing return keep public MyClass getObject Context c final File suspend_f new File SerializationTest.cacheDir..

java.io.NotSerializableException while writing Serializable object to external storage?

http://stackoverflow.com/questions/4551926/java-io-notserializableexception-while-writing-serializable-object-to-external-s

startTime this.classEnabled enable this.myContext context public boolean saveObject MyClass obj final File suspend_f new File cacheDir test FileOutputStream fos null ObjectOutputStream oos null boolean keep true try fos new FileOutputStream.. cacheDir test FileOutputStream fos null ObjectOutputStream oos null boolean keep true try fos new FileOutputStream suspend_f oos new ObjectOutputStream fos oos.writeObject obj exception throws here catch Exception e keep false finally try.. throws here catch Exception e keep false finally try if oos null oos.close if fos null fos.close if keep false suspend_f.delete catch Exception e do nothing return keep and calling from activity class to save it MyClass m new MyClass this..