mirror of
https://github.com/vanitasvitae/Spherical
synced 2025-09-12 19:59:41 +02:00
Add more logic and metadata object.
This commit is contained in:
parent
68d2695fae
commit
c74c40dc7c
3 changed files with 98 additions and 18 deletions
|
@ -108,7 +108,7 @@ public class SphereParser {
|
|||
}
|
||||
}
|
||||
|
||||
public static void append(ArrayList<Byte> list, byte[] array, int r) {
|
||||
private static void append(ArrayList<Byte> list, byte[] array, int r) {
|
||||
for (int i = 0; i < r; i++) {
|
||||
list.add(array[i]);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue