Get whether the bodyStream was read, and it was found that the end of the stream had been reached.
This value is true if: a non-null bodyStream argument was passed to Create etc, there was space for at least one byte of body data to be added to the PDU, and on reading the stream it returned a length of zero (0) indicating that "the end of the stream has been reached." (see Stream.Read).
ObexCreatedPdu Class | Brecham.Obex.Pdus Namespace