类 XMessage
- java.lang.Object
-
- com.mysql.cj.protocol.x.XMessage
-
-
构造器概要
构造器 构造器 说明 XMessage(com.google.protobuf.Message mess)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 XMessageaddNotices(List<Notice> n)List<String>findInitializationErrors()Map<com.google.protobuf.Descriptors.FieldDescriptor,Object>getAllFields()byte[]getByteBuffer()Returns the array of bytes this Buffer is using to read from.com.google.protobuf.MessagegetDefaultInstanceForType()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()ObjectgetField(com.google.protobuf.Descriptors.FieldDescriptor arg0)StringgetInitializationErrorString()com.google.protobuf.MessagegetMessage()List<Notice>getNotices()com.google.protobuf.Descriptors.FieldDescriptorgetOneofFieldDescriptor(com.google.protobuf.Descriptors.OneofDescriptor arg0)com.google.protobuf.Parser<? extends com.google.protobuf.Message>getParserForType()intgetPosition()Returns the current position to write to/ read fromObjectgetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor arg0, int arg1)intgetRepeatedFieldCount(com.google.protobuf.Descriptors.FieldDescriptor arg0)intgetSerializedSize()com.google.protobuf.UnknownFieldSetgetUnknownFields()booleanhasField(com.google.protobuf.Descriptors.FieldDescriptor arg0)booleanhasOneof(com.google.protobuf.Descriptors.OneofDescriptor arg0)booleanisInitialized()com.google.protobuf.Message.BuildernewBuilderForType()com.google.protobuf.Message.BuildertoBuilder()byte[]toByteArray()com.google.protobuf.ByteStringtoByteString()voidwriteDelimitedTo(OutputStream arg0)voidwriteTo(com.google.protobuf.CodedOutputStream arg0)voidwriteTo(OutputStream arg0)
-
-
-
方法详细资料
-
getMessage
public com.google.protobuf.Message getMessage()
-
getByteBuffer
public byte[] getByteBuffer()
从接口复制的说明:MessageReturns the array of bytes this Buffer is using to read from.- 指定者:
getByteBuffer在接口中Message- 返回:
- byte array being read from
-
getPosition
public int getPosition()
从接口复制的说明:MessageReturns the current position to write to/ read from- 指定者:
getPosition在接口中Message- 返回:
- the current position to write to/ read from
-
getSerializedSize
public int getSerializedSize()
- 指定者:
getSerializedSize在接口中com.google.protobuf.MessageLite
-
toByteArray
public byte[] toByteArray()
- 指定者:
toByteArray在接口中com.google.protobuf.MessageLite
-
toByteString
public com.google.protobuf.ByteString toByteString()
- 指定者:
toByteString在接口中com.google.protobuf.MessageLite
-
writeDelimitedTo
public void writeDelimitedTo(OutputStream arg0) throws IOException
- 指定者:
writeDelimitedTo在接口中com.google.protobuf.MessageLite- 抛出:
IOException
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream arg0) throws IOException- 指定者:
writeTo在接口中com.google.protobuf.MessageLite- 抛出:
IOException
-
writeTo
public void writeTo(OutputStream arg0) throws IOException
- 指定者:
writeTo在接口中com.google.protobuf.MessageLite- 抛出:
IOException
-
isInitialized
public boolean isInitialized()
- 指定者:
isInitialized在接口中com.google.protobuf.MessageLiteOrBuilder
-
findInitializationErrors
public List<String> findInitializationErrors()
- 指定者:
findInitializationErrors在接口中com.google.protobuf.MessageOrBuilder
-
getAllFields
public Map<com.google.protobuf.Descriptors.FieldDescriptor,Object> getAllFields()
- 指定者:
getAllFields在接口中com.google.protobuf.MessageOrBuilder
-
getDefaultInstanceForType
public com.google.protobuf.Message getDefaultInstanceForType()
- 指定者:
getDefaultInstanceForType在接口中com.google.protobuf.MessageLiteOrBuilder- 指定者:
getDefaultInstanceForType在接口中com.google.protobuf.MessageOrBuilder
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- 指定者:
getDescriptorForType在接口中com.google.protobuf.MessageOrBuilder
-
getField
public Object getField(com.google.protobuf.Descriptors.FieldDescriptor arg0)
- 指定者:
getField在接口中com.google.protobuf.MessageOrBuilder
-
getInitializationErrorString
public String getInitializationErrorString()
- 指定者:
getInitializationErrorString在接口中com.google.protobuf.MessageOrBuilder
-
getOneofFieldDescriptor
public com.google.protobuf.Descriptors.FieldDescriptor getOneofFieldDescriptor(com.google.protobuf.Descriptors.OneofDescriptor arg0)
- 指定者:
getOneofFieldDescriptor在接口中com.google.protobuf.MessageOrBuilder
-
getRepeatedField
public Object getRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor arg0, int arg1)
- 指定者:
getRepeatedField在接口中com.google.protobuf.MessageOrBuilder
-
getRepeatedFieldCount
public int getRepeatedFieldCount(com.google.protobuf.Descriptors.FieldDescriptor arg0)
- 指定者:
getRepeatedFieldCount在接口中com.google.protobuf.MessageOrBuilder
-
getUnknownFields
public com.google.protobuf.UnknownFieldSet getUnknownFields()
- 指定者:
getUnknownFields在接口中com.google.protobuf.MessageOrBuilder
-
hasField
public boolean hasField(com.google.protobuf.Descriptors.FieldDescriptor arg0)
- 指定者:
hasField在接口中com.google.protobuf.MessageOrBuilder
-
hasOneof
public boolean hasOneof(com.google.protobuf.Descriptors.OneofDescriptor arg0)
- 指定者:
hasOneof在接口中com.google.protobuf.MessageOrBuilder
-
getParserForType
public com.google.protobuf.Parser<? extends com.google.protobuf.Message> getParserForType()
- 指定者:
getParserForType在接口中com.google.protobuf.Message- 指定者:
getParserForType在接口中com.google.protobuf.MessageLite
-
newBuilderForType
public com.google.protobuf.Message.Builder newBuilderForType()
- 指定者:
newBuilderForType在接口中com.google.protobuf.Message- 指定者:
newBuilderForType在接口中com.google.protobuf.MessageLite
-
toBuilder
public com.google.protobuf.Message.Builder toBuilder()
- 指定者:
toBuilder在接口中com.google.protobuf.Message- 指定者:
toBuilder在接口中com.google.protobuf.MessageLite
-
-