mirror of
https://github.com/JEFF-Media-GbR/ChestSort.git
synced 2024-11-27 04:55:31 +01:00
Update Utils.java
comments
This commit is contained in:
parent
1aa7ad45ca
commit
54eac8106f
@ -6,6 +6,9 @@ import java.io.IOException;
|
|||||||
import java.io.InputStream;
|
import java.io.InputStream;
|
||||||
|
|
||||||
public class Utils {
|
public class Utils {
|
||||||
|
|
||||||
|
// We need this to write the category files inside the .jar to the disk
|
||||||
|
// Maybe there is a smarter way, i don't know.
|
||||||
public static byte[] getBytes(InputStream is) throws IOException {
|
public static byte[] getBytes(InputStream is) throws IOException {
|
||||||
|
|
||||||
int len;
|
int len;
|
||||||
@ -25,6 +28,4 @@ public class Utils {
|
|||||||
}
|
}
|
||||||
return buf;
|
return buf;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user