Package | Description |
---|---|
org.apache.qpid.proton | |
org.apache.qpid.proton.codec | |
org.apache.qpid.proton.codec.impl |
Modifier and Type | Method and Description |
---|---|
static Data |
Proton.data(long capacity) |
Modifier and Type | Method and Description |
---|---|
static Data |
Data.Factory.create() |
static Data |
Codec.data(long capacity) |
Modifier and Type | Method and Description |
---|---|
void |
Data.append(Data src) |
void |
Data.appendn(Data src,
int limit) |
void |
Data.copy(Data src) |
Modifier and Type | Class and Description |
---|---|
class |
DataImpl |
Modifier and Type | Method and Description |
---|---|
void |
DataImpl.append(Data src) |
void |
DataImpl.appendn(Data src,
int limit) |
void |
DataImpl.copy(Data src) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.