Discuss this help topic in SecureBlackbox Forum

TElStream.Write

TElStream     See also     


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


Writes a block of data starting from the current position in the stream.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    not implemented;

[C++]
    not available

[PHP]
    not available

[Java]
    void write(byte[] Buffer, int Offset, int Count);

Parameters

  • Buffer - the data that should be written to the stream.
  • Offset - the position of the data to be written in Buffer.
  • Count - the number of bytes to be written from Buffer.

Description

    Use this method to write a block of data to the stream.

See also:     read    

Discuss this help topic in SecureBlackbox Forum