- newBuilderForType() - Method in class com.google.protobuf.GeneratedMessageLite
-
- newBuilderForType() - Method in interface com.google.protobuf.MessageLite
-
Constructs a new builder for a message of the same type as this message.
- newCodedInput() - Method in class com.google.protobuf.ByteString
-
- newDefaultInstance(WireFormat.FieldType, K, WireFormat.FieldType, V) - Static method in class com.google.protobuf.MapEntryLite
-
Creates a default MapEntryLite message instance.
- newEnumConverter(Internal.EnumLiteMap<T>, T) - Static method in class com.google.protobuf.Internal.MapAdapter
-
- newExtensionWriter() - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
-
- newInput() - Method in class com.google.protobuf.ByteString
-
Creates an InputStream
which can be used to read the bytes.
- newInstance(InputStream) - Static method in class com.google.protobuf.CodedInputStream
-
Create a new CodedInputStream wrapping the given InputStream.
- newInstance(byte[]) - Static method in class com.google.protobuf.CodedInputStream
-
Create a new CodedInputStream wrapping the given byte array.
- newInstance(byte[], int, int) - Static method in class com.google.protobuf.CodedInputStream
-
Create a new CodedInputStream wrapping the given byte array slice.
- newInstance(ByteBuffer) - Static method in class com.google.protobuf.CodedInputStream
-
Create a new CodedInputStream wrapping the given ByteBuffer.
- newInstance(OutputStream) - Static method in class com.google.protobuf.CodedOutputStream
-
Create a new CodedOutputStream
wrapping the given OutputStream
.
- newInstance(OutputStream, int) - Static method in class com.google.protobuf.CodedOutputStream
-
Create a new CodedOutputStream
wrapping the given OutputStream
with a given buffer size.
- newInstance(byte[]) - Static method in class com.google.protobuf.CodedOutputStream
-
Create a new CodedOutputStream
that writes directly to the given byte array.
- newInstance(byte[], int, int) - Static method in class com.google.protobuf.CodedOutputStream
-
Create a new CodedOutputStream
that writes directly to the given byte array slice.
- newInstance(ByteBuffer) - Static method in class com.google.protobuf.CodedOutputStream
-
Create a new CodedOutputStream
that writes to the given ByteBuffer
.
- newInstance(ByteBuffer, int) - Static method in class com.google.protobuf.CodedOutputStream
-
- newInstance() - Static method in class com.google.protobuf.ExtensionRegistryLite
-
Construct a new, empty instance.
- newMessageSetExtensionWriter() - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
-
- newOutput(int) - Static method in class com.google.protobuf.ByteString
-
- newOutput() - Static method in class com.google.protobuf.ByteString
-
- newRepeatedGeneratedExtension(ContainingType, MessageLite, Internal.EnumLiteMap<?>, int, WireFormat.FieldType, boolean, Class) - Static method in class com.google.protobuf.GeneratedMessageLite
-
For use by generated code only.
- newSingularGeneratedExtension(ContainingType, Type, MessageLite, Internal.EnumLiteMap<?>, int, WireFormat.FieldType, Class) - Static method in class com.google.protobuf.GeneratedMessageLite
-
For use by generated code only.
- newUninitializedMessageException(MessageLite) - Static method in class com.google.protobuf.AbstractMessageLite.Builder
-
Construct an UninitializedMessageException reporting missing fields in the given message.
- nextByte() - Method in interface com.google.protobuf.ByteString.ByteIterator
-
An alternative to Iterator.next()
that returns an unboxed primitive byte
.