Packages
libqpid-proton
Proton
Buffer
available
capacity
size
Buffer
@get
append
bytes
clear
defrag
ensure
prepend
print
trim
Buffer
Object Hierarchy:
Proton.Buffer
Proton.Buffer
Proton.Buffer
Description:
[
Compact
]
[
CCode
( cname =
"pn_buffer_t"
) ]
public
class
Buffer
Namespace:
Proton
Package:
libqpid-proton
Content:
Properties:
public
size_t
available
{
get
; }
public
size_t
capacity
{
get
; }
public
size_t
size
{
get
; }
Creation methods:
public
Buffer
(
size_t
capacity)
Methods:
public
size_t
@get
(
size_t
offset,
uint8
[] dst)
public
int
append
(
uint8
[] bytes)
public
Bytes
bytes
()
public
void
clear
()
public
int
defrag
()
public
int
ensure
(
size_t
size)
public
int
prepend
(
uint8
[] bytes)
public
int
print
()
public
int
trim
(
size_t
left,
size_t
right)