package thrift

  1. Overview
  2. Docs
inherit T.t
method isOpen : bool
method opn : unit
method close : unit
val mutable read_buf : bytes option
val mutable read_buf_offset : int
val mutable write_buf : string
method private read_frame : unit
method private read_from_frame : bytes -> bytes -> int -> int -> int
method read : bytes -> int -> int -> int
method write : bytes -> int -> int -> unit
method write_string : string -> int -> int -> unit
method flush : unit