|
|
 |
|
#include <ASN1XERInputStream.h>
Inheritance diagram for ASN1XERFileInputStream:
List of all members.
Detailed Description
A file input stream for streaming XER decoding. This class reads data from a file.
Constructor & Destructor Documentation
| ASN1XERFileInputStream::ASN1XERFileInputStream |
( |
const char * |
pFilename |
) |
[inline] |
|
|
|
Creates and initializes the file input stream using the name of file. Use getStatus() method to determine has error occured during the initialization or not.
- Parameters:
-
- See also:
- ::rtStreamFileOpen
|
| ASN1XERFileInputStream::ASN1XERFileInputStream |
( |
FILE * |
file |
) |
[inline] |
|
|
|
Initializes the file input stream using the opened FILE structure descriptor. Use getStatus() method to determine has error occured during the initialization or not.
- Parameters:
-
| file | Pointer to FILE structure. |
- See also:
- ::rtStreamFileAttach
|
The documentation for this class was generated from the following file:
|
This document may be distributed in any form, electronic
or otherwise, provided that it is distributed in its entirety
and that the copyright and this notice are included.
|
This file was last modified on
1 Oct 2004. ASN1C XER Runtime, ASN1C v5.7x |
|