C# (CSharp) org.acplt.oncrpc XdrEncodingStream - 30 exemples trouvés. Ce sont les exemples réels les mieux notés de org.acplt.oncrpc.XdrEncodingStream extraits de projets open source. Vous pouvez noter les exemples pour nous aider à en améliorer la qualité.
Defines the abstract base class for all encoding XDR streams.
Defines the abstract base class for all encoding XDR streams. An encoding XDR stream receives data in the form of Java data types and writes it to a data sink (for instance, network or memory buffer) in the platform-independent XDR format.
Derived classes need to implement the xdrEncodeInt(int) , xdrEncodeOpaque(byte[]) and xdrEncodeOpaque(byte[], int, int) methods to make this complete mess workable. Converted to C# using the db4o Sharpen tool.