Merge pull request #1 from islandempty/main

Update IOUtils.java
This commit is contained in:
jaysunxiao
2021-06-16 21:57:58 +08:00
committed by GitHub
@@ -23,7 +23,7 @@ public abstract class IOUtils {
// Represents the end-of-file (or stream)
public static final int EOF = -1;
// The number of bytes in a kilobyte
// The number of bytes in a byte
public static final int ONE_BYTE = 1;
// The number of bytes in a kilobyte
public static final int BYTES_PER_KB = ONE_BYTE * 1024;