Discuss this help topic in SecureBlackbox Forum

TElCustomDataStorage.WriteObject

TElCustomDataStorage     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Writes object to data storage.

Declaration

[C#]
    void WriteObject(TElCustomDataStorageObject Obj, System.IO.Stream Strm, TElCustomDataStorageSecurityHandler Handler);

[VB.NET]
    Sub WriteObject(ByVal Obj As TElCustomDataStorageObject, ByVal Strm As System.IO.Stream, ByVal Handler As TElCustomDataStorageSecurityHandler)

[Pascal]
    procedure WriteObject(var Obj : TElCustomDataStorageObject; Strm : TStream; Handler : TElCustomDataStorageSecurityHandler);

[PHP]
    void WriteObject(TElCustomDataStorageObject $Obj, TStream $Strm, TElCustomDataStorageSecurityHandler $Handler)

[Java]
    void writeObject(TElCustomDataStorageObject Obj, TElStream Strm, TElCustomDataStorageSecurityHandler Handler);

Parameters

  • Obj - Data object to be copied
  • Strm - Destination stream where the object should be read to
  • Handler - Security handler used to perform the operation

Description

    Use this method to write data object to the storage.

See also:     ReadObject     Overwrite    

Discuss this help topic in SecureBlackbox Forum