void Put( byte[] data )
Sub Put ( data As Byte() )
void Put( array<unsigned char>^ data )
abstract Put : data : byte[] -> unit