public abstract class AMQDataBlock extends Object implements EncodableAMQDataBlock
| Constructor and Description |
|---|
AMQDataBlock() |
| Modifier and Type | Method and Description |
|---|---|
abstract long |
getSize()
Get the size of buffer needed to store the byte representation of this
frame.
|
abstract long |
writePayload(ByteBufferSender sender) |
public abstract long getSize()
public abstract long writePayload(ByteBufferSender sender)
Copyright © 2006–2018 The Apache Software Foundation. All rights reserved.