public class TableLoader extends Object
DoubleTable
.Constructor and Description |
---|
TableLoader() |
Modifier and Type | Method and Description |
---|---|
DoubleTable |
valuesFromTextFile(BufferedInputStream str)
Loads the values of a table stored in a text file as a ResultsTable.
|
DoubleTable |
valuesFromTextFile(File file)
Loads the values of a table stored in a text file as a ResultsTable.
|
DoubleTable |
valuesFromTextFile(String urlString)
Loads the values of a table stored in a text file as a ResultsTable.
|
DoubleTable |
valuesFromTextFile(URL url)
Loads the values of a table stored at a URL as a ResultsTable.
|
public DoubleTable valuesFromTextFile(BufferedInputStream str) throws IOException
str
- The BufferedInputStream containing the data of the text tableIOException
public DoubleTable valuesFromTextFile(String urlString) throws IOException
urlString
- The url (as a string) of the file containing the text
tableIOException
public DoubleTable valuesFromTextFile(File file) throws IOException
file
- The File containing the text tableIOException
public DoubleTable valuesFromTextFile(URL url) throws IOException
url
- The URL location of the file containing the text tableIOException
Copyright © 2015–2022 SciJava. All rights reserved.