All Packages Class Hierarchy This Package Previous Next Index
Class ncsa.hdf.io.ASCII2HDF
java.lang.Object
|
+----ncsa.hdf.io.ASCII2HDF
- public class ASCII2HDF
- extends Object
ASCII2HDF converts an ASCII file into an HDF file
- Version:
- 1.1.3 May 6, 1998
- Author:
- Peter X. Cao
-
NL
- the new line charactor
-
nl
- new line feed plus carrage return
-
ASCII2HDF(String, String)
-
-
convert()
- converts the ascii file into hdf file
nl
public static char nl[]
- new line feed plus carrage return
NL
public static final String NL
- the new line charactor
ASCII2HDF
public ASCII2HDF(String asciiFile,
String hdfFile) throws IOException, HDFException
convert
public void convert()
- converts the ascii file into hdf file
All Packages Class Hierarchy This Package Previous Next Index