'宣言 Public Function New( _ ByVal sizeInBytes As System.Integer, _ ByVal canRead As System.Boolean, _ ByVal canWrite As System.Boolean _ )
public DataStream( System.int sizeInBytes, System.bool canRead, System.bool canWrite )
パラメータ
- sizeInBytes
- The size of the buffer to be allocated, in bytes.
- canRead
true
if reading from the buffer should be allowed; otherwise,false
.- canWrite
true
if writing to the buffer should be allowed; otherwise,false
.