Method
Read bytes to a byte array from the byte stream in the message body.
Each call reads bytes from the stream into the byte array, and advances the read position.
When the program supplies a length
argument, the call attempts to read length
bytes; otherwise it attempts to read value.length
bytes.
This call returns the actual number of bytes read. When the call cannot read even one byte, it returns -1.
TIBCO Enterprise Message Service™ .NET Reference System Release 4.3, February 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |