/// <summary> Call this method to encode the current instance into the /// specified output stream using the specified encoder object. /// /// </summary> /// <param name="enc">Encoder object to use when encoding self. /// /// </param> /// <param name="out">The output stream onto which the encoded byte /// stream is written. /// </param> public override void encode(Asn1Encoder enc, System.IO.Stream out_Renamed) { enc.encode(this, out_Renamed); return; }
/// <summary> /// Encodes the contents of this Asn1Structured directly to an output /// stream. /// </summary> public override void encode(Asn1Encoder enc, Stream out_Renamed) { enc.encode(this, out_Renamed); }
/* Asn1Object implementation */ /// <summary> Call this method to encode the current instance into the /// specified output stream using the specified encoder object. /// /// </summary> /// <param name="enc">Encoder object to use when encoding self. /// /// </param> /// <param name="out">The output stream onto which the encoded byte /// stream is written. /// </param> public override void encode(Asn1Encoder enc, System.IO.Stream out_Renamed) { enc.encode(this, out_Renamed); return ; }