Package org.jzy3d.io
Class FileReader
- java.lang.Object
-
- org.jzy3d.io.FileReader
-
@Deprecated public class FileReader extends Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description FileReader()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static List<String>
read(String file)
Deprecated.useSimpleFile.read(String)
instead
-
-
-
Method Detail
-
read
@Deprecated public static List<String> read(String file) throws IOException
Deprecated.useSimpleFile.read(String)
instead- Throws:
IOException
-
-