|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CodedOutputStream | |
---|---|
org.apache.activemq.protobuf |
Uses of CodedOutputStream in org.apache.activemq.protobuf |
---|
Methods in org.apache.activemq.protobuf with parameters of type CodedOutputStream | |
---|---|
void |
BaseMessage.writeFramed(CodedOutputStream output)
|
void |
MessageBuffer.writeFramed(CodedOutputStream output)
|
void |
Message.writeFramed(CodedOutputStream output)
|
protected static void |
BaseMessage.writeGroup(CodedOutputStream output,
int tag,
BaseMessage message)
|
protected static void |
BaseMessage.writeMessage(CodedOutputStream output,
int tag,
BaseMessage message)
|
static void |
MessageBufferSupport.writeMessage(CodedOutputStream output,
int tag,
MessageBuffer message)
|
void |
BaseMessage.writeUnframed(CodedOutputStream output)
|
void |
MessageBuffer.writeUnframed(CodedOutputStream output)
|
void |
Message.writeUnframed(CodedOutputStream output)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |