buffer_len:int ->
Unix.file_descr ->
object
val fd : Unix.file_descr
val mutable in0 : int
val mutable in1 : int
val in_buf : string
val mutable pos_in : int
method close_in : unit -> unit
method private fill_in_buf : unit -> unit
method input : string -> int -> int -> int
method input_all_till : char -> string
method input_byte : unit -> int
method input_char : unit -> char
method input_line : unit -> string
method pos_in : int
method really_input : string -> int -> int -> unit
method private unsafe_input : string -> int -> int -> int
method private unsafe_really_input : string -> int -> int -> unit
end