问题:
You need to write a code segment that transfers the first 80 bytes from a stream variable named stream1 into a new byte array named byteArray.
You also need to ensure that the code segment assigns the number of bytes that are transferred to an integer variable named bytesTransferred.
Which code segment should you use?()
A . bytesTransferred=stream1.Read(byteArray,0,80);
B .
C .
D .
You need to write a code segment that transfers the first 80 bytes from a stream variable named stream1 into a new byte array named byteArray.
You also need to ensure that the code segment assigns the number of bytes that are transferred to an integer variable named bytesTransferred.
Which code segment should you use?()
● 参考解析
本题暂无解析
相关内容
相关标签