Discuss this help topic in SecureBlackbox Forum

TElMemoryStream.ToByteArray

TElMemoryStream     See also     


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[] toByteArray();

Return value

    Returns the data from the stream as a byte array.

Description

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

See also:     getBuffer    

Discuss this help topic in SecureBlackbox Forum