org.apache.activemq.protobuf
public interface Message<T>
Modifier and Type | Method and Description |
---|---|
T |
assertInitialized() |
void |
clear() |
T |
clone() |
T |
mergeFramed(Buffer buffer) |
T |
mergeFramed(byte[] data) |
T |
mergeFramed(CodedInputStream input) |
T |
mergeFramed(java.io.InputStream input) |
T |
mergeFrom(T other) |
T |
mergeUnframed(Buffer buffer) |
T |
mergeUnframed(byte[] data) |
T |
mergeUnframed(CodedInputStream input) |
T |
mergeUnframed(java.io.InputStream input) |
int |
serializedSizeFramed() |
int |
serializedSizeUnframed() |
Buffer |
toFramedBuffer() |
byte[] |
toFramedByteArray() |
Buffer |
toUnframedBuffer() |
byte[] |
toUnframedByteArray() |
void |
writeFramed(CodedOutputStream output) |
void |
writeFramed(java.io.OutputStream output) |
void |
writeUnframed(CodedOutputStream output) |
void |
writeUnframed(java.io.OutputStream output) |
T clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
int serializedSizeUnframed()
int serializedSizeFramed()
void clear()
T assertInitialized() throws UninitializedMessageException
UninitializedMessageException
T mergeUnframed(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
T mergeFramed(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
T mergeUnframed(Buffer buffer) throws InvalidProtocolBufferException
InvalidProtocolBufferException
T mergeFramed(Buffer buffer) throws InvalidProtocolBufferException
InvalidProtocolBufferException
T mergeUnframed(java.io.InputStream input) throws java.io.IOException
java.io.IOException
T mergeFramed(java.io.InputStream input) throws java.io.IOException
java.io.IOException
T mergeUnframed(CodedInputStream input) throws java.io.IOException
java.io.IOException
T mergeFramed(CodedInputStream input) throws java.io.IOException
java.io.IOException
Buffer toUnframedBuffer()
Buffer toFramedBuffer()
byte[] toUnframedByteArray()
byte[] toFramedByteArray()
void writeUnframed(CodedOutputStream output) throws java.io.IOException
java.io.IOException
void writeFramed(CodedOutputStream output) throws java.io.IOException
java.io.IOException
void writeUnframed(java.io.OutputStream output) throws java.io.IOException
java.io.IOException
void writeFramed(java.io.OutputStream output) throws java.io.IOException
java.io.IOException
Copyright © 2014. All Rights Reserved.