質問編集履歴
1
KB→byte
title
CHANGED
File without changes
|
body
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
わかる方回答お願いいたします。
|
5
5
|
|
6
6
|
処理したいメソッドです。fileにcsvが入ります。
|
7
|
-
中身がない=
|
7
|
+
中身がない=0byte前提で書いてしまいました。
|
8
8
|
```java
|
9
9
|
public boolean data_null_test(File file) {
|
10
10
|
if(file.length() == 0) {
|