OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
include
ossim
base
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
18
#include <
ossim/base/ossimConstants.h
>
19
20
class
OSSIM_DLL
ossimEbcdicToAscii
21
{
22
public
:
23
25
ossimEbcdicToAscii
();
26
28
~
ossimEbcdicToAscii
();
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 */
ossimConstants.h
ossimEbcdicToAscii
Definition:
ossimEbcdicToAscii.h:20
size
yy_size_t size
Definition:
ossimEquTokenizer.cpp:1782
ossim_uint32
unsigned int ossim_uint32
Definition:
ossimConstants.h:235
OSSIM_DLL
#define OSSIM_DLL
Definition:
ossimConstants.h:72
ossim_uint8
unsigned char ossim_uint8
Definition:
ossimConstants.h:227
Generated on Fri Aug 3 2018 08:46:46 for OSSIM - Open Source Software Image Map by
1.8.14