Binsec_base.ReaderSourceBasic stream reader
val create :
offset:('a -> int -> 'a) ->
get:('b -> 'a -> char) ->
?endianness:endianness ->
start:'a ->
?pos:'a ->
stop:'a ->
'b ->
'a tval of_bigarray :
?pos:int ->
?endianness:endianness ->
(int, Bigarray.int8_unsigned_elt, Bigarray.c_layout) Bigarray.Array1.t ->
int tval of_zero_extend_bigarray :
?pos:int ->
?endianness:endianness ->
dim:int ->
(int, Bigarray.int8_unsigned_elt, Bigarray.c_layout) Bigarray.Array1.t ->
int tget_pos r gets the delta between the start and the current position.
set_pos r n moves the cursor to the nth position from the start.
get_endianness r gets the current reader endianness r
set_endianness e r sets reader to report value w.r.t to endianness r