Move ADF parsing to its own utility class, which will handle both text and binary...
commit1ca06b6881f0fbd6b8b221e6e49f14a0aa9e3bcc
authorStephanie Gawroriski <xer@multiphasicapps.net>
Tue, 11 Apr 2023 02:38:09 +0000 (11 02:38 +0000)
committerStephanie Gawroriski <xer@multiphasicapps.net>
Tue, 11 Apr 2023 02:38:09 +0000 (11 02:38 +0000)
treec44f0c24aac6b6fae6c1835a262bc0c176369772
parentbac2bb588bd77fa42a903dddb2401da890c24a29
Move ADF parsing to its own utility class, which will handle both text and binary based formats.
modules/cldc-compact/src/main/java/cc/squirreljme/jvm/launch/SuiteScanner.java
modules/cldc-compact/src/main/java/cc/squirreljme/jvm/launch/__AdfUtils__.java [new file with mode: 0644]