Skip to content

Instantly share code, notes, and snippets.

@m1t9
m1t9 / BlnReWriteLdb.java
Last active September 11, 2019 17:24
Re-write bln surfer files to ldb-type files for RGFGRID.
package ReaderWriter;
import java.io.*;
import java.util.ArrayList;
public class BlnRewrite {
static ArrayList<String[][]> data;
protected static ArrayList<String[][]> readData(String fileName) throws IOException {