AffixFile af = new AffixFile();
File file = new File(dir, name);
try {
byte[] buffer = new byte[(int) file.length()];
FileInputStream inputStream = new FileInputStream(file);
文章來源:http://www.itshehui.com/forum.php?mod=viewthread&tid=835
File file = new File(dir, name);
try {
byte[] buffer = new byte[(int) file.length()];
FileInputStream inputStream = new FileInputStream(file);
文章來源:http://www.itshehui.com/forum.php?mod=viewthread&tid=835