Uses of Class
ucar.nc2.stream.NcStreamProto.Section

Packages that use NcStreamProto.Section
ucar.nc2.ft.point.remote   
ucar.nc2.stream   
 

Uses of NcStreamProto.Section in ucar.nc2.ft.point.remote
 

Methods in ucar.nc2.ft.point.remote that return NcStreamProto.Section
 NcStreamProto.Section PointStreamProto.Member.getSection()
           
 NcStreamProto.Section PointStreamProto.Member.Builder.getSection()
           
 

Methods in ucar.nc2.ft.point.remote with parameters of type NcStreamProto.Section
 PointStreamProto.Member.Builder PointStreamProto.Member.Builder.mergeSection(NcStreamProto.Section value)
           
 PointStreamProto.Member.Builder PointStreamProto.Member.Builder.setSection(NcStreamProto.Section value)
           
 

Uses of NcStreamProto.Section in ucar.nc2.stream
 

Methods in ucar.nc2.stream that return NcStreamProto.Section
 NcStreamProto.Section NcStreamProto.Section.Builder.build()
           
 NcStreamProto.Section NcStreamProto.Section.Builder.buildPartial()
           
static NcStreamProto.Section NcStream.encodeSection(Section section)
           
static NcStreamProto.Section NcStreamProto.Section.getDefaultInstance()
           
 NcStreamProto.Section NcStreamProto.Section.getDefaultInstanceForType()
           
 NcStreamProto.Section NcStreamProto.Section.Builder.getDefaultInstanceForType()
           
 NcStreamProto.Section NcStreamProto.Data.getSection()
           
 NcStreamProto.Section NcStreamProto.Data.Builder.getSection()
           
protected  NcStreamProto.Section NcStreamProto.Section.Builder.internalGetResult()
           
static NcStreamProto.Section NcStreamProto.Section.parseDelimitedFrom(java.io.InputStream input)
           
static NcStreamProto.Section NcStreamProto.Section.parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistry extensionRegistry)
           
static NcStreamProto.Section NcStreamProto.Section.parseFrom(byte[] data)
           
static NcStreamProto.Section NcStreamProto.Section.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistry extensionRegistry)
           
static NcStreamProto.Section NcStreamProto.Section.parseFrom(com.google.protobuf.ByteString data)
           
static NcStreamProto.Section NcStreamProto.Section.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistry extensionRegistry)
           
static NcStreamProto.Section NcStreamProto.Section.parseFrom(com.google.protobuf.CodedInputStream input)
           
static NcStreamProto.Section NcStreamProto.Section.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistry extensionRegistry)
           
static NcStreamProto.Section NcStreamProto.Section.parseFrom(java.io.InputStream input)
           
static NcStreamProto.Section NcStreamProto.Section.parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistry extensionRegistry)
           
 

Methods in ucar.nc2.stream with parameters of type NcStreamProto.Section
static Section NcStream.decodeSection(NcStreamProto.Section proto)
           
 NcStreamProto.Section.Builder NcStreamProto.Section.Builder.mergeFrom(NcStreamProto.Section other)
           
 NcStreamProto.Data.Builder NcStreamProto.Data.Builder.mergeSection(NcStreamProto.Section value)
           
static NcStreamProto.Section.Builder NcStreamProto.Section.newBuilder(NcStreamProto.Section prototype)
           
 NcStreamProto.Data.Builder NcStreamProto.Data.Builder.setSection(NcStreamProto.Section value)