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.CloneNotSupportedExceptionint serializedSizeUnframed()
int serializedSizeFramed()
void clear()
T assertInitialized() throws UninitializedMessageException
UninitializedMessageExceptionT mergeUnframed(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionT mergeFramed(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionT mergeUnframed(Buffer buffer) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionT mergeFramed(Buffer buffer) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionT mergeUnframed(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionT mergeFramed(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionT mergeUnframed(CodedInputStream input) throws java.io.IOException
java.io.IOExceptionT mergeFramed(CodedInputStream input) throws java.io.IOException
java.io.IOExceptionBuffer toUnframedBuffer()
Buffer toFramedBuffer()
byte[] toUnframedByteArray()
byte[] toFramedByteArray()
void writeUnframed(CodedOutputStream output) throws java.io.IOException
java.io.IOExceptionvoid writeFramed(CodedOutputStream output) throws java.io.IOException
java.io.IOExceptionvoid writeUnframed(java.io.OutputStream output)
throws java.io.IOException
java.io.IOExceptionvoid writeFramed(java.io.OutputStream output)
throws java.io.IOException
java.io.IOExceptionCopyright © 2010-2014 FuseSource, Corp.. All Rights Reserved.