摘要: java的RandomAccessFile类package src.bean;import java.io.FileNotFoundException; import java.io.IOException; import java.io.RandomAccessFile;class Student { private String name; private int age; public Student() { super(); } public int getAge() { return age; } public void setAge(int age) { this.age = ag 阅读全文
posted @ 2013-08-04 06:42 伪•学徒模式 阅读(260) 评论(0) 推荐(0) 编辑