|
|
 |
 |
|
Asn1MessageBuffer Class ReferenceInheritance diagram for Asn1MessageBuffer:
List of all members.
Detailed Description
This is the base class for all of the different message buffer types. This includes the BER and PER encode and decode message buffer classes.
|
Public Member Functions |
| abstract System.IO.Stream | GetInputStream () |
| void | SetKey (byte[] rtkey) |
Static Public Member Functions |
| static void | HexDump (System.IO.Stream ins) |
| static void | HexDump (System.IO.Stream ins, System.IO.StreamWriter outs) |
Member Function Documentation
| abstract System.IO.Stream GetInputStream |
( |
|
) |
[pure virtual] |
|
| static void HexDump |
( |
System.IO.Stream |
ins |
) |
[static] |
|
|
|
This method prints a formatted hex dump of the contents of the given input stream to the standard output stream.
- Parameters:
-
| ins | System.IO.Stream containg data to be dumped |
|
| static void HexDump |
( |
System.IO.Stream |
ins, |
|
|
System.IO.StreamWriter |
outs |
|
) |
[static] |
|
|
|
This method prints a formatted hex dump of the contents of the given input stream to the given output stream.
- Parameters:
-
| ins | System.IO.Stream containg data to be dumped |
| outs | StreamWriter to which formatted data is to be written |
|
| void SetKey |
( |
byte[] |
rtkey |
) |
|
|
|
|
This method is used with the limited run-time to set a run-time key value generated by the compiler to allow the run-time to operate on the licensed hosts. This is not used in the unlimited redistribution versions. - Parameters:
-
| rtkey | Run-time key generated by ASN1C |
|
|
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
18 Nov 2005. ASN1C C# Runtime Library, 5.8 |
|