\Zend_Amf_Value_ByteArray

Wrapper class to store an AMF3 flash.utils.ByteArray

Summary

Methods
Properties
Constants
__construct()
getData()
No public properties found
No constants found
No protected methods found
$_data
N/A
No private methods found
No private properties found
N/A

Properties

$_data

$_data : string

Type

string — ByteString Data

Methods

__construct()

__construct(string  $data) : void

Create a ByteArray

Parameters

string $data

getData()

getData() : string

Return the byte stream

Returns

string