public static final class NcStreamProto.Data extends com.google.protobuf.GeneratedMessage implements NcStreamProto.DataOrBuilder
Data
Modifier and Type | Class and Description |
---|---|
static class |
NcStreamProto.Data.Builder
Protobuf type
Data |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
Modifier and Type | Field and Description |
---|---|
static int |
BIGEND_FIELD_NUMBER |
static int |
COMPRESS_FIELD_NUMBER |
static int |
DATATYPE_FIELD_NUMBER |
static com.google.protobuf.Parser<NcStreamProto.Data> |
PARSER |
static int |
SECTION_FIELD_NUMBER |
static int |
UNCOMPRESSEDSIZE_FIELD_NUMBER |
static int |
VARNAME_FIELD_NUMBER |
static int |
VDATA_FIELD_NUMBER |
static int |
VERSION_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
getBigend()
optional bool bigend = 4 [default = true]; |
NcStreamProto.Compress |
getCompress()
optional .Compress compress = 6 [default = NONE]; |
NcStreamProto.DataType |
getDataType()
required .DataType dataType = 2; |
static NcStreamProto.Data |
getDefaultInstance() |
NcStreamProto.Data |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<NcStreamProto.Data> |
getParserForType() |
NcStreamProto.Section |
getSection()
optional .Section section = 3; |
NcStreamProto.SectionOrBuilder |
getSectionOrBuilder()
optional .Section section = 3; |
int |
getSerializedSize() |
int |
getUncompressedSize()
optional uint32 uncompressedSize = 8; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
java.lang.String |
getVarName()
required string varName = 1; |
com.google.protobuf.ByteString |
getVarNameBytes()
required string varName = 1; |
boolean |
getVdata()
optional bool vdata = 7 [default = false]; |
int |
getVersion()
optional uint32 version = 5 [default = 0]; |
boolean |
hasBigend()
optional bool bigend = 4 [default = true]; |
boolean |
hasCompress()
optional .Compress compress = 6 [default = NONE]; |
boolean |
hasDataType()
required .DataType dataType = 2; |
boolean |
hasSection()
optional .Section section = 3; |
boolean |
hasUncompressedSize()
optional uint32 uncompressedSize = 8; |
boolean |
hasVarName()
required string varName = 1; |
boolean |
hasVdata()
optional bool vdata = 7 [default = false]; |
boolean |
hasVersion()
optional uint32 version = 5 [default = 0]; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static NcStreamProto.Data.Builder |
newBuilder() |
static NcStreamProto.Data.Builder |
newBuilder(NcStreamProto.Data prototype) |
NcStreamProto.Data.Builder |
newBuilderForType() |
protected NcStreamProto.Data.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static NcStreamProto.Data |
parseDelimitedFrom(java.io.InputStream input) |
static NcStreamProto.Data |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NcStreamProto.Data |
parseFrom(byte[] data) |
static NcStreamProto.Data |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NcStreamProto.Data |
parseFrom(com.google.protobuf.ByteString data) |
static NcStreamProto.Data |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NcStreamProto.Data |
parseFrom(com.google.protobuf.CodedInputStream input) |
static NcStreamProto.Data |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NcStreamProto.Data |
parseFrom(java.io.InputStream input) |
static NcStreamProto.Data |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
NcStreamProto.Data.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, writeString, writeStringNoTag
equals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static com.google.protobuf.Parser<NcStreamProto.Data> PARSER
public static final int VARNAME_FIELD_NUMBER
public static final int DATATYPE_FIELD_NUMBER
public static final int SECTION_FIELD_NUMBER
public static final int BIGEND_FIELD_NUMBER
public static final int VERSION_FIELD_NUMBER
public static final int COMPRESS_FIELD_NUMBER
public static final int VDATA_FIELD_NUMBER
public static final int UNCOMPRESSEDSIZE_FIELD_NUMBER
public static NcStreamProto.Data getDefaultInstance()
public NcStreamProto.Data getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public com.google.protobuf.Parser<NcStreamProto.Data> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasVarName()
required string varName = 1;
full escaped name. change to hash or index to save space ??
hasVarName
in interface NcStreamProto.DataOrBuilder
public java.lang.String getVarName()
required string varName = 1;
full escaped name. change to hash or index to save space ??
getVarName
in interface NcStreamProto.DataOrBuilder
public com.google.protobuf.ByteString getVarNameBytes()
required string varName = 1;
full escaped name. change to hash or index to save space ??
getVarNameBytes
in interface NcStreamProto.DataOrBuilder
public boolean hasDataType()
required .DataType dataType = 2;
hasDataType
in interface NcStreamProto.DataOrBuilder
public NcStreamProto.DataType getDataType()
required .DataType dataType = 2;
getDataType
in interface NcStreamProto.DataOrBuilder
public boolean hasSection()
optional .Section section = 3;
not required for Sequence
hasSection
in interface NcStreamProto.DataOrBuilder
public NcStreamProto.Section getSection()
optional .Section section = 3;
not required for Sequence
getSection
in interface NcStreamProto.DataOrBuilder
public NcStreamProto.SectionOrBuilder getSectionOrBuilder()
optional .Section section = 3;
not required for Sequence
getSectionOrBuilder
in interface NcStreamProto.DataOrBuilder
public boolean hasBigend()
optional bool bigend = 4 [default = true];
hasBigend
in interface NcStreamProto.DataOrBuilder
public boolean getBigend()
optional bool bigend = 4 [default = true];
getBigend
in interface NcStreamProto.DataOrBuilder
public boolean hasVersion()
optional uint32 version = 5 [default = 0];
hasVersion
in interface NcStreamProto.DataOrBuilder
public int getVersion()
optional uint32 version = 5 [default = 0];
getVersion
in interface NcStreamProto.DataOrBuilder
public boolean hasCompress()
optional .Compress compress = 6 [default = NONE];
hasCompress
in interface NcStreamProto.DataOrBuilder
public NcStreamProto.Compress getCompress()
optional .Compress compress = 6 [default = NONE];
getCompress
in interface NcStreamProto.DataOrBuilder
public boolean hasVdata()
optional bool vdata = 7 [default = false];
hasVdata
in interface NcStreamProto.DataOrBuilder
public boolean getVdata()
optional bool vdata = 7 [default = false];
getVdata
in interface NcStreamProto.DataOrBuilder
public boolean hasUncompressedSize()
optional uint32 uncompressedSize = 8;
hasUncompressedSize
in interface NcStreamProto.DataOrBuilder
public int getUncompressedSize()
optional uint32 uncompressedSize = 8;
getUncompressedSize
in interface NcStreamProto.DataOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessage
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessage
protected java.lang.Object writeReplace() throws java.io.ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
java.io.ObjectStreamException
public static NcStreamProto.Data parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static NcStreamProto.Data parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static NcStreamProto.Data parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static NcStreamProto.Data parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static NcStreamProto.Data parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static NcStreamProto.Data parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static NcStreamProto.Data parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static NcStreamProto.Data parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static NcStreamProto.Data parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static NcStreamProto.Data parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static NcStreamProto.Data.Builder newBuilder()
public NcStreamProto.Data.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static NcStreamProto.Data.Builder newBuilder(NcStreamProto.Data prototype)
public NcStreamProto.Data.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected NcStreamProto.Data.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage