OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimEbcdicToAscii.h
Go to the documentation of this file.
1 //----------------------------------------------------------------------------
2 //
3 // License: See top level LICENSE.txt file.
4 //
5 // Author: David Burken
6 //
7 // Description: Utility class to convert to/from EBCDIC/ASCII
8 //
9 // ASCII = American National Standard Code for Information Interchange
10 //
11 // EBCDIC = Extended Binary Coded Decimal Interchange Code
12 //
13 // $Id: ossimEbcdicToAscii.h 9094 2006-06-13 19:12:40Z dburken $
14 //----------------------------------------------------------------------------
15 #ifndef ossimEbcdicToAscii_HEADER
16 #define ossimEbcdicToAscii_HEADER
17 
19 
21 {
22 public:
23 
26 
29 
37  ossim_uint8 asciiToEbcdic(ossim_uint8 c) const;
38 
46  ossim_uint8 ebcdicToAscii(ossim_uint8 c) const;
47 
56  void ebcdicToAscii(char* str, ossim_uint32 size) const;
57 };
58 
59 #endif /* ossimEbcdicToAcsii_HEADER */
yy_size_t size
unsigned int ossim_uint32
#define OSSIM_DLL
unsigned char ossim_uint8