-
-
-
-
-
-
Data-Structures-and-the-Java-Collections-Framewor
... a book about programming: specifically, about understanding and using data structures and
algorithms. The Java Collections Framework has a considerable number of data structures and
algorithms. Subsequent chapters will focus on what the framework is ...
-
data-storage(4).rar
两个方法
1. openFileOutput (String name, int mode)
name:文件的名称,不能包含分隔符"/",如果文件不存在,Android会自动创建它。创建的文件保存在/data/data/<package_name>/files目录下。
mode:操作模式
2. openFileInput (String name)
-
-
-
-
-