Module OByteLib.Index

type entry = {
section : Section.t;
offset : int;
length : int;
}
type t = entry list
val read : Stdlib.in_channel -> t
val write : Stdlib.out_channel -> t -> unit
val find_section : t -> Section.t -> int * int
val print : Stdlib.out_channel -> t -> unit