Next: mpg-ref-stream_property, Previous: mpg-ref-stream_position, Up: mpg-bpr [Contents][Index]
stream_position_data/3
stream_position_data(?Field, ?Position, ?Value)
Value is the value of the Field field of stream position object Position.
one of [byte_count,line_count,character_count,line_position]
Note that byte_count
is meaningful only for binary streams and
that the other values are meaningful only for text streams.
term
Stream position object representing the current position of Stream.
integer
Can be used to backtrack over the fields.
None.