sig
class ldif :
?in_ch:Pervasives.in_channel ->
?out_ch:Pervasives.out_channel ->
unit ->
object
method of_string : string -> Ooldap.ldapentry
method read_entry : Ooldap.ldapentry
method to_string : Ooldap.ldapentry -> string
method write_entry : Ooldap.ldapentry -> unit
end
end