Package protobuf_unittest
Class UnittestProto.TestEmptyMessageWithExtensions
java.lang.Object
org.apache.activemq.protobuf.BaseMessage<T>
protobuf_unittest.UnittestProto.TestEmptyMessageWithExtensions
- All Implemented Interfaces:
Message<UnittestProto.TestEmptyMessageWithExtensions>
- Enclosing class:
- UnittestProto
-
Field Summary
Fields inherited from class org.apache.activemq.protobuf.BaseMessage
memoizedSerializedSize
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
clone()
boolean
boolean
int
hashCode()
mergeUnframed
(CodedInputStream input) parseFramed
(byte[] data) parseFramed
(InputStream data) parseFramed
(Buffer data) parseFramed
(CodedInputStream data) parseUnframed
(byte[] data) parseUnframed
(InputStream data) parseUnframed
(Buffer data) int
toString()
toString
(StringBuilder sb, String prefix) void
writeUnframed
(CodedOutputStream output) Methods inherited from class org.apache.activemq.protobuf.BaseMessage
addAll, assertInitialized, checktInitialized, computeGroupSize, computeMessageSize, isInitialized, load, loadAndClear, mergeFramed, mergeFramed, mergeFramed, mergeFramed, mergeUnframed, mergeUnframed, mergeUnframed, prefix, readGroup, readRawByte, readRawVarint32, serializedSizeFramed, toFramedBuffer, toFramedByteArray, toUnframedBuffer, toUnframedByteArray, writeFramed, writeFramed, writeGroup, writeMessage, writeUnframed
-
Constructor Details
-
TestEmptyMessageWithExtensions
public TestEmptyMessageWithExtensions()
-
-
Method Details
-
missingFields
- Overrides:
missingFields
in classBaseMessage<UnittestProto.TestEmptyMessageWithExtensions>
-
clear
public void clear()- Specified by:
clear
in interfaceMessage<UnittestProto.TestEmptyMessageWithExtensions>
- Overrides:
clear
in classBaseMessage<UnittestProto.TestEmptyMessageWithExtensions>
-
clone
- Specified by:
clone
in interfaceMessage<UnittestProto.TestEmptyMessageWithExtensions>
- Specified by:
clone
in classBaseMessage<UnittestProto.TestEmptyMessageWithExtensions>
-
mergeFrom
public UnittestProto.TestEmptyMessageWithExtensions mergeFrom(UnittestProto.TestEmptyMessageWithExtensions other) - Specified by:
mergeFrom
in interfaceMessage<UnittestProto.TestEmptyMessageWithExtensions>
- Overrides:
mergeFrom
in classBaseMessage<UnittestProto.TestEmptyMessageWithExtensions>
-
serializedSizeUnframed
public int serializedSizeUnframed() -
mergeUnframed
public UnittestProto.TestEmptyMessageWithExtensions mergeUnframed(CodedInputStream input) throws IOException - Throws:
IOException
-
writeUnframed
- Specified by:
writeUnframed
in interfaceMessage<UnittestProto.TestEmptyMessageWithExtensions>
- Overrides:
writeUnframed
in classBaseMessage<UnittestProto.TestEmptyMessageWithExtensions>
- Throws:
IOException
-
parseUnframed
public static UnittestProto.TestEmptyMessageWithExtensions parseUnframed(CodedInputStream data) throws InvalidProtocolBufferException, IOException -
parseUnframed
public static UnittestProto.TestEmptyMessageWithExtensions parseUnframed(Buffer data) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseUnframed
public static UnittestProto.TestEmptyMessageWithExtensions parseUnframed(byte[] data) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseUnframed
public static UnittestProto.TestEmptyMessageWithExtensions parseUnframed(InputStream data) throws InvalidProtocolBufferException, IOException -
parseFramed
public static UnittestProto.TestEmptyMessageWithExtensions parseFramed(CodedInputStream data) throws InvalidProtocolBufferException, IOException -
parseFramed
public static UnittestProto.TestEmptyMessageWithExtensions parseFramed(Buffer data) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseFramed
public static UnittestProto.TestEmptyMessageWithExtensions parseFramed(byte[] data) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseFramed
public static UnittestProto.TestEmptyMessageWithExtensions parseFramed(InputStream data) throws InvalidProtocolBufferException, IOException -
toString
-
toString
-
equals
-
equals
-
hashCode
public int hashCode()
-