package thrift

  1. Overview
  2. Docs
val mutable trans_ : Thrift.Transport.t
val ibyte : bytes
method getTransport : Thrift.Transport.t
method readBinary : string
method readBool : bool
method readByte : int
method readDouble : float
method readFieldBegin : string * P.t_type * int
method readFieldEnd : unit
method readI16 : int
method readI32 : Int32.t
method readI64 : Int64.t
method readListBegin : P.t_type * int
method readListEnd : unit
method readMapBegin : P.t_type * P.t_type * int
method readMapEnd : unit
method readMessageBegin : string * P.message_type * int
method readMessageEnd : unit
method readSetBegin : P.t_type * int
method readSetEnd : unit
method readString : string
method readStructBegin : string
method readStructEnd : unit
method skip : P.t_type -> unit
method writeBinary : string -> unit
method writeBool : bool -> unit
method writeByte : int -> unit
method writeDouble : float -> unit
method writeFieldBegin : (string * P.t_type * int) -> unit
method writeFieldEnd : unit
method writeFieldStop : unit
method writeI16 : int -> unit
method writeI32 : Int32.t -> unit
method writeI64 : Int64.t -> unit
method writeListBegin : (P.t_type * int) -> unit
method writeListEnd : unit
method writeMapBegin : (P.t_type * P.t_type * int) -> unit
method writeMapEnd : unit
method writeMessageBegin : (string * P.message_type * int) -> unit
method writeMessageEnd : unit
method writeSetBegin : (P.t_type * int) -> unit
method writeSetEnd : unit
method writeString : string -> unit
method writeStructBegin : string -> unit
method writeStructEnd : unit
OCaml

Innovation. Community. Security.