class HpConvertFile


Full nameHpConvertNamespace::HpConvertFile
Definition#include <hpconvert.H>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

 HpConvertFile (LogLevel lvl = NONE)

Error  fromHp49File (string ofile, string nfile, bool binary = true)

If possible, this method converts an Hp49File to a usable text file. For now, the only convertable Hp49File types are string files. Every other type is saved "as is".

Parameters:
ofileHp49 file to convert from (if possible)
nfileText file to convert to
binaryAllow binary save if convert not possible? Otherwise return an Error. Default is true.

Error  toHp49File (string ofile, string nfile, bool binary = true)

If possible, this method converts a usable text file to an Hp49File. For now, only able to convert a text file to a Hp49File string. Every other type is saved "as is", which is mostlikely a Hp49 binary file.

Parameters:
ofileText file to convert from (if possible)
nfileHp49 file to convert to
binaryAllow binary save if file already converted? Otherwise return a MINOR Error. Default is true.

Error  toBinaryFile (string ofile, string nfile)

bool  checkFile (string file)


Generated on Fri Mar 9 02:04:42 2001, using kdoc 2.0a43.