package thrift

  1. Overview
  2. Docs
inherit T.t
val mutable chans : (in_channel * out_channel) option
method isOpen : bool
method opn : unit
method close : unit
method read : bytes -> int -> int -> int
method write : bytes -> int -> int -> unit
method write_string : string -> int -> int -> unit
method flush : unit