Discuss this help topic in SecureBlackbox Forum

TElMemoryStream.GetBuffer

TElMemoryStream     


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


Returns the data contained in the stream.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    not implemented;

[C++]
    not available

[PHP]
    not available

[Java]
    byte[] getBuffer();

Return value

    Returns the data from the stream as a byte array.

Description

    Use this method to retrieve all data contained in the stream in the form of a byte array.

Discuss this help topic in SecureBlackbox Forum