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

Variable Index

 o NL
the new line charactor
 o nl
new line feed plus carrage return

Constructor Index

 o ASCII2HDF(String, String)

Method Index

 o convert()
converts the ascii file into hdf file

Variables

 o nl
 public static char nl[]
new line feed plus carrage return

 o NL
 public static final String NL
the new line charactor

Constructors

 o ASCII2HDF
 public ASCII2HDF(String asciiFile,
                  String hdfFile) throws IOException, HDFException

Methods

 o convert
 public void convert()
converts the ascii file into hdf file


All Packages  Class Hierarchy  This Package  Previous  Next  Index