Proton DotNet
Loading...
Searching...
No Matches
Properties | List of all members
Apache.Qpid.Proton.Buffer.IWritableComponent Interface Reference
Inheritance diagram for Apache.Qpid.Proton.Buffer.IWritableComponent:
Apache.Qpid.Proton.Buffer.ProtonByteBuffer

Properties

bool HasWritableArray [get]
 Determines if the component is back by a byte array that has writable bytes.
 
byte[] WritableArray [get]
 Access the Writable array that backs this component if one exists otherwise throw an invalid operation exception to indicate that there is no writable byte array.
 
int WritableArrayOffset [get]
 Access the offset into the writable backing array if one exists otherwise throws an invalid operation exception to indicate that there is no writable byte array.
 
int WritableArrayLength [get]
 Access the usable length of the writable backing array if one exists otherwise throws an invalid operation exception to indicate that there is no writable byte array.
 

Property Documentation

◆ HasWritableArray

bool Apache.Qpid.Proton.Buffer.IWritableComponent.HasWritableArray
get

Determines if the component is back by a byte array that has writable bytes.

Implemented in Apache.Qpid.Proton.Buffer.ProtonByteBuffer.

◆ WritableArray

byte [] Apache.Qpid.Proton.Buffer.IWritableComponent.WritableArray
get

Access the Writable array that backs this component if one exists otherwise throw an invalid operation exception to indicate that there is no writable byte array.

If a byte array is returned from this method it should never be used to make modifications to the proton buffer data.

Implemented in Apache.Qpid.Proton.Buffer.ProtonByteBuffer.

◆ WritableArrayLength

int Apache.Qpid.Proton.Buffer.IWritableComponent.WritableArrayLength
get

Access the usable length of the writable backing array if one exists otherwise throws an invalid operation exception to indicate that there is no writable byte array.

Implemented in Apache.Qpid.Proton.Buffer.ProtonByteBuffer.

◆ WritableArrayOffset

int Apache.Qpid.Proton.Buffer.IWritableComponent.WritableArrayOffset
get

Access the offset into the writable backing array if one exists otherwise throws an invalid operation exception to indicate that there is no writable byte array.

Implemented in Apache.Qpid.Proton.Buffer.ProtonByteBuffer.


The documentation for this interface was generated from the following file: