我有字节数组,如何知道文件大小?(JAVA语言)
File file = new File("patch"); file.length() // <--- it's good, but I haven't original file... (( I get file in bytes from DataBase !
谢谢
java
java ×1