Skip to main content

parse_from_stream

Function parse_from_stream 

Source
pub fn parse_from_stream(
    ctx: &mut Context,
    tag: u8,
    file_entity: EntityId,
) -> Result<BinaryTokenResult, PsError>
Expand description

Parse a binary token from a file stream. The tag byte has already been read.