4.17.7 Fast binary term I/O
AllApplicationManualNameSummaryHelp

  • Documentation
    • Reference manual
      • Built-in Predicates
        • Input and output
          • Fast binary term I/O
            • fast_term_serialized/2
            • fast_write/2
            • fast_read/2
    • Packages
Availability:built-in
fast_read(+Input, -Term)
Read Term using the fast serialization format from the Input stream. Input must be a binary stream.bugThe predicate fast_read/2 may crash on arbitrary input.