|
|
 |
 |
|
Asn1InputStream Interface ReferenceInheritance diagram for Asn1InputStream:
List of all members.
Detailed Description
This interface is a base interface for all classes, which implement an input stream functionality for decoding.
Member Function Documentation
|
|
Returns the number of bytes that can be read (or skipped over) from this input stream without blocking by the next caller of a method for this input stream. The next caller might be the same thread or or another thread.
- Returns:
- the number of bytes that can be read from this input stream without blocking.
- Exceptions:
-
| System.SystemException | if an I/O error occurs. |
Implemented in Asn1BerInputStream, Asn1DerInputStream, and Asn1PerInputStream. |
| long Skip |
( |
long |
nbytes |
) |
|
|
|
|
This method will skip over the requested number of bytes in the input stream.
- Parameters:
-
| nbytes | Number of bytes to skip |
- Exceptions:
-
| System.SystemException | if an I/O error occurs. |
- Returns:
- Skipped number of bytes
Implemented in Asn1BerInputStream, Asn1DerInputStream, and Asn1PerInputStream. |
|
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 |
|