Fallback
When implemented by a class, prepares the fallback buffer to handle the specified input byte sequence.
Public Function Fallback(
ByRef BytesUnknown ( ) As Byte,
ByVal Index As Long ) As Boolean
Parameters
- BytesUnknown
-
[ByRef]
Byte.
An input array of bytes.
- Index
-
[ByVal]
Long.
The index position of a byte in BytesUnknown.
Return Values
Boolean - True if the fallback buffer can process BytesUnknown; False if the fallback buffer ignores BytesUnknown.
See Also
Project CorLib Overview
Class DecoderFallbackBuffer Overview