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