public class FileDataset extends Object
Constructor and Description |
---|
FileDataset() |
Modifier and Type | Method and Description |
---|---|
static Coord3d[] |
loadArray(String filename) |
static List<Coord3d> |
loadList(String filename) |
protected static int |
readNLines(String filename) |
static Coord3d[] |
toArray(List<Coord3d> list) |
public static Coord3d[] loadArray(String filename) throws IOException
IOException
public static List<Coord3d> loadList(String filename) throws IOException
IOException
protected static int readNLines(String filename) throws IOException
IOException
Copyright © 2016. All rights reserved.