- 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
-
- 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(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() - 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) - Static method in class com.google.protobuf.GeneratedMessageLite
-
For use by generated code only.
- newSingularGeneratedExtension(ContainingType, Type, MessageLite, Internal.EnumLiteMap<?>, int, WireFormat.FieldType) - 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
.