META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/android/commands/
com/android/commands/am/
com/android/commands/am/Am$1.class
Am.java
package com.android.commands.am
com.android.commands.am.Am$1 extends android.os.ResultReceiver {
final synthetic com.android.commands.am.Am this$0
void <init> (com.android.commands.am.Am, android.os.Handler)
com.android.commands.am.Am this$0
android.os.Handler arg0
}
com/android/commands/am/Am$MyShellCallback.class
Am.java
package com.android.commands.am
final com.android.commands.am.Am$MyShellCallback extends android.os.ShellCallback {
boolean mActive
void <init> ()
public android.os.ParcelFileDescriptor onOpenFile (java.lang.String, java.lang.String, java.lang.String)
android.os.ParcelFileDescriptor fd
String msg
java.io.FileNotFoundException e
String msg
String tcon
String path
String seLinuxContext
String mode
java.io.File file
android.os.ParcelFileDescriptor fd
}
com/android/commands/am/Am.class
Am.java
package com.android.commands.am
public com.android.commands.am.Am extends com.android.internal.os.BaseCommand {
private android.app.IActivityManager mAm
private android.content.pm.IPackageManager mPm
void <init> ()
public static void main (java.lang.String[])
String[] args
private void svcInit ()
public void onShowUsage (java.io.PrintStream)
android.util.AndroidException e
java.io.PrintStream out
public void onRun () throws java.lang.Exception
String op
int parseUserArg (java.lang.String)
int userId
int userId
String arg
int userId
void runAmCmd (java.lang.String[]) throws android.util.AndroidException
android.os.RemoteException e
String[] args
com.android.commands.am.Am$MyShellCallback cb
public void runInstrument () throws java.lang.Exception
String argKey
String argValue
com.android.commands.am.Instrument instrument
String opt
}
com/android/commands/am/Instrument$InstrumentationWatcher.class
Instrument.java
package com.android.commands.am
com.android.commands.am.Instrument$InstrumentationWatcher extends android.app.IInstrumentationWatcher$Stub {
private final com.android.commands.am.Instrument$StatusReporter mReporter
private boolean mFinished
final synthetic com.android.commands.am.Instrument this$0
public void <init> (com.android.commands.am.Instrument, com.android.commands.am.Instrument$StatusReporter)
com.android.commands.am.Instrument$StatusReporter reporter
public void instrumentationStatus (android.content.ComponentName, int, android.os.Bundle)
android.content.ComponentName name
int resultCode
android.os.Bundle results
public void instrumentationFinished (android.content.ComponentName, int, android.os.Bundle)
android.content.ComponentName name
int resultCode
android.os.Bundle results
public boolean waitForFinish ()
InterruptedException e
}
com/android/commands/am/Instrument$ProtoStatusReporter.class
Instrument.java
package com.android.commands.am
com.android.commands.am.Instrument$ProtoStatusReporter extends java.lang.Object implements com.android.commands.am.Instrument$StatusReporter {
private java.io.File mLog
private long mTestStartMs
final synthetic com.android.commands.am.Instrument this$0
void <init> (com.android.commands.am.Instrument)
java.io.File logDir
java.text.SimpleDateFormat format
String fileName
java.io.File logDir
public void onInstrumentationStatusLocked (android.content.ComponentName, int, android.os.Bundle)
android.content.ComponentName name
int resultCode
android.os.Bundle results
android.util.proto.ProtoOutputStream proto
long testStatusToken
public void onInstrumentationFinishedLocked (android.content.ComponentName, int, android.os.Bundle)
android.content.ComponentName name
int resultCode
android.os.Bundle results
android.util.proto.ProtoOutputStream proto
long sessionStatusToken
public void onError (java.lang.String, boolean)
String errorText
boolean commandError
android.util.proto.ProtoOutputStream proto
long sessionStatusToken
private void writeBundle (android.util.proto.ProtoOutputStream, long, android.os.Bundle)
long entryToken
Object val
String key
android.util.proto.ProtoOutputStream proto
long fieldId
android.os.Bundle bundle
long bundleToken
private void outputProto (android.util.proto.ProtoOutputStream)
java.io.IOException ex
java.io.OutputStream os
java.io.IOException ex
android.util.proto.ProtoOutputStream proto
byte[] out
}
com/android/commands/am/Instrument$StatusReporter.class
Instrument.java
package com.android.commands.am
abstract com.android.commands.am.Instrument$StatusReporter extends java.lang.Object {
public abstract void onInstrumentationStatusLocked (android.content.ComponentName, int, android.os.Bundle)
public abstract void onInstrumentationFinishedLocked (android.content.ComponentName, int, android.os.Bundle)
public abstract void onError (java.lang.String, boolean)
}
com/android/commands/am/Instrument$TextStatusReporter.class
Instrument.java
package com.android.commands.am
com.android.commands.am.Instrument$TextStatusReporter extends java.lang.Object implements com.android.commands.am.Instrument$StatusReporter {
private boolean mRawMode
final synthetic com.android.commands.am.Instrument this$0
public void <init> (com.android.commands.am.Instrument, boolean)
boolean rawMode
public void onInstrumentationStatusLocked (android.content.ComponentName, int, android.os.Bundle)
String key
android.content.ComponentName name
int resultCode
android.os.Bundle results
String pretty
public void onInstrumentationFinishedLocked (android.content.ComponentName, int, android.os.Bundle)
String key
android.content.ComponentName name
int resultCode
android.os.Bundle results
String pretty
public void onError (java.lang.String, boolean)
String errorText
boolean commandError
}
com/android/commands/am/Instrument.class
Instrument.java
package com.android.commands.am
public com.android.commands.am.Instrument extends java.lang.Object {
private static final String TAG
public static final String DEFAULT_LOG_DIR
private static final int STATUS_TEST_PASSED
private static final int STATUS_TEST_STARTED
private static final int STATUS_TEST_FAILED_ASSERTION
private static final int STATUS_TEST_FAILED_OTHER
private final android.app.IActivityManager mAm
private final android.content.pm.IPackageManager mPm
private final android.view.IWindowManager mWm
public String profileFile
public boolean wait
public boolean rawMode
public boolean captureLogcat
boolean protoStd
boolean protoFile
String logPath
public boolean noWindowAnimation
public boolean disableHiddenApiChecks
public boolean disableTestApiChecks
public boolean disableIsolatedStorage
public String abi
public boolean noRestart
public int userId
public android.os.Bundle args
public String componentNameArg
public boolean alwaysCheckSignature
public boolean instrumentSdkSandbox
public boolean instrumentSdkInSandbox
public void <init> (android.app.IActivityManager, android.content.pm.IPackageManager)
android.app.IActivityManager am
android.content.pm.IPackageManager pm
private static java.util.Collection sorted (java.util.Collection)
java.util.Collection list
java.util.ArrayList copy
private android.content.ComponentName parseComponentName (java.lang.String) throws java.lang.Exception
android.content.ComponentName cn
android.content.pm.InstrumentationInfo info
android.content.ComponentName c
int i
int i
StringBuilder cnsStr
int numCns
java.util.List infos
int numInfos
java.util.ArrayList cns
String cnArg
public void run () throws java.lang.Exception
String supportedAbi
String[] supportedAbis
boolean matched
com.android.commands.am.Instrument$InstrumentationWatcher watcher
android.app.UiAutomationConnection connection
android.content.ComponentName cn
int flags
Exception ex
com.android.commands.am.Instrument$StatusReporter reporter
float[] oldAnims
private static java.lang.String readLogcat (long)
java.text.SimpleDateFormat format
String timestamp
Process process
StringBuilder str
java.io.InputStreamReader reader
char[] buffer
int amt
java.io.IOException ex
long startTimeMs
}
com/android/commands/am/InstrumentationData$ResultsBundle.class
InstrumentationData.java
package com.android.commands.am
public final com.android.commands.am.InstrumentationData$ResultsBundle extends java.lang.Object {
public static final long ENTRIES
final synthetic com.android.commands.am.InstrumentationData this$0
public void <init> (com.android.commands.am.InstrumentationData)
com.android.commands.am.InstrumentationData this$0
}
com/android/commands/am/InstrumentationData$ResultsBundleEntry.class
InstrumentationData.java
package com.android.commands.am
public final com.android.commands.am.InstrumentationData$ResultsBundleEntry extends java.lang.Object {
public static final long KEY
public static final long VALUE_STRING
public static final long VALUE_INT
public static final long VALUE_FLOAT
public static final long VALUE_DOUBLE
public static final long VALUE_LONG
public static final long VALUE_BUNDLE
public static final long VALUE_BYTES
final synthetic com.android.commands.am.InstrumentationData this$0
public void <init> (com.android.commands.am.InstrumentationData)
com.android.commands.am.InstrumentationData this$0
}
com/android/commands/am/InstrumentationData$Session.class
InstrumentationData.java
package com.android.commands.am
public final com.android.commands.am.InstrumentationData$Session extends java.lang.Object {
public static final long TEST_STATUS
public static final long SESSION_STATUS
final synthetic com.android.commands.am.InstrumentationData this$0
public void <init> (com.android.commands.am.InstrumentationData)
com.android.commands.am.InstrumentationData this$0
}
com/android/commands/am/InstrumentationData$SessionStatus.class
InstrumentationData.java
package com.android.commands.am
public final com.android.commands.am.InstrumentationData$SessionStatus extends java.lang.Object {
public static final long STATUS_CODE
public static final long ERROR_TEXT
public static final long RESULT_CODE
public static final long RESULTS
final synthetic com.android.commands.am.InstrumentationData this$0
public void <init> (com.android.commands.am.InstrumentationData)
com.android.commands.am.InstrumentationData this$0
}
com/android/commands/am/InstrumentationData$TestStatus.class
InstrumentationData.java
package com.android.commands.am
public final com.android.commands.am.InstrumentationData$TestStatus extends java.lang.Object {
public static final long RESULT_CODE
public static final long RESULTS
public static final long LOGCAT
final synthetic com.android.commands.am.InstrumentationData this$0
public void <init> (com.android.commands.am.InstrumentationData)
com.android.commands.am.InstrumentationData this$0
}
com/android/commands/am/InstrumentationData.class
InstrumentationData.java
package com.android.commands.am
public final com.android.commands.am.InstrumentationData extends java.lang.Object {
public static final int SESSION_FINISHED
public static final int SESSION_ABORTED
public void <init> ()
}
com/google/
com/google/protobuf/
com/google/protobuf/AbstractMessageLite$Builder$LimitedInputStream.class
AbstractMessageLite.java
package com.google.protobuf
final com.google.protobuf.AbstractMessageLite$Builder$LimitedInputStream extends java.io.FilterInputStream {
private int limit
void <init> (java.io.InputStream, int)
java.io.InputStream in
int limit
public int available () throws java.io.IOException
public int read () throws java.io.IOException
int result
public int read (byte[], int, int) throws java.io.IOException
byte[] b
int off
int len
int result
public long skip (long) throws java.io.IOException
long n
int result
}
com/google/protobuf/AbstractMessageLite$Builder.class
AbstractMessageLite.java
package com.google.protobuf
public abstract com.google.protobuf.AbstractMessageLite$Builder extends java.lang.Object implements com.google.protobuf.MessageLite$Builder {
public void <init> ()
public abstract com.google.protobuf.AbstractMessageLite$Builder clone ()
public com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException
com.google.protobuf.CodedInputStream input
public abstract com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
public com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.CodedInputStream input
com.google.protobuf.InvalidProtocolBufferException e
java.io.IOException e
com.google.protobuf.ByteString data
public com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.CodedInputStream input
com.google.protobuf.InvalidProtocolBufferException e
java.io.IOException e
com.google.protobuf.ByteString data
com.google.protobuf.ExtensionRegistryLite extensionRegistry
public com.google.protobuf.AbstractMessageLite$Builder mergeFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException
byte[] data
public com.google.protobuf.AbstractMessageLite$Builder mergeFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.CodedInputStream input
com.google.protobuf.InvalidProtocolBufferException e
java.io.IOException e
byte[] data
int off
int len
public com.google.protobuf.AbstractMessageLite$Builder mergeFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
byte[] data
com.google.protobuf.ExtensionRegistryLite extensionRegistry
public com.google.protobuf.AbstractMessageLite$Builder mergeFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.CodedInputStream input
com.google.protobuf.InvalidProtocolBufferException e
java.io.IOException e
byte[] data
int off
int len
com.google.protobuf.ExtensionRegistryLite extensionRegistry
public com.google.protobuf.AbstractMessageLite$Builder mergeFrom (java.io.InputStream) throws java.io.IOException
java.io.InputStream input
com.google.protobuf.CodedInputStream codedInput
public com.google.protobuf.AbstractMessageLite$Builder mergeFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
java.io.InputStream input
com.google.protobuf.ExtensionRegistryLite extensionRegistry
com.google.protobuf.CodedInputStream codedInput
public boolean mergeDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
java.io.InputStream input
com.google.protobuf.ExtensionRegistryLite extensionRegistry
int firstByte
int size
java.io.InputStream limitedInput
public boolean mergeDelimitedFrom (java.io.InputStream) throws java.io.IOException
java.io.InputStream input
public com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.MessageLite)
com.google.protobuf.MessageLite other
protected abstract com.google.protobuf.AbstractMessageLite$Builder internalMergeFrom (com.google.protobuf.AbstractMessageLite)
private java.lang.String getReadingExceptionMessage (java.lang.String)
String target
private static void addAllCheckingNulls (java.lang.Iterable, java.util.List)
int i
String message
Object value
Iterable values
java.util.List list
int begin
protected static com.google.protobuf.UninitializedMessageException newUninitializedMessageException (com.google.protobuf.MessageLite)
com.google.protobuf.MessageLite message
protected static void addAll (java.lang.Iterable, java.util.Collection)
Iterable values
java.util.Collection list
protected static void addAll (java.lang.Iterable, java.util.List)
int i
String message
Object value
java.util.List lazyValues
com.google.protobuf.LazyStringList lazyList
int begin
Iterable values
java.util.List list
public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException
public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.MessageLite)
public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (java.io.InputStream) throws java.io.IOException
public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException
public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException
public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException
public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException
public volatile synthetic com.google.protobuf.MessageLite$Builder clone ()
}
com/google/protobuf/AbstractMessageLite$InternalOneOfEnum.class
AbstractMessageLite.java
package com.google.protobuf
public abstract com.google.protobuf.AbstractMessageLite$InternalOneOfEnum extends java.lang.Object {
public abstract int getNumber ()
}
com/google/protobuf/AbstractMessageLite.class
AbstractMessageLite.java
package com.google.protobuf
public abstract com.google.protobuf.AbstractMessageLite extends java.lang.Object implements com.google.protobuf.MessageLite {
protected int memoizedHashCode
public void <init> ()
public com.google.protobuf.ByteString toByteString ()
com.google.protobuf.ByteString$CodedBuilder out
java.io.IOException e
public byte[] toByteArray ()
byte[] result
com.google.protobuf.CodedOutputStream output
java.io.IOException e
public void writeTo (java.io.OutputStream) throws java.io.IOException
java.io.OutputStream output
int bufferSize
com.google.protobuf.CodedOutputStream codedOutput
public void writeDelimitedTo (java.io.OutputStream) throws java.io.IOException
java.io.OutputStream output
int serialized
int bufferSize
com.google.protobuf.CodedOutputStream codedOutput
int getMemoizedSerializedSize ()
void setMemoizedSerializedSize (int)
int size
int getSerializedSize (com.google.protobuf.Schema)
com.google.protobuf.Schema schema
int memoizedSerializedSize
com.google.protobuf.UninitializedMessageException newUninitializedMessageException ()
private java.lang.String getSerializingExceptionMessage (java.lang.String)
String target
protected static void checkByteStringIsUtf8 (com.google.protobuf.ByteString) throws java.lang.IllegalArgumentException
com.google.protobuf.ByteString byteString
protected static void addAll (java.lang.Iterable, java.util.Collection)
Iterable values
java.util.Collection list
protected static void addAll (java.lang.Iterable, java.util.List)
Iterable values
java.util.List list
}
com/google/protobuf/AbstractParser.class
AbstractParser.java
package com.google.protobuf
public abstract com.google.protobuf.AbstractParser extends java.lang.Object implements com.google.protobuf.Parser {
private static final com.google.protobuf.ExtensionRegistryLite EMPTY_REGISTRY
public void <init> ()
private com.google.protobuf.UninitializedMessageException newUninitializedMessageException (com.google.protobuf.MessageLite)
com.google.protobuf.MessageLite message
private com.google.protobuf.MessageLite checkMessageInitialized (com.google.protobuf.MessageLite) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.MessageLite message
public com.google.protobuf.MessageLite parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.CodedInputStream input
public com.google.protobuf.MessageLite parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.CodedInputStream input
com.google.protobuf.ExtensionRegistryLite extensionRegistry
public com.google.protobuf.MessageLite parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.CodedInputStream input
public com.google.protobuf.MessageLite parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException e
com.google.protobuf.CodedInputStream input
com.google.protobuf.MessageLite message
com.google.protobuf.InvalidProtocolBufferException e
com.google.protobuf.ByteString data
com.google.protobuf.ExtensionRegistryLite extensionRegistry
public com.google.protobuf.MessageLite parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.ByteString data
public com.google.protobuf.MessageLite parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.ByteString data
com.google.protobuf.ExtensionRegistryLite extensionRegistry
public com.google.protobuf.MessageLite parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.ByteString data
public com.google.protobuf.MessageLite parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException e
com.google.protobuf.CodedInputStream input
com.google.protobuf.MessageLite message
com.google.protobuf.InvalidProtocolBufferException e
java.nio.ByteBuffer data
com.google.protobuf.ExtensionRegistryLite extensionRegistry
com.google.protobuf.MessageLite message
public com.google.protobuf.MessageLite parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException
java.nio.ByteBuffer data
public com.google.protobuf.MessageLite parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException e
com.google.protobuf.CodedInputStream input
com.google.protobuf.MessageLite message
com.google.protobuf.InvalidProtocolBufferException e
byte[] data
int off
int len
com.google.protobuf.ExtensionRegistryLite extensionRegistry
public com.google.protobuf.MessageLite parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException
byte[] data
int off
int len
public com.google.protobuf.MessageLite parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
byte[] data
com.google.protobuf.ExtensionRegistryLite extensionRegistry
public com.google.protobuf.MessageLite parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException
byte[] data
public com.google.protobuf.MessageLite parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
byte[] data
int off
int len
com.google.protobuf.ExtensionRegistryLite extensionRegistry
public com.google.protobuf.MessageLite parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException
byte[] data
int off
int len
public com.google.protobuf.MessageLite parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
byte[] data
com.google.protobuf.ExtensionRegistryLite extensionRegistry
public com.google.protobuf.MessageLite parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException
byte[] data
public com.google.protobuf.MessageLite parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException e
java.io.InputStream input
com.google.protobuf.ExtensionRegistryLite extensionRegistry
com.google.protobuf.CodedInputStream codedInput
com.google.protobuf.MessageLite message
public com.google.protobuf.MessageLite parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException
java.io.InputStream input
public com.google.protobuf.MessageLite parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
java.io.InputStream input
com.google.protobuf.ExtensionRegistryLite extensionRegistry
public com.google.protobuf.MessageLite parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException
java.io.InputStream input
public com.google.protobuf.MessageLite parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
int firstByte
int size
java.io.IOException e
java.io.InputStream input
com.google.protobuf.ExtensionRegistryLite extensionRegistry
int size
java.io.InputStream limitedInput
public com.google.protobuf.MessageLite parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException
java.io.InputStream input
public com.google.protobuf.MessageLite parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
java.io.InputStream input
com.google.protobuf.ExtensionRegistryLite extensionRegistry
public com.google.protobuf.MessageLite parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException
java.io.InputStream input
public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
public volatile synthetic java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException
public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
public volatile synthetic java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException
public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
public volatile synthetic java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException
public volatile synthetic java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
public volatile synthetic java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException
public volatile synthetic java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
public volatile synthetic java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException
public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException
public volatile synthetic java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
public volatile synthetic java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException
public volatile synthetic java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
public volatile synthetic java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException
public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException
public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException
public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
public volatile synthetic java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException
public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException
public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
public volatile synthetic java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException
static void <clinit> ()
}
com/google/protobuf/AbstractProtobufList.class
AbstractProtobufList.java
package com.google.protobuf
abstract com.google.protobuf.AbstractProtobufList extends java.util.AbstractList implements com.google.protobuf.Internal$ProtobufList {
protected static final int DEFAULT_CAPACITY
private boolean isMutable
void <init> ()
public boolean equals (java.lang.Object)
int i
Object o
java.util.List other
int size
public int hashCode ()
int i
int size
int hashCode
public boolean add (java.lang.Object)
Object e
public void add (int, java.lang.Object)
int index
Object element
public boolean addAll (java.util.Collection)
java.util.Collection c
public boolean addAll (int, java.util.Collection)
int index
java.util.Collection c
public void clear ()
public boolean isModifiable ()
public final void makeImmutable ()
public java.lang.Object remove (int)
int index
public boolean remove (java.lang.Object)
Object o
int index
public boolean removeAll (java.util.Collection)
java.util.Collection c
public boolean retainAll (java.util.Collection)
java.util.Collection c
public java.lang.Object set (int, java.lang.Object)
int index
Object element
protected void ensureIsMutable ()
}
com/google/protobuf/AllocatedBuffer$1.class
AllocatedBuffer.java
package com.google.protobuf
com.google.protobuf.AllocatedBuffer$1 extends com.google.protobuf.AllocatedBuffer {
final synthetic java.nio.ByteBuffer val$buffer
void <init> (java.nio.ByteBuffer)
public boolean hasNioBuffer ()
public java.nio.ByteBuffer nioBuffer ()
public boolean hasArray ()
public byte[] array ()
public int arrayOffset ()
public int position ()
public com.google.protobuf.AllocatedBuffer position (int)
int position
public int limit ()
public int remaining ()
}
com/google/protobuf/AllocatedBuffer$2.class
AllocatedBuffer.java
package com.google.protobuf
com.google.protobuf.AllocatedBuffer$2 extends com.google.protobuf.AllocatedBuffer {
private int position
final synthetic byte[] val$bytes
final synthetic int val$offset
final synthetic int val$length
void <init> (byte[], int, int)
public boolean hasNioBuffer ()
public java.nio.ByteBuffer nioBuffer ()
public boolean hasArray ()
public byte[] array ()
public int arrayOffset ()
public int position ()
public com.google.protobuf.AllocatedBuffer position (int)
int position
public int limit ()
public int remaining ()
}
com/google/protobuf/AllocatedBuffer.class
AllocatedBuffer.java
package com.google.protobuf
abstract com.google.protobuf.AllocatedBuffer extends java.lang.Object {
void <init> ()
public abstract boolean hasNioBuffer ()
public abstract boolean hasArray ()
public abstract java.nio.ByteBuffer nioBuffer ()
public abstract byte[] array ()
public abstract int arrayOffset ()
public abstract int position ()
public abstract com.google.protobuf.AllocatedBuffer position (int)
public abstract int limit ()
public abstract int remaining ()
public static com.google.protobuf.AllocatedBuffer wrap (byte[])
byte[] bytes
public static com.google.protobuf.AllocatedBuffer wrap (byte[], int, int)
byte[] bytes
int offset
int length
public static com.google.protobuf.AllocatedBuffer wrap (java.nio.ByteBuffer)
java.nio.ByteBuffer buffer
private static com.google.protobuf.AllocatedBuffer wrapNoCheck (byte[], int, int)
byte[] bytes
int offset
int length
}
com/google/protobuf/Android.class
Android.java
package com.google.protobuf
final com.google.protobuf.Android extends java.lang.Object {
private static boolean ASSUME_ANDROID
private static final Class MEMORY_CLASS
private static final boolean IS_ROBOLECTRIC
private void <init> ()
static boolean isOnAndroidDevice ()
static java.lang.Class getMemoryClass ()
private static java.lang.Class getClassForName (java.lang.String)
Throwable e
String name
static void <clinit> ()
}
com/google/protobuf/ArrayDecoders$1.class
ArrayDecoders.java
package com.google.protobuf
synthetic com.google.protobuf.ArrayDecoders$1 extends java.lang.Object {
static final synthetic int[] $SwitchMap$com$google$protobuf$WireFormat$FieldType
static void <clinit> ()
}
com/google/protobuf/ArrayDecoders$Registers.class
ArrayDecoders.java
package com.google.protobuf
final com.google.protobuf.ArrayDecoders$Registers extends java.lang.Object {
public int int1
public long long1
public Object object1
public final com.google.protobuf.ExtensionRegistryLite extensionRegistry
void <init> ()
void <init> (com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.ExtensionRegistryLite extensionRegistry
}
com/google/protobuf/ArrayDecoders.class
ArrayDecoders.java
package com.google.protobuf
final com.google.protobuf.ArrayDecoders extends java.lang.Object {
private void <init> ()
static int decodeVarint32 (byte[], int, com.google.protobuf.ArrayDecoders$Registers)
byte[] data
int position
com.google.protobuf.ArrayDecoders$Registers registers
int value
static int decodeVarint32 (int, byte[], int, com.google.protobuf.ArrayDecoders$Registers)
int firstByte
byte[] data
int position
com.google.protobuf.ArrayDecoders$Registers registers
int value
byte b2
byte b3
byte b4
byte b5
static int decodeVarint64 (byte[], int, com.google.protobuf.ArrayDecoders$Registers)
byte[] data
int position
com.google.protobuf.ArrayDecoders$Registers registers
long value
static int decodeVarint64 (long, byte[], int, com.google.protobuf.ArrayDecoders$Registers)
long firstByte
byte[] data
int position
com.google.protobuf.ArrayDecoders$Registers registers
long value
byte next
int shift
static int decodeFixed32 (byte[], int)
byte[] data
int position
static long decodeFixed64 (byte[], int)
byte[] data
int position
static double decodeDouble (byte[], int)
byte[] data
int position
static float decodeFloat (byte[], int)
byte[] data
int position
static int decodeString (byte[], int, com.google.protobuf.ArrayDecoders$Registers) throws com.google.protobuf.InvalidProtocolBufferException
byte[] data
int position
com.google.protobuf.ArrayDecoders$Registers registers
int length
static int decodeStringRequireUtf8 (byte[], int, com.google.protobuf.ArrayDecoders$Registers) throws com.google.protobuf.InvalidProtocolBufferException
byte[] data
int position
com.google.protobuf.ArrayDecoders$Registers registers
int length
static int decodeBytes (byte[], int, com.google.protobuf.ArrayDecoders$Registers) throws com.google.protobuf.InvalidProtocolBufferException
byte[] data
int position
com.google.protobuf.ArrayDecoders$Registers registers
int length
static int decodeMessageField (com.google.protobuf.Schema, byte[], int, int, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException
com.google.protobuf.Schema schema
byte[] data
int position
int limit
com.google.protobuf.ArrayDecoders$Registers registers
Object msg
int offset
static int decodeGroupField (com.google.protobuf.Schema, byte[], int, int, int, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException
com.google.protobuf.Schema schema
byte[] data
int position
int limit
int endGroup
com.google.protobuf.ArrayDecoders$Registers registers
Object msg
int offset
static int mergeMessageField (java.lang.Object, com.google.protobuf.Schema, byte[], int, int, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException
Object msg
com.google.protobuf.Schema schema
byte[] data
int position
int limit
com.google.protobuf.ArrayDecoders$Registers registers
int length
static int mergeGroupField (java.lang.Object, com.google.protobuf.Schema, byte[], int, int, int, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException
Object msg
com.google.protobuf.Schema schema
byte[] data
int position
int limit
int endGroup
com.google.protobuf.ArrayDecoders$Registers registers
com.google.protobuf.MessageSchema messageSchema
int endPosition
static int decodeVarint32List (int, byte[], int, int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers)
int nextPosition
int tag
byte[] data
int position
int limit
com.google.protobuf.Internal$ProtobufList list
com.google.protobuf.ArrayDecoders$Registers registers
com.google.protobuf.IntArrayList output
static int decodeVarint64List (int, byte[], int, int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers)
int nextPosition
int tag
byte[] data
int position
int limit
com.google.protobuf.Internal$ProtobufList list
com.google.protobuf.ArrayDecoders$Registers registers
com.google.protobuf.LongArrayList output
static int decodeFixed32List (int, byte[], int, int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers)
int nextPosition
int tag
byte[] data
int position
int limit
com.google.protobuf.Internal$ProtobufList list
com.google.protobuf.ArrayDecoders$Registers registers
com.google.protobuf.IntArrayList output
static int decodeFixed64List (int, byte[], int, int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers)
int nextPosition
int tag
byte[] data
int position
int limit
com.google.protobuf.Internal$ProtobufList list
com.google.protobuf.ArrayDecoders$Registers registers
com.google.protobuf.LongArrayList output
static int decodeFloatList (int, byte[], int, int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers)
int nextPosition
int tag
byte[] data
int position
int limit
com.google.protobuf.Internal$ProtobufList list
com.google.protobuf.ArrayDecoders$Registers registers
com.google.protobuf.FloatArrayList output
static int decodeDoubleList (int, byte[], int, int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers)
int nextPosition
int tag
byte[] data
int position
int limit
com.google.protobuf.Internal$ProtobufList list
com.google.protobuf.ArrayDecoders$Registers registers
com.google.protobuf.DoubleArrayList output
static int decodeBoolList (int, byte[], int, int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers)
int nextPosition
int tag
byte[] data
int position
int limit
com.google.protobuf.Internal$ProtobufList list
com.google.protobuf.ArrayDecoders$Registers registers
com.google.protobuf.BooleanArrayList output
static int decodeSInt32List (int, byte[], int, int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers)
int nextPosition
int tag
byte[] data
int position
int limit
com.google.protobuf.Internal$ProtobufList list
com.google.protobuf.ArrayDecoders$Registers registers
com.google.protobuf.IntArrayList output
static int decodeSInt64List (int, byte[], int, int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers)
int nextPosition
int tag
byte[] data
int position
int limit
com.google.protobuf.Internal$ProtobufList list
com.google.protobuf.ArrayDecoders$Registers registers
com.google.protobuf.LongArrayList output
static int decodePackedVarint32List (byte[], int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException
byte[] data
int position
com.google.protobuf.Internal$ProtobufList list
com.google.protobuf.ArrayDecoders$Registers registers
com.google.protobuf.IntArrayList output
int fieldLimit
static int decodePackedVarint64List (byte[], int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException
byte[] data
int position
com.google.protobuf.Internal$ProtobufList list
com.google.protobuf.ArrayDecoders$Registers registers
com.google.protobuf.LongArrayList output
int fieldLimit
static int decodePackedFixed32List (byte[], int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException
byte[] data
int position
com.google.protobuf.Internal$ProtobufList list
com.google.protobuf.ArrayDecoders$Registers registers
com.google.protobuf.IntArrayList output
int fieldLimit
static int decodePackedFixed64List (byte[], int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException
byte[] data
int position
com.google.protobuf.Internal$ProtobufList list
com.google.protobuf.ArrayDecoders$Registers registers
com.google.protobuf.LongArrayList output
int fieldLimit
static int decodePackedFloatList (byte[], int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException
byte[] data
int position
com.google.protobuf.Internal$ProtobufList list
com.google.protobuf.ArrayDecoders$Registers registers
com.google.protobuf.FloatArrayList output
int fieldLimit
static int decodePackedDoubleList (byte[], int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException
byte[] data
int position
com.google.protobuf.Internal$ProtobufList list
com.google.protobuf.ArrayDecoders$Registers registers
com.google.protobuf.DoubleArrayList output
int fieldLimit
static int decodePackedBoolList (byte[], int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException
byte[] data
int position
com.google.protobuf.Internal$ProtobufList list
com.google.protobuf.ArrayDecoders$Registers registers
com.google.protobuf.BooleanArrayList output
int fieldLimit
static int decodePackedSInt32List (byte[], int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException
byte[] data
int position
com.google.protobuf.Internal$ProtobufList list
com.google.protobuf.ArrayDecoders$Registers registers
com.google.protobuf.IntArrayList output
int fieldLimit
static int decodePackedSInt64List (byte[], int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException
byte[] data
int position
com.google.protobuf.Internal$ProtobufList list
com.google.protobuf.ArrayDecoders$Registers registers
com.google.protobuf.LongArrayList output
int fieldLimit
static int decodeStringList (int, byte[], int, int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) throws com.google.protobuf.InvalidProtocolBufferException
String value
String value
int nextPosition
int nextLength
int tag
byte[] data
int position
int limit
com.google.protobuf.Internal$ProtobufList list
com.google.protobuf.ArrayDecoders$Registers registers
com.google.protobuf.Internal$ProtobufList output
int length
static int decodeStringListRequireUtf8 (int, byte[], int, int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) throws com.google.protobuf.InvalidProtocolBufferException
String value
String value
int nextPosition
int nextLength
int tag
byte[] data
int position
int limit
com.google.protobuf.Internal$ProtobufList list
com.google.protobuf.ArrayDecoders$Registers registers
com.google.protobuf.Internal$ProtobufList output
int length
static int decodeBytesList (int, byte[], int, int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) throws com.google.protobuf.InvalidProtocolBufferException
int nextPosition
int nextLength
int tag
byte[] data
int position
int limit
com.google.protobuf.Internal$ProtobufList list
com.google.protobuf.ArrayDecoders$Registers registers
com.google.protobuf.Internal$ProtobufList output
int length
static int decodeMessageList (com.google.protobuf.Schema, int, byte[], int, int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException
int nextPosition
com.google.protobuf.Schema schema
int tag
byte[] data
int position
int limit
com.google.protobuf.Internal$ProtobufList list
com.google.protobuf.ArrayDecoders$Registers registers
com.google.protobuf.Internal$ProtobufList output
static int decodeGroupList (com.google.protobuf.Schema, int, byte[], int, int, com.google.protobuf.Internal$ProtobufList, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException
int nextPosition
com.google.protobuf.Schema schema
int tag
byte[] data
int position
int limit
com.google.protobuf.Internal$ProtobufList list
com.google.protobuf.ArrayDecoders$Registers registers
com.google.protobuf.Internal$ProtobufList output
int endgroup
static int decodeExtensionOrUnknownField (int, byte[], int, int, java.lang.Object, com.google.protobuf.MessageLite, com.google.protobuf.UnknownFieldSchema, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException
com.google.protobuf.FieldSet unused
int tag
byte[] data
int position
int limit
Object message
com.google.protobuf.MessageLite defaultInstance
com.google.protobuf.UnknownFieldSchema unknownFieldSchema
com.google.protobuf.ArrayDecoders$Registers registers
int number
com.google.protobuf.GeneratedMessageLite$GeneratedExtension extension
static int decodeExtension (int, byte[], int, int, com.google.protobuf.GeneratedMessageLite$ExtendableMessage, com.google.protobuf.GeneratedMessageLite$GeneratedExtension, com.google.protobuf.UnknownFieldSchema, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException
com.google.protobuf.DoubleArrayList list
com.google.protobuf.FloatArrayList list
com.google.protobuf.LongArrayList list
com.google.protobuf.IntArrayList list
com.google.protobuf.LongArrayList list
com.google.protobuf.IntArrayList list
com.google.protobuf.BooleanArrayList list
com.google.protobuf.IntArrayList list
com.google.protobuf.LongArrayList list
com.google.protobuf.IntArrayList list
Object enumValue
Object oldValue
int endTag
com.google.protobuf.Schema fieldSchema
Object oldValue
com.google.protobuf.Schema fieldSchema
Object value
int tag
byte[] data
int position
int limit
com.google.protobuf.GeneratedMessageLite$ExtendableMessage message
com.google.protobuf.GeneratedMessageLite$GeneratedExtension extension
com.google.protobuf.UnknownFieldSchema unknownFieldSchema
com.google.protobuf.ArrayDecoders$Registers registers
com.google.protobuf.FieldSet extensions
int fieldNumber
static int decodeUnknownField (int, byte[], int, int, com.google.protobuf.UnknownFieldSetLite, com.google.protobuf.ArrayDecoders$Registers) throws com.google.protobuf.InvalidProtocolBufferException
int length
com.google.protobuf.UnknownFieldSetLite child
int endGroup
int lastTag
int tag
byte[] data
int position
int limit
com.google.protobuf.UnknownFieldSetLite unknownFields
com.google.protobuf.ArrayDecoders$Registers registers
static int skipField (int, byte[], int, int, com.google.protobuf.ArrayDecoders$Registers) throws com.google.protobuf.InvalidProtocolBufferException
int endGroup
int lastTag
int tag
byte[] data
int position
int limit
com.google.protobuf.ArrayDecoders$Registers registers
}
com/google/protobuf/BinaryReader$1.class
BinaryReader.java
package com.google.protobuf
synthetic com.google.protobuf.BinaryReader$1 extends java.lang.Object {
static final synthetic int[] $SwitchMap$com$google$protobuf$WireFormat$FieldType
static void <clinit> ()
}
com/google/protobuf/BinaryReader$SafeHeapReader.class
BinaryReader.java
package com.google.protobuf
final com.google.protobuf.BinaryReader$SafeHeapReader extends com.google.protobuf.BinaryReader {
private final boolean bufferIsImmutable
private final byte[] buffer
private int pos
private final int initialPos
private int limit
private int tag
private int endGroupTag
public void <init> (java.nio.ByteBuffer, boolean)
java.nio.ByteBuffer bytebuf
boolean bufferIsImmutable
private boolean isAtEnd ()
public int getTotalBytesRead ()
public int getFieldNumber () throws java.io.IOException
public int getTag ()
public boolean skipField () throws java.io.IOException
public double readDouble () throws java.io.IOException
public float readFloat () throws java.io.IOException
public long readUInt64 () throws java.io.IOException
public long readInt64 () throws java.io.IOException
public int readInt32 () throws java.io.IOException
public long readFixed64 () throws java.io.IOException
public int readFixed32 () throws java.io.IOException
public boolean readBool () throws java.io.IOException
public java.lang.String readString () throws java.io.IOException
public java.lang.String readStringRequireUtf8 () throws java.io.IOException
public java.lang.String readStringInternal (boolean) throws java.io.IOException
boolean requireUtf8
int size
String result
public java.lang.Object readMessage (java.lang.Class, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
Class clazz
com.google.protobuf.ExtensionRegistryLite extensionRegistry
public java.lang.Object readMessageBySchemaWithCheck (com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
com.google.protobuf.Schema schema
com.google.protobuf.ExtensionRegistryLite extensionRegistry
private java.lang.Object readMessage (com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
com.google.protobuf.Schema schema
com.google.protobuf.ExtensionRegistryLite extensionRegistry
Object newInstance
public void mergeMessageField (java.lang.Object, com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
Object target
com.google.protobuf.Schema schema
com.google.protobuf.ExtensionRegistryLite extensionRegistry
int size
int prevLimit
int newLimit
public java.lang.Object readGroup (java.lang.Class, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
Class clazz
com.google.protobuf.ExtensionRegistryLite extensionRegistry
public java.lang.Object readGroupBySchemaWithCheck (com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
com.google.protobuf.Schema schema
com.google.protobuf.ExtensionRegistryLite extensionRegistry
private java.lang.Object readGroup (com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
com.google.protobuf.Schema schema
com.google.protobuf.ExtensionRegistryLite extensionRegistry
Object newInstance
public void mergeGroupField (java.lang.Object, com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
Object target
com.google.protobuf.Schema schema
com.google.protobuf.ExtensionRegistryLite extensionRegistry
int prevEndGroupTag
public com.google.protobuf.ByteString readBytes () throws java.io.IOException
int size
com.google.protobuf.ByteString bytes
public int readUInt32 () throws java.io.IOException
public int readEnum () throws java.io.IOException
public int readSFixed32 () throws java.io.IOException
public long readSFixed64 () throws java.io.IOException
public int readSInt32 () throws java.io.IOException
public long readSInt64 () throws java.io.IOException
public void readDoubleList (java.util.List) throws java.io.IOException
int bytes
int fieldEndPos
int prevPos
int nextTag
com.google.protobuf.DoubleArrayList plist
int bytes
int fieldEndPos
int prevPos
int nextTag
java.util.List target
public void readFloatList (java.util.List) throws java.io.IOException
int bytes
int fieldEndPos
int prevPos
int nextTag
com.google.protobuf.FloatArrayList plist
int bytes
int fieldEndPos
int prevPos
int nextTag
java.util.List target
public void readUInt64List (java.util.List) throws java.io.IOException
int bytes
int fieldEndPos
int prevPos
int nextTag
com.google.protobuf.LongArrayList plist
int bytes
int fieldEndPos
int prevPos
int nextTag
java.util.List target
public void readInt64List (java.util.List) throws java.io.IOException
int bytes
int fieldEndPos
int prevPos
int nextTag
com.google.protobuf.LongArrayList plist
int bytes
int fieldEndPos
int prevPos
int nextTag
java.util.List target
public void readInt32List (java.util.List) throws java.io.IOException
int bytes
int fieldEndPos
int prevPos
int nextTag
com.google.protobuf.IntArrayList plist
int bytes
int fieldEndPos
int prevPos
int nextTag
java.util.List target
public void readFixed64List (java.util.List) throws java.io.IOException
int bytes
int fieldEndPos
int prevPos
int nextTag
com.google.protobuf.LongArrayList plist
int bytes
int fieldEndPos
int prevPos
int nextTag
java.util.List target
public void readFixed32List (java.util.List) throws java.io.IOException
int bytes
int fieldEndPos
int prevPos
int nextTag
com.google.protobuf.IntArrayList plist
int bytes
int fieldEndPos
int prevPos
int nextTag
java.util.List target
public void readBoolList (java.util.List) throws java.io.IOException
int bytes
int fieldEndPos
int prevPos
int nextTag
com.google.protobuf.BooleanArrayList plist
int bytes
int fieldEndPos
int prevPos
int nextTag
java.util.List target
public void readStringList (java.util.List) throws java.io.IOException
java.util.List target
public void readStringListRequireUtf8 (java.util.List) throws java.io.IOException
java.util.List target
public void readStringListInternal (java.util.List, boolean) throws java.io.IOException
int prevPos
int nextTag
com.google.protobuf.LazyStringList lazyList
int prevPos
int nextTag
java.util.List target
boolean requireUtf8
public void readMessageList (java.util.List, java.lang.Class, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
java.util.List target
Class targetType
com.google.protobuf.ExtensionRegistryLite extensionRegistry
com.google.protobuf.Schema schema
public void readMessageList (java.util.List, com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
int prevPos
int nextTag
java.util.List target
com.google.protobuf.Schema schema
com.google.protobuf.ExtensionRegistryLite extensionRegistry
int listTag
public void readGroupList (java.util.List, java.lang.Class, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
java.util.List target
Class targetType
com.google.protobuf.ExtensionRegistryLite extensionRegistry
com.google.protobuf.Schema schema
public void readGroupList (java.util.List, com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
int prevPos
int nextTag
java.util.List target
com.google.protobuf.Schema schema
com.google.protobuf.ExtensionRegistryLite extensionRegistry
int listTag
public void readBytesList (java.util.List) throws java.io.IOException
int prevPos
int nextTag
java.util.List target
public void readUInt32List (java.util.List) throws java.io.IOException
int bytes
int fieldEndPos
int prevPos
int nextTag
com.google.protobuf.IntArrayList plist
int bytes
int fieldEndPos
int prevPos
int nextTag
java.util.List target
public void readEnumList (java.util.List) throws java.io.IOException
int bytes
int fieldEndPos
int prevPos
int nextTag
com.google.protobuf.IntArrayList plist
int bytes
int fieldEndPos
int prevPos
int nextTag
java.util.List target
public void readSFixed32List (java.util.List) throws java.io.IOException
int bytes
int fieldEndPos
int prevPos
int nextTag
com.google.protobuf.IntArrayList plist
int bytes
int fieldEndPos
int prevPos
int nextTag
java.util.List target
public void readSFixed64List (java.util.List) throws java.io.IOException
int bytes
int fieldEndPos
int prevPos
int nextTag
com.google.protobuf.LongArrayList plist
int bytes
int fieldEndPos
int prevPos
int nextTag
java.util.List target
public void readSInt32List (java.util.List) throws java.io.IOException
int bytes
int fieldEndPos
int prevPos
int nextTag
com.google.protobuf.IntArrayList plist
int bytes
int fieldEndPos
int prevPos
int nextTag
java.util.List target
public void readSInt64List (java.util.List) throws java.io.IOException
int bytes
int fieldEndPos
int prevPos
int nextTag
com.google.protobuf.LongArrayList plist
int bytes
int fieldEndPos
int prevPos
int nextTag
java.util.List target
public void readMap (java.util.Map, com.google.protobuf.MapEntryLite$Metadata, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
com.google.protobuf.InvalidProtocolBufferException$InvalidWireTypeException ignore
int number
Object key
Object value
java.util.Map target
com.google.protobuf.MapEntryLite$Metadata metadata
com.google.protobuf.ExtensionRegistryLite extensionRegistry
int size
int prevLimit
int newLimit
private java.lang.Object readField (com.google.protobuf.WireFormat$FieldType, java.lang.Class, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
com.google.protobuf.WireFormat$FieldType fieldType
Class messageType
com.google.protobuf.ExtensionRegistryLite extensionRegistry
private int readVarint32 () throws java.io.IOException
int y
int i
int x
public long readVarint64 () throws java.io.IOException
long x
long x
long x
int i
byte[] buffer
long x
int y
private long readVarint64SlowPath () throws java.io.IOException
byte b
int shift
long result
private byte readByte () throws java.io.IOException
private int readLittleEndian32 () throws java.io.IOException
private long readLittleEndian64 () throws java.io.IOException
private int readLittleEndian32_NoCheck ()
int p
byte[] buffer
private long readLittleEndian64_NoCheck ()
int p
byte[] buffer
private void skipVarint () throws java.io.IOException
int i
byte[] buffer
int p
private void skipVarintSlowPath () throws java.io.IOException
int i
private void skipBytes (int) throws java.io.IOException
int size
private void skipGroup () throws java.io.IOException
int prevEndGroupTag
private void requireBytes (int) throws java.io.IOException
int size
private void requireWireType (int) throws java.io.IOException
int requiredWireType
private void verifyPackedFixed64Length (int) throws java.io.IOException
int bytes
private void verifyPackedFixed32Length (int) throws java.io.IOException
int bytes
private void requirePosition (int) throws java.io.IOException
int expectedPosition
}
com/google/protobuf/BinaryReader.class
BinaryReader.java
package com.google.protobuf
abstract com.google.protobuf.BinaryReader extends java.lang.Object implements com.google.protobuf.Reader {
private static final int FIXED32_MULTIPLE_MASK
private static final int FIXED64_MULTIPLE_MASK
public static com.google.protobuf.BinaryReader newInstance (java.nio.ByteBuffer, boolean)
java.nio.ByteBuffer buffer
boolean bufferIsImmutable
private void <init> ()
public abstract int getTotalBytesRead ()
public boolean shouldDiscardUnknownFields ()
synthetic void <init> (com.google.protobuf.BinaryReader$1)
com.google.protobuf.BinaryReader$1 x0
}
com/google/protobuf/BinaryWriter$1.class
BinaryWriter.java
package com.google.protobuf
synthetic com.google.protobuf.BinaryWriter$1 extends java.lang.Object {
static final synthetic int[] $SwitchMap$com$google$protobuf$WireFormat$FieldType
static void <clinit> ()
}
com/google/protobuf/BinaryWriter$SafeDirectWriter.class
BinaryWriter.java
package com.google.protobuf
final com.google.protobuf.BinaryWriter$SafeDirectWriter extends com.google.protobuf.BinaryWriter {
private java.nio.ByteBuffer buffer
private int limitMinusOne
private int pos
void <init> (com.google.protobuf.BufferAllocator, int)
com.google.protobuf.BufferAllocator alloc
int chunkSize
private void nextBuffer ()
private void nextBuffer (int)
int capacity
private void nextBuffer (com.google.protobuf.AllocatedBuffer)
com.google.protobuf.AllocatedBuffer allocatedBuffer
java.nio.ByteBuffer nioBuffer
public int getTotalBytesWritten ()
private int bytesWrittenToCurrentBuffer ()
private int spaceLeft ()
void finishCurrentBuffer ()
public void writeUInt32 (int, int)
int fieldNumber
int value
public void writeInt32 (int, int)
int fieldNumber
int value
public void writeSInt32 (int, int)
int fieldNumber
int value
public void writeFixed32 (int, int)
int fieldNumber
int value
public void writeUInt64 (int, long)
int fieldNumber
long value
public void writeSInt64 (int, long)
int fieldNumber
long value
public void writeFixed64 (int, long)
int fieldNumber
long value
public void writeBool (int, boolean)
int fieldNumber
boolean value
public void writeString (int, java.lang.String)
int fieldNumber
String value
int prevBytes
int length
public void writeBytes (int, com.google.protobuf.ByteString)
java.io.IOException e
int fieldNumber
com.google.protobuf.ByteString value
public void writeMessage (int, java.lang.Object) throws java.io.IOException
int fieldNumber
Object value
int prevBytes
int length
public void writeMessage (int, java.lang.Object, com.google.protobuf.Schema) throws java.io.IOException
int fieldNumber
Object value
com.google.protobuf.Schema schema
int prevBytes
int length
public void writeGroup (int, java.lang.Object) throws java.io.IOException
int fieldNumber
Object value
public void writeGroup (int, java.lang.Object, com.google.protobuf.Schema) throws java.io.IOException
int fieldNumber
Object value
com.google.protobuf.Schema schema
public void writeStartGroup (int)
int fieldNumber
public void writeEndGroup (int)
int fieldNumber
void writeInt32 (int)
int value
void writeSInt32 (int)
int value
void writeSInt64 (long)
long value
void writeBool (boolean)
boolean value
void writeTag (int, int)
int fieldNumber
int wireType
void writeVarint32 (int)
int value
private void writeVarint32OneByte (int)
int value
private void writeVarint32TwoBytes (int)
int value
private void writeVarint32ThreeBytes (int)
int value
private void writeVarint32FourBytes (int)
int value
private void writeVarint32FiveBytes (int)
int value
void writeVarint64 (long)
long value
private void writeVarint64OneByte (long)
long value
private void writeVarint64TwoBytes (long)
long value
private void writeVarint64ThreeBytes (long)
long value
private void writeVarint64FourBytes (long)
long value
private void writeVarint64FiveBytes (long)
long value
private void writeVarint64SixBytes (long)
long value
private void writeVarint64SevenBytes (long)
long value
private void writeVarint64EightBytes (long)
long value
private void writeVarint64EightBytesWithSign (long)
long value
private void writeVarint64NineBytes (long)
long value
private void writeVarint64TenBytes (long)
long value
void writeFixed32 (int)
int value
void writeFixed64 (long)
long value
void writeString (java.lang.String)
char c
char high
int codePoint
char c
String in
int i
public void write (byte)
byte value
public void write (byte[], int, int)
byte[] value
int offset
int length
public void writeLazy (byte[], int, int)
byte[] value
int offset
int length
public void write (java.nio.ByteBuffer)
java.nio.ByteBuffer value
int length
public void writeLazy (java.nio.ByteBuffer)
java.nio.ByteBuffer value
int length
void requireSpace (int)
int size
}
com/google/protobuf/BinaryWriter$SafeHeapWriter.class
BinaryWriter.java
package com.google.protobuf
final com.google.protobuf.BinaryWriter$SafeHeapWriter extends com.google.protobuf.BinaryWriter {
private com.google.protobuf.AllocatedBuffer allocatedBuffer
private byte[] buffer
private int offset
private int limit
private int offsetMinusOne
private int limitMinusOne
private int pos
void <init> (com.google.protobuf.BufferAllocator, int)
com.google.protobuf.BufferAllocator alloc
int chunkSize
void finishCurrentBuffer ()
private void nextBuffer ()
private void nextBuffer (int)
int capacity
private void nextBuffer (com.google.protobuf.AllocatedBuffer)
com.google.protobuf.AllocatedBuffer allocatedBuffer
int arrayOffset
public int getTotalBytesWritten ()
int bytesWrittenToCurrentBuffer ()
int spaceLeft ()
public void writeUInt32 (int, int) throws java.io.IOException
int fieldNumber
int value
public void writeInt32 (int, int) throws java.io.IOException
int fieldNumber
int value
public void writeSInt32 (int, int) throws java.io.IOException
int fieldNumber
int value
public void writeFixed32 (int, int) throws java.io.IOException
int fieldNumber
int value
public void writeUInt64 (int, long) throws java.io.IOException
int fieldNumber
long value
public void writeSInt64 (int, long) throws java.io.IOException
int fieldNumber
long value
public void writeFixed64 (int, long) throws java.io.IOException
int fieldNumber
long value
public void writeBool (int, boolean) throws java.io.IOException
int fieldNumber
boolean value
public void writeString (int, java.lang.String) throws java.io.IOException
int fieldNumber
String value
int prevBytes
int length
public void writeBytes (int, com.google.protobuf.ByteString) throws java.io.IOException
java.io.IOException e
int fieldNumber
com.google.protobuf.ByteString value
public void writeMessage (int, java.lang.Object) throws java.io.IOException
int fieldNumber
Object value
int prevBytes
int length
public void writeMessage (int, java.lang.Object, com.google.protobuf.Schema) throws java.io.IOException
int fieldNumber
Object value
com.google.protobuf.Schema schema
int prevBytes
int length
public void writeGroup (int, java.lang.Object) throws java.io.IOException
int fieldNumber
Object value
public void writeGroup (int, java.lang.Object, com.google.protobuf.Schema) throws java.io.IOException
int fieldNumber
Object value
com.google.protobuf.Schema schema
public void writeStartGroup (int)
int fieldNumber
public void writeEndGroup (int)
int fieldNumber
void writeInt32 (int)
int value
void writeSInt32 (int)
int value
void writeSInt64 (long)
long value
void writeBool (boolean)
boolean value
void writeTag (int, int)
int fieldNumber
int wireType
void writeVarint32 (int)
int value
private void writeVarint32OneByte (int)
int value
private void writeVarint32TwoBytes (int)
int value
private void writeVarint32ThreeBytes (int)
int value
private void writeVarint32FourBytes (int)
int value
private void writeVarint32FiveBytes (int)
int value
void writeVarint64 (long)
long value
private void writeVarint64OneByte (long)
long value
private void writeVarint64TwoBytes (long)
long value
private void writeVarint64ThreeBytes (long)
long value
private void writeVarint64FourBytes (long)
long value
private void writeVarint64FiveBytes (long)
long value
private void writeVarint64SixBytes (long)
long value
private void writeVarint64SevenBytes (long)
long value
private void writeVarint64EightBytes (long)
long value
private void writeVarint64NineBytes (long)
long value
private void writeVarint64TenBytes (long)
long value
void writeFixed32 (int)
int value
void writeFixed64 (long)
long value
void writeString (java.lang.String)
char c
char high
int codePoint
char c
String in
int i
public void write (byte)
byte value
public void write (byte[], int, int)
byte[] value
int offset
int length
public void writeLazy (byte[], int, int)
byte[] value
int offset
int length
public void write (java.nio.ByteBuffer)
java.nio.ByteBuffer value
int length
public void writeLazy (java.nio.ByteBuffer)
java.nio.ByteBuffer value
int length
void requireSpace (int)
int size
}
com/google/protobuf/BinaryWriter$UnsafeDirectWriter.class
BinaryWriter.java
package com.google.protobuf
final com.google.protobuf.BinaryWriter$UnsafeDirectWriter extends com.google.protobuf.BinaryWriter {
private java.nio.ByteBuffer buffer
private long bufferOffset
private long limitMinusOne
private long pos
void <init> (com.google.protobuf.BufferAllocator, int)
com.google.protobuf.BufferAllocator alloc
int chunkSize
private static boolean isSupported ()
private void nextBuffer ()
private void nextBuffer (int)
int capacity
private void nextBuffer (com.google.protobuf.AllocatedBuffer)
com.google.protobuf.AllocatedBuffer allocatedBuffer
java.nio.ByteBuffer nioBuffer
public int getTotalBytesWritten ()
private int bytesWrittenToCurrentBuffer ()
private int spaceLeft ()
void finishCurrentBuffer ()
private int bufferPos ()
public void writeUInt32 (int, int)
int fieldNumber
int value
public void writeInt32 (int, int)
int fieldNumber
int value
public void writeSInt32 (int, int)
int fieldNumber
int value
public void writeFixed32 (int, int)
int fieldNumber
int value
public void writeUInt64 (int, long)
int fieldNumber
long value
public void writeSInt64 (int, long)
int fieldNumber
long value
public void writeFixed64 (int, long)
int fieldNumber
long value
public void writeBool (int, boolean)
int fieldNumber
boolean value
public void writeString (int, java.lang.String)
int fieldNumber
String value
int prevBytes
int length
public void writeBytes (int, com.google.protobuf.ByteString)
java.io.IOException e
int fieldNumber
com.google.protobuf.ByteString value
public void writeMessage (int, java.lang.Object) throws java.io.IOException
int fieldNumber
Object value
int prevBytes
int length
public void writeMessage (int, java.lang.Object, com.google.protobuf.Schema) throws java.io.IOException
int fieldNumber
Object value
com.google.protobuf.Schema schema
int prevBytes
int length
public void writeGroup (int, java.lang.Object) throws java.io.IOException
int fieldNumber
Object value
public void writeGroup (int, java.lang.Object, com.google.protobuf.Schema) throws java.io.IOException
int fieldNumber
Object value
com.google.protobuf.Schema schema
public void writeStartGroup (int)
int fieldNumber
public void writeEndGroup (int)
int fieldNumber
void writeInt32 (int)
int value
void writeSInt32 (int)
int value
void writeSInt64 (long)
long value
void writeBool (boolean)
boolean value
void writeTag (int, int)
int fieldNumber
int wireType
void writeVarint32 (int)
int value
private void writeVarint32OneByte (int)
int value
private void writeVarint32TwoBytes (int)
int value
private void writeVarint32ThreeBytes (int)
int value
private void writeVarint32FourBytes (int)
int value
private void writeVarint32FiveBytes (int)
int value
void writeVarint64 (long)
long value
private void writeVarint64OneByte (long)
long value
private void writeVarint64TwoBytes (long)
long value
private void writeVarint64ThreeBytes (long)
long value
private void writeVarint64FourBytes (long)
long value
private void writeVarint64FiveBytes (long)
long value
private void writeVarint64SixBytes (long)
long value
private void writeVarint64SevenBytes (long)
long value
private void writeVarint64EightBytes (long)
long value
private void writeVarint64NineBytes (long)
long value
private void writeVarint64TenBytes (long)
long value
void writeFixed32 (int)
int value
void writeFixed64 (long)
long value
void writeString (java.lang.String)
char c
char high
char high
int codePoint
char c
String in
int i
public void write (byte)
byte value
public void write (byte[], int, int)
byte[] value
int offset
int length
public void writeLazy (byte[], int, int)
byte[] value
int offset
int length
public void write (java.nio.ByteBuffer)
java.nio.ByteBuffer value
int length
public void writeLazy (java.nio.ByteBuffer)
java.nio.ByteBuffer value
int length
void requireSpace (int)
int size
static synthetic boolean access$000 ()
}
com/google/protobuf/BinaryWriter$UnsafeHeapWriter.class
BinaryWriter.java
package com.google.protobuf
final com.google.protobuf.BinaryWriter$UnsafeHeapWriter extends com.google.protobuf.BinaryWriter {
private com.google.protobuf.AllocatedBuffer allocatedBuffer
private byte[] buffer
private long offset
private long limit
private long offsetMinusOne
private long limitMinusOne
private long pos
void <init> (com.google.protobuf.BufferAllocator, int)
com.google.protobuf.BufferAllocator alloc
int chunkSize
static boolean isSupported ()
void finishCurrentBuffer ()
private int arrayPos ()
private void nextBuffer ()
private void nextBuffer (int)
int capacity
private void nextBuffer (com.google.protobuf.AllocatedBuffer)
com.google.protobuf.AllocatedBuffer allocatedBuffer
int arrayOffset
public int getTotalBytesWritten ()
int bytesWrittenToCurrentBuffer ()
int spaceLeft ()
public void writeUInt32 (int, int)
int fieldNumber
int value
public void writeInt32 (int, int)
int fieldNumber
int value
public void writeSInt32 (int, int)
int fieldNumber
int value
public void writeFixed32 (int, int)
int fieldNumber
int value
public void writeUInt64 (int, long)
int fieldNumber
long value
public void writeSInt64 (int, long)
int fieldNumber
long value
public void writeFixed64 (int, long)
int fieldNumber
long value
public void writeBool (int, boolean)
int fieldNumber
boolean value
public void writeString (int, java.lang.String)
int fieldNumber
String value
int prevBytes
int length
public void writeBytes (int, com.google.protobuf.ByteString)
java.io.IOException e
int fieldNumber
com.google.protobuf.ByteString value
public void writeMessage (int, java.lang.Object) throws java.io.IOException
int fieldNumber
Object value
int prevBytes
int length
public void writeMessage (int, java.lang.Object, com.google.protobuf.Schema) throws java.io.IOException
int fieldNumber
Object value
com.google.protobuf.Schema schema
int prevBytes
int length
public void writeGroup (int, java.lang.Object) throws java.io.IOException
int fieldNumber
Object value
public void writeGroup (int, java.lang.Object, com.google.protobuf.Schema) throws java.io.IOException
int fieldNumber
Object value
com.google.protobuf.Schema schema
public void writeStartGroup (int)
int fieldNumber
public void writeEndGroup (int)
int fieldNumber
void writeInt32 (int)
int value
void writeSInt32 (int)
int value
void writeSInt64 (long)
long value
void writeBool (boolean)
boolean value
void writeTag (int, int)
int fieldNumber
int wireType
void writeVarint32 (int)
int value
private void writeVarint32OneByte (int)
int value
private void writeVarint32TwoBytes (int)
int value
private void writeVarint32ThreeBytes (int)
int value
private void writeVarint32FourBytes (int)
int value
private void writeVarint32FiveBytes (int)
int value
void writeVarint64 (long)
long value
private void writeVarint64OneByte (long)
long value
private void writeVarint64TwoBytes (long)
long value
private void writeVarint64ThreeBytes (long)
long value
private void writeVarint64FourBytes (long)
long value
private void writeVarint64FiveBytes (long)
long value
private void writeVarint64SixBytes (long)
long value
private void writeVarint64SevenBytes (long)
long value
private void writeVarint64EightBytes (long)
long value
private void writeVarint64NineBytes (long)
long value
private void writeVarint64TenBytes (long)
long value
void writeFixed32 (int)
int value
void writeFixed64 (long)
long value
void writeString (java.lang.String)
char c
char high
char high
int codePoint
char c
String in
int i
public void write (byte)
byte value
public void write (byte[], int, int)
byte[] value
int offset
int length
public void writeLazy (byte[], int, int)
byte[] value
int offset
int length
public void write (java.nio.ByteBuffer)
java.nio.ByteBuffer value
int length
public void writeLazy (java.nio.ByteBuffer)
java.nio.ByteBuffer value
int length
void requireSpace (int)
int size
}
com/google/protobuf/BinaryWriter.class
BinaryWriter.java
package com.google.protobuf
abstract com.google.protobuf.BinaryWriter extends com.google.protobuf.ByteOutput implements com.google.protobuf.Writer {
public static final int DEFAULT_CHUNK_SIZE
private final com.google.protobuf.BufferAllocator alloc
private final int chunkSize
final java.util.ArrayDeque buffers
int totalDoneBytes
private static final int MAP_KEY_NUMBER
private static final int MAP_VALUE_NUMBER
public static com.google.protobuf.BinaryWriter newHeapInstance (com.google.protobuf.BufferAllocator)
com.google.protobuf.BufferAllocator alloc
public static com.google.protobuf.BinaryWriter newHeapInstance (com.google.protobuf.BufferAllocator, int)
com.google.protobuf.BufferAllocator alloc
int chunkSize
public static com.google.protobuf.BinaryWriter newDirectInstance (com.google.protobuf.BufferAllocator)
com.google.protobuf.BufferAllocator alloc
public static com.google.protobuf.BinaryWriter newDirectInstance (com.google.protobuf.BufferAllocator, int)
com.google.protobuf.BufferAllocator alloc
int chunkSize
static boolean isUnsafeHeapSupported ()
static boolean isUnsafeDirectSupported ()
static com.google.protobuf.BinaryWriter newSafeHeapInstance (com.google.protobuf.BufferAllocator, int)
com.google.protobuf.BufferAllocator alloc
int chunkSize
static com.google.protobuf.BinaryWriter newUnsafeHeapInstance (com.google.protobuf.BufferAllocator, int)
com.google.protobuf.BufferAllocator alloc
int chunkSize
static com.google.protobuf.BinaryWriter newSafeDirectInstance (com.google.protobuf.BufferAllocator, int)
com.google.protobuf.BufferAllocator alloc
int chunkSize
static com.google.protobuf.BinaryWriter newUnsafeDirectInstance (com.google.protobuf.BufferAllocator, int)
com.google.protobuf.BufferAllocator alloc
int chunkSize
private void <init> (com.google.protobuf.BufferAllocator, int)
com.google.protobuf.BufferAllocator alloc
int chunkSize
public final com.google.protobuf.Writer$FieldOrder fieldOrder ()
public final java.util.Queue complete ()
public final void writeSFixed32 (int, int) throws java.io.IOException
int fieldNumber
int value
public final void writeInt64 (int, long) throws java.io.IOException
int fieldNumber
long value
public final void writeSFixed64 (int, long) throws java.io.IOException
int fieldNumber
long value
public final void writeFloat (int, float) throws java.io.IOException
int fieldNumber
float value
public final void writeDouble (int, double) throws java.io.IOException
int fieldNumber
double value
public final void writeEnum (int, int) throws java.io.IOException
int fieldNumber
int value
public final void writeInt32List (int, java.util.List, boolean) throws java.io.IOException
int fieldNumber
java.util.List list
boolean packed
private final void writeInt32List_Internal (int, java.util.List, boolean) throws java.io.IOException
int i
int prevBytes
int length
int i
int fieldNumber
java.util.List list
boolean packed
private final void writeInt32List_Internal (int, com.google.protobuf.IntArrayList, boolean) throws java.io.IOException
int i
int prevBytes
int length
int i
int fieldNumber
com.google.protobuf.IntArrayList list
boolean packed
public final void writeFixed32List (int, java.util.List, boolean) throws java.io.IOException
int fieldNumber
java.util.List list
boolean packed
private final void writeFixed32List_Internal (int, java.util.List, boolean) throws java.io.IOException
int i
int prevBytes
int length
int i
int fieldNumber
java.util.List list
boolean packed
private final void writeFixed32List_Internal (int, com.google.protobuf.IntArrayList, boolean) throws java.io.IOException
int i
int prevBytes
int length
int i
int fieldNumber
com.google.protobuf.IntArrayList list
boolean packed
public final void writeInt64List (int, java.util.List, boolean) throws java.io.IOException
int fieldNumber
java.util.List list
boolean packed
public final void writeUInt64List (int, java.util.List, boolean) throws java.io.IOException
int fieldNumber
java.util.List list
boolean packed
private final void writeUInt64List_Internal (int, java.util.List, boolean) throws java.io.IOException
int i
int prevBytes
int length
int i
int fieldNumber
java.util.List list
boolean packed
private final void writeUInt64List_Internal (int, com.google.protobuf.LongArrayList, boolean) throws java.io.IOException
int i
int prevBytes
int length
int i
int fieldNumber
com.google.protobuf.LongArrayList list
boolean packed
public final void writeFixed64List (int, java.util.List, boolean) throws java.io.IOException
int fieldNumber
java.util.List list
boolean packed
private final void writeFixed64List_Internal (int, java.util.List, boolean) throws java.io.IOException
int i
int prevBytes
int length
int i
int fieldNumber
java.util.List list
boolean packed
private final void writeFixed64List_Internal (int, com.google.protobuf.LongArrayList, boolean) throws java.io.IOException
int i
int prevBytes
int length
int i
int fieldNumber
com.google.protobuf.LongArrayList list
boolean packed
public final void writeFloatList (int, java.util.List, boolean) throws java.io.IOException
int fieldNumber
java.util.List list
boolean packed
private final void writeFloatList_Internal (int, java.util.List, boolean) throws java.io.IOException
int i
int prevBytes
int length
int i
int fieldNumber
java.util.List list
boolean packed
private final void writeFloatList_Internal (int, com.google.protobuf.FloatArrayList, boolean) throws java.io.IOException
int i
int prevBytes
int length
int i
int fieldNumber
com.google.protobuf.FloatArrayList list
boolean packed
public final void writeDoubleList (int, java.util.List, boolean) throws java.io.IOException
int fieldNumber
java.util.List list
boolean packed
private final void writeDoubleList_Internal (int, java.util.List, boolean) throws java.io.IOException
int i
int prevBytes
int length
int i
int fieldNumber
java.util.List list
boolean packed
private final void writeDoubleList_Internal (int, com.google.protobuf.DoubleArrayList, boolean) throws java.io.IOException
int i
int prevBytes
int length
int i
int fieldNumber
com.google.protobuf.DoubleArrayList list
boolean packed
public final void writeEnumList (int, java.util.List, boolean) throws java.io.IOException
int fieldNumber
java.util.List list
boolean packed
public final void writeBoolList (int, java.util.List, boolean) throws java.io.IOException
int fieldNumber
java.util.List list
boolean packed
private final void writeBoolList_Internal (int, java.util.List, boolean) throws java.io.IOException
int i
int prevBytes
int length
int i
int fieldNumber
java.util.List list
boolean packed
private final void writeBoolList_Internal (int, com.google.protobuf.BooleanArrayList, boolean) throws java.io.IOException
int i
int prevBytes
int length
int i
int fieldNumber
com.google.protobuf.BooleanArrayList list
boolean packed
public final void writeStringList (int, java.util.List) throws java.io.IOException
int i
com.google.protobuf.LazyStringList lazyList
int i
int fieldNumber
java.util.List list
private void writeLazyString (int, java.lang.Object) throws java.io.IOException
int fieldNumber
Object value
public final void writeBytesList (int, java.util.List) throws java.io.IOException
int i
int fieldNumber
java.util.List list
public final void writeUInt32List (int, java.util.List, boolean) throws java.io.IOException
int fieldNumber
java.util.List list
boolean packed
private final void writeUInt32List_Internal (int, java.util.List, boolean) throws java.io.IOException
int i
int prevBytes
int length
int i
int fieldNumber
java.util.List list
boolean packed
private final void writeUInt32List_Internal (int, com.google.protobuf.IntArrayList, boolean) throws java.io.IOException
int i
int prevBytes
int length
int i
int fieldNumber
com.google.protobuf.IntArrayList list
boolean packed
public final void writeSFixed32List (int, java.util.List, boolean) throws java.io.IOException
int fieldNumber
java.util.List list
boolean packed
public final void writeSFixed64List (int, java.util.List, boolean) throws java.io.IOException
int fieldNumber
java.util.List list
boolean packed
public final void writeSInt32List (int, java.util.List, boolean) throws java.io.IOException
int fieldNumber
java.util.List list
boolean packed
private final void writeSInt32List_Internal (int, java.util.List, boolean) throws java.io.IOException
int i
int prevBytes
int length
int i
int fieldNumber
java.util.List list
boolean packed
private final void writeSInt32List_Internal (int, com.google.protobuf.IntArrayList, boolean) throws java.io.IOException
int i
int prevBytes
int length
int i
int fieldNumber
com.google.protobuf.IntArrayList list
boolean packed
public final void writeSInt64List (int, java.util.List, boolean) throws java.io.IOException
int fieldNumber
java.util.List list
boolean packed
public void writeMap (int, com.google.protobuf.MapEntryLite$Metadata, java.util.Map) throws java.io.IOException
int prevBytes
int length
java.util.Map$Entry entry
int fieldNumber
com.google.protobuf.MapEntryLite$Metadata metadata
java.util.Map map
static final void writeMapEntryField (com.google.protobuf.Writer, int, com.google.protobuf.WireFormat$FieldType, java.lang.Object) throws java.io.IOException
com.google.protobuf.Writer writer
int fieldNumber
com.google.protobuf.WireFormat$FieldType fieldType
Object object
private final void writeSInt64List_Internal (int, java.util.List, boolean) throws java.io.IOException
int i
int prevBytes
int length
int i
int fieldNumber
java.util.List list
boolean packed
private final void writeSInt64List_Internal (int, com.google.protobuf.LongArrayList, boolean) throws java.io.IOException
int i
int prevBytes
int length
int i
int fieldNumber
com.google.protobuf.LongArrayList list
boolean packed
public final void writeMessageList (int, java.util.List) throws java.io.IOException
int i
int fieldNumber
java.util.List list
public final void writeMessageList (int, java.util.List, com.google.protobuf.Schema) throws java.io.IOException
int i
int fieldNumber
java.util.List list
com.google.protobuf.Schema schema
public final void writeGroupList (int, java.util.List) throws java.io.IOException
int i
int fieldNumber
java.util.List list
public final void writeGroupList (int, java.util.List, com.google.protobuf.Schema) throws java.io.IOException
int i
int fieldNumber
java.util.List list
com.google.protobuf.Schema schema
public final void writeMessageSetItem (int, java.lang.Object) throws java.io.IOException
int fieldNumber
Object value
final com.google.protobuf.AllocatedBuffer newHeapBuffer ()
final com.google.protobuf.AllocatedBuffer newHeapBuffer (int)
int capacity
final com.google.protobuf.AllocatedBuffer newDirectBuffer ()
final com.google.protobuf.AllocatedBuffer newDirectBuffer (int)
int capacity
public abstract int getTotalBytesWritten ()
abstract void requireSpace (int)
abstract void finishCurrentBuffer ()
abstract void writeTag (int, int)
abstract void writeVarint32 (int)
abstract void writeInt32 (int)
abstract void writeSInt32 (int)
abstract void writeFixed32 (int)
abstract void writeVarint64 (long)
abstract void writeSInt64 (long)
abstract void writeFixed64 (long)
abstract void writeBool (boolean)
abstract void writeString (java.lang.String)
private static byte computeUInt64SizeNoTag (long)
long value
byte n
synthetic void <init> (com.google.protobuf.BufferAllocator, int, com.google.protobuf.BinaryWriter$1)
com.google.protobuf.BufferAllocator x0
int x1
com.google.protobuf.BinaryWriter$1 x2
static synthetic byte access$200 (long)
long x0
}
com/google/protobuf/BooleanArrayList.class
BooleanArrayList.java
package com.google.protobuf
final com.google.protobuf.BooleanArrayList extends com.google.protobuf.AbstractProtobufList implements com.google.protobuf.Internal$BooleanList java.util.RandomAccess com.google.protobuf.PrimitiveNonBoxingCollection {
private static final com.google.protobuf.BooleanArrayList EMPTY_LIST
private boolean[] array
private int size
public static com.google.protobuf.BooleanArrayList emptyList ()
void <init> ()
private void <init> (boolean[], int)
boolean[] other
int size
protected void removeRange (int, int)
int fromIndex
int toIndex
public boolean equals (java.lang.Object)
int i
Object o
com.google.protobuf.BooleanArrayList other
boolean[] arr
public int hashCode ()
int i
int result
public com.google.protobuf.Internal$BooleanList mutableCopyWithCapacity (int)
int capacity
public java.lang.Boolean get (int)
int index
public boolean getBoolean (int)
int index
public int indexOf (java.lang.Object)
int i
Object element
boolean unboxedElement
int numElems
public boolean contains (java.lang.Object)
Object element
public int size ()
public java.lang.Boolean set (int, java.lang.Boolean)
int index
Boolean element
public boolean setBoolean (int, boolean)
int index
boolean element
boolean previousValue
public boolean add (java.lang.Boolean)
Boolean element
public void add (int, java.lang.Boolean)
int index
Boolean element
public void addBoolean (boolean)
int length
boolean[] newArray
boolean element
private void addBoolean (int, boolean)
int length
boolean[] newArray
int index
boolean element
public boolean addAll (java.util.Collection)
java.util.Collection collection
com.google.protobuf.BooleanArrayList list
int overflow
int newSize
public java.lang.Boolean remove (int)
int index
boolean value
private void ensureIndexInRange (int)
int index
private java.lang.String makeOutOfBoundsExceptionMessage (int)
int index
public volatile synthetic java.lang.Object set (int, java.lang.Object)
public volatile synthetic java.lang.Object remove (int)
public volatile synthetic void add (int, java.lang.Object)
public volatile synthetic boolean add (java.lang.Object)
public volatile synthetic com.google.protobuf.Internal$ProtobufList mutableCopyWithCapacity (int)
public volatile synthetic java.lang.Object get (int)
static void <clinit> ()
}
com/google/protobuf/BufferAllocator$1.class
BufferAllocator.java
package com.google.protobuf
com.google.protobuf.BufferAllocator$1 extends com.google.protobuf.BufferAllocator {
void <init> ()
public com.google.protobuf.AllocatedBuffer allocateHeapBuffer (int)
int capacity
public com.google.protobuf.AllocatedBuffer allocateDirectBuffer (int)
int capacity
}
com/google/protobuf/BufferAllocator.class
BufferAllocator.java
package com.google.protobuf
abstract com.google.protobuf.BufferAllocator extends java.lang.Object {
private static final com.google.protobuf.BufferAllocator UNPOOLED
void <init> ()
public static com.google.protobuf.BufferAllocator unpooled ()
public abstract com.google.protobuf.AllocatedBuffer allocateHeapBuffer (int)
public abstract com.google.protobuf.AllocatedBuffer allocateDirectBuffer (int)
static void <clinit> ()
}
com/google/protobuf/ByteBufferWriter.class
ByteBufferWriter.java
package com.google.protobuf
final com.google.protobuf.ByteBufferWriter extends java.lang.Object {
private static final int MIN_CACHED_BUFFER_SIZE
private static final int MAX_CACHED_BUFFER_SIZE
private static final float BUFFER_REALLOCATION_THRESHOLD
private static final ThreadLocal BUFFER
private static final Class FILE_OUTPUT_STREAM_CLASS
private static final long CHANNEL_FIELD_OFFSET
private void <init> ()
static void clearCachedBuffer ()
static void write (java.nio.ByteBuffer, java.io.OutputStream) throws java.io.IOException
int length
byte[] array
java.nio.ByteBuffer buffer
java.io.OutputStream output
int initialPos
private static byte[] getOrCreateBuffer (int)
int requestedSize
byte[] buffer
private static boolean needToReallocate (int, int)
int requestedSize
int bufferLength
private static byte[] getBuffer ()
java.lang.ref.SoftReference sr
private static void setBuffer (byte[])
byte[] value
private static boolean writeToChannel (java.nio.ByteBuffer, java.io.OutputStream) throws java.io.IOException
java.nio.channels.WritableByteChannel channel
java.nio.ByteBuffer buffer
java.io.OutputStream output
private static java.lang.Class safeGetClass (java.lang.String)
ClassNotFoundException e
String className
private static long getChannelFieldOffset (java.lang.Class)
java.lang.reflect.Field field
Class clazz
static void <clinit> ()
}
com/google/protobuf/ByteOutput.class
ByteOutput.java
package com.google.protobuf
public abstract com.google.protobuf.ByteOutput extends java.lang.Object {
public void <init> ()
public abstract void write (byte) throws java.io.IOException
public abstract void write (byte[], int, int) throws java.io.IOException
public abstract void writeLazy (byte[], int, int) throws java.io.IOException
public abstract void write (java.nio.ByteBuffer) throws java.io.IOException
public abstract void writeLazy (java.nio.ByteBuffer) throws java.io.IOException
}
com/google/protobuf/ByteString$1.class
ByteString.java
package com.google.protobuf
com.google.protobuf.ByteString$1 extends com.google.protobuf.ByteString$AbstractByteIterator {
private int position
private final int limit
final synthetic com.google.protobuf.ByteString this$0
void <init> (com.google.protobuf.ByteString)
com.google.protobuf.ByteString this$0
public boolean hasNext ()
public byte nextByte ()
int currentPos
}
com/google/protobuf/ByteString$2.class
ByteString.java
package com.google.protobuf
com.google.protobuf.ByteString$2 extends java.lang.Object implements java.util.Comparator {
void <init> ()
public int compare (com.google.protobuf.ByteString, com.google.protobuf.ByteString)
int result
com.google.protobuf.ByteString former
com.google.protobuf.ByteString latter
com.google.protobuf.ByteString$ByteIterator formerBytes
com.google.protobuf.ByteString$ByteIterator latterBytes
public volatile synthetic int compare (java.lang.Object, java.lang.Object)
}
com/google/protobuf/ByteString$AbstractByteIterator.class
ByteString.java
package com.google.protobuf
abstract com.google.protobuf.ByteString$AbstractByteIterator extends java.lang.Object implements com.google.protobuf.ByteString$ByteIterator {
void <init> ()
public final java.lang.Byte next ()
public final void remove ()
public volatile synthetic java.lang.Object next ()
}
com/google/protobuf/ByteString$ArraysByteArrayCopier.class
ByteString.java
package com.google.protobuf
final com.google.protobuf.ByteString$ArraysByteArrayCopier extends java.lang.Object implements com.google.protobuf.ByteString$ByteArrayCopier {
private void <init> ()
public byte[] copyFrom (byte[], int, int)
byte[] bytes
int offset
int size
synthetic void <init> (com.google.protobuf.ByteString$1)
com.google.protobuf.ByteString$1 x0
}
com/google/protobuf/ByteString$BoundedByteString.class
ByteString.java
package com.google.protobuf
final com.google.protobuf.ByteString$BoundedByteString extends com.google.protobuf.ByteString$LiteralByteString {
private final int bytesOffset
private final int bytesLength
private static final long serialVersionUID
void <init> (byte[], int, int)
byte[] bytes
int offset
int length
public byte byteAt (int)
int index
byte internalByteAt (int)
int index
public int size ()
protected int getOffsetIntoBytes ()
protected void copyToInternal (byte[], int, int, int)
byte[] target
int sourceOffset
int targetOffset
int numberToCopy
java.lang.Object writeReplace ()
private void readObject (java.io.ObjectInputStream) throws java.io.IOException
java.io.ObjectInputStream in
}
com/google/protobuf/ByteString$ByteArrayCopier.class
ByteString.java
package com.google.protobuf
abstract com.google.protobuf.ByteString$ByteArrayCopier extends java.lang.Object {
public abstract byte[] copyFrom (byte[], int, int)
}
com/google/protobuf/ByteString$ByteIterator.class
ByteString.java
package com.google.protobuf
public abstract com.google.protobuf.ByteString$ByteIterator extends java.lang.Object implements java.util.Iterator {
public abstract byte nextByte ()
}
com/google/protobuf/ByteString$CodedBuilder.class
ByteString.java
package com.google.protobuf
final com.google.protobuf.ByteString$CodedBuilder extends java.lang.Object {
private final com.google.protobuf.CodedOutputStream output
private final byte[] buffer
private void <init> (int)
int size
public com.google.protobuf.ByteString build ()
public com.google.protobuf.CodedOutputStream getCodedOutput ()
synthetic void <init> (int, com.google.protobuf.ByteString$1)
int x0
com.google.protobuf.ByteString$1 x1
}
com/google/protobuf/ByteString$LeafByteString.class
ByteString.java
package com.google.protobuf
abstract com.google.protobuf.ByteString$LeafByteString extends com.google.protobuf.ByteString {
void <init> ()
protected final int getTreeDepth ()
protected final boolean isBalanced ()
void writeToReverse (com.google.protobuf.ByteOutput) throws java.io.IOException
com.google.protobuf.ByteOutput byteOutput
abstract boolean equalsRange (com.google.protobuf.ByteString, int, int)
}
com/google/protobuf/ByteString$LiteralByteString.class
ByteString.java
package com.google.protobuf
com.google.protobuf.ByteString$LiteralByteString extends com.google.protobuf.ByteString$LeafByteString {
private static final long serialVersionUID
protected final byte[] bytes
void <init> (byte[])
byte[] bytes
public byte byteAt (int)
int index
byte internalByteAt (int)
int index
public int size ()
public final com.google.protobuf.ByteString substring (int, int)
int beginIndex
int endIndex
int length
protected void copyToInternal (byte[], int, int, int)
byte[] target
int sourceOffset
int targetOffset
int numberToCopy
public final void copyTo (java.nio.ByteBuffer)
java.nio.ByteBuffer target
public final java.nio.ByteBuffer asReadOnlyByteBuffer ()
public final java.util.List asReadOnlyByteBufferList ()
public final void writeTo (java.io.OutputStream) throws java.io.IOException
java.io.OutputStream outputStream
final void writeToInternal (java.io.OutputStream, int, int) throws java.io.IOException
java.io.OutputStream outputStream
int sourceOffset
int numberToWrite
final void writeTo (com.google.protobuf.ByteOutput) throws java.io.IOException
com.google.protobuf.ByteOutput output
protected final java.lang.String toStringInternal (java.nio.charset.Charset)
java.nio.charset.Charset charset
public final boolean isValidUtf8 ()
int offset
protected final int partialIsValidUtf8 (int, int, int)
int state
int offset
int length
int index
public final boolean equals (java.lang.Object)
com.google.protobuf.ByteString$LiteralByteString otherAsLiteral
int thisHash
int thatHash
Object other
final boolean equalsRange (com.google.protobuf.ByteString, int, int)
int thisIndex
int otherIndex
com.google.protobuf.ByteString$LiteralByteString lbsOther
byte[] thisBytes
byte[] otherBytes
int thisLimit
com.google.protobuf.ByteString other
int offset
int length
protected final int partialHash (int, int, int)
int h
int offset
int length
public final java.io.InputStream newInput ()
public final com.google.protobuf.CodedInputStream newCodedInput ()
protected int getOffsetIntoBytes ()
}
com/google/protobuf/ByteString$Output.class
ByteString.java
package com.google.protobuf
public final com.google.protobuf.ByteString$Output extends java.io.OutputStream {
private static final byte[] EMPTY_BYTE_ARRAY
private final int initialCapacity
private final java.util.ArrayList flushedBuffers
private int flushedBuffersTotalBytes
private byte[] buffer
private int bufferPos
void <init> (int)
int initialCapacity
public synchronized void write (int)
int b
public synchronized void write (byte[], int, int)
int copySize
byte[] b
int offset
int length
public synchronized com.google.protobuf.ByteString toByteString ()
private byte[] copyArray (byte[], int)
byte[] buffer
int length
byte[] result
public void writeTo (java.io.OutputStream) throws java.io.IOException
com.google.protobuf.ByteString[] cachedFlushBuffers
byte[] cachedBuffer
int cachedBufferPos
com.google.protobuf.ByteString byteString
java.io.OutputStream out
com.google.protobuf.ByteString[] cachedFlushBuffers
byte[] cachedBuffer
int cachedBufferPos
public synchronized int size ()
public synchronized void reset ()
public java.lang.String toString ()
private void flushFullBuffer (int)
int minSize
int newSize
private void flushLastBuffer ()
byte[] bufferCopy
static void <clinit> ()
}
com/google/protobuf/ByteString$SystemByteArrayCopier.class
ByteString.java
package com.google.protobuf
final com.google.protobuf.ByteString$SystemByteArrayCopier extends java.lang.Object implements com.google.protobuf.ByteString$ByteArrayCopier {
private void <init> ()
public byte[] copyFrom (byte[], int, int)
byte[] bytes
int offset
int size
byte[] copy
synthetic void <init> (com.google.protobuf.ByteString$1)
com.google.protobuf.ByteString$1 x0
}
com/google/protobuf/ByteString.class
ByteString.java
package com.google.protobuf
public abstract com.google.protobuf.ByteString extends java.lang.Object implements java.lang.Iterable java.io.Serializable {
static final int CONCATENATE_BY_COPY_SIZE
static final int MIN_READ_FROM_CHUNK_SIZE
static final int MAX_READ_FROM_CHUNK_SIZE
public static final com.google.protobuf.ByteString EMPTY
private static final com.google.protobuf.ByteString$ByteArrayCopier byteArrayCopier
private int hash
private static final int UNSIGNED_BYTE_MASK
private static final java.util.Comparator UNSIGNED_LEXICOGRAPHICAL_COMPARATOR
void <init> ()
public abstract byte byteAt (int)
abstract byte internalByteAt (int)
public com.google.protobuf.ByteString$ByteIterator iterator ()
public abstract int size ()
public final boolean isEmpty ()
public static final com.google.protobuf.ByteString empty ()
private static int toInt (byte)
byte value
private static int hexDigit (char)
char c
private static int extractHexDigit (java.lang.String, int)
String hexString
int index
int digit
public static java.util.Comparator unsignedLexicographicalComparator ()
public final com.google.protobuf.ByteString substring (int)
int beginIndex
public abstract com.google.protobuf.ByteString substring (int, int)
public final boolean startsWith (com.google.protobuf.ByteString)
com.google.protobuf.ByteString prefix
public final boolean endsWith (com.google.protobuf.ByteString)
com.google.protobuf.ByteString suffix
public static com.google.protobuf.ByteString fromHex (java.lang.String)
int d1
int d2
int i
String hexString
byte[] bytes
public static com.google.protobuf.ByteString copyFrom (byte[], int, int)
byte[] bytes
int offset
int size
public static com.google.protobuf.ByteString copyFrom (byte[])
byte[] bytes
static com.google.protobuf.ByteString wrap (java.nio.ByteBuffer)
int offset
java.nio.ByteBuffer buffer
static com.google.protobuf.ByteString wrap (byte[])
byte[] bytes
static com.google.protobuf.ByteString wrap (byte[], int, int)
byte[] bytes
int offset
int length
public static com.google.protobuf.ByteString copyFrom (java.nio.ByteBuffer, int)
java.nio.ByteBuffer bytes
int size
byte[] copy
public static com.google.protobuf.ByteString copyFrom (java.nio.ByteBuffer)
java.nio.ByteBuffer bytes
public static com.google.protobuf.ByteString copyFrom (java.lang.String, java.lang.String) throws java.io.UnsupportedEncodingException
String text
String charsetName
public static com.google.protobuf.ByteString copyFrom (java.lang.String, java.nio.charset.Charset)
String text
java.nio.charset.Charset charset
public static com.google.protobuf.ByteString copyFromUtf8 (java.lang.String)
String text
public static com.google.protobuf.ByteString readFrom (java.io.InputStream) throws java.io.IOException
java.io.InputStream streamToDrain
public static com.google.protobuf.ByteString readFrom (java.io.InputStream, int) throws java.io.IOException
java.io.InputStream streamToDrain
int chunkSize
public static com.google.protobuf.ByteString readFrom (java.io.InputStream, int, int) throws java.io.IOException
com.google.protobuf.ByteString chunk
java.io.InputStream streamToDrain
int minChunkSize
int maxChunkSize
java.util.Collection results
int chunkSize
private static com.google.protobuf.ByteString readChunk (java.io.InputStream, int) throws java.io.IOException
int count
java.io.InputStream in
int chunkSize
byte[] buf
int bytesRead
public final com.google.protobuf.ByteString concat (com.google.protobuf.ByteString)
com.google.protobuf.ByteString other
public static com.google.protobuf.ByteString copyFrom (java.lang.Iterable)
java.util.Iterator iter
int tempSize
int size
Iterable byteStrings
int size
private static com.google.protobuf.ByteString balancedConcat (java.util.Iterator, int)
com.google.protobuf.ByteString result
int halfLength
com.google.protobuf.ByteString left
com.google.protobuf.ByteString right
java.util.Iterator iterator
int length
com.google.protobuf.ByteString result
public void copyTo (byte[], int)
byte[] target
int offset
public final void copyTo (byte[], int, int, int)
byte[] target
int sourceOffset
int targetOffset
int numberToCopy
protected abstract void copyToInternal (byte[], int, int, int)
public abstract void copyTo (java.nio.ByteBuffer)
public final byte[] toByteArray ()
int size
byte[] result
public abstract void writeTo (java.io.OutputStream) throws java.io.IOException
final void writeTo (java.io.OutputStream, int, int) throws java.io.IOException
java.io.OutputStream out
int sourceOffset
int numberToWrite
abstract void writeToInternal (java.io.OutputStream, int, int) throws java.io.IOException
abstract void writeTo (com.google.protobuf.ByteOutput) throws java.io.IOException
abstract void writeToReverse (com.google.protobuf.ByteOutput) throws java.io.IOException
public abstract java.nio.ByteBuffer asReadOnlyByteBuffer ()
public abstract java.util.List asReadOnlyByteBufferList ()
public final java.lang.String toString (java.lang.String) throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException exception
java.nio.charset.UnsupportedCharsetException e
String charsetName
public final java.lang.String toString (java.nio.charset.Charset)
java.nio.charset.Charset charset
protected abstract java.lang.String toStringInternal (java.nio.charset.Charset)
public final java.lang.String toStringUtf8 ()
public abstract boolean isValidUtf8 ()
protected abstract int partialIsValidUtf8 (int, int, int)
public abstract boolean equals (java.lang.Object)
public final int hashCode ()
int size
int h
public abstract java.io.InputStream newInput ()
public abstract com.google.protobuf.CodedInputStream newCodedInput ()
public static com.google.protobuf.ByteString$Output newOutput (int)
int initialCapacity
public static com.google.protobuf.ByteString$Output newOutput ()
static com.google.protobuf.ByteString$CodedBuilder newCodedBuilder (int)
int size
protected abstract int getTreeDepth ()
protected abstract boolean isBalanced ()
protected final int peekCachedHashCode ()
protected abstract int partialHash (int, int, int)
static void checkIndex (int, int)
int index
int size
static int checkRange (int, int, int)
int startIndex
int endIndex
int size
int length
public final java.lang.String toString ()
private java.lang.String truncateAndEscapeForDisplay ()
int limit
public volatile synthetic java.util.Iterator iterator ()
static synthetic int access$200 (byte)
byte x0
static void <clinit> ()
}
com/google/protobuf/CanIgnoreReturnValue.class
CanIgnoreReturnValue.java
package com.google.protobuf
abstract annotation com.google.protobuf.CanIgnoreReturnValue extends java.lang.Object implements java.lang.annotation.Annotation {
}
com/google/protobuf/CheckReturnValue.class
CheckReturnValue.java
package com.google.protobuf
abstract annotation com.google.protobuf.CheckReturnValue extends java.lang.Object implements java.lang.annotation.Annotation {
}
com/google/protobuf/CodedInputStream$1.class
CodedInputStream.java
package com.google.protobuf
synthetic com.google.protobuf.CodedInputStream$1 extends java.lang.Object {
}
com/google/protobuf/CodedInputStream$ArrayDecoder.class
CodedInputStream.java
package com.google.protobuf
final com.google.protobuf.CodedInputStream$ArrayDecoder extends com.google.protobuf.CodedInputStream {
private final byte[] buffer
private final boolean immutable
private int limit
private int bufferSizeAfterLimit
private int pos
private int startPos
private int lastTag
private boolean enableAliasing
private int currentLimit
private void <init> (byte[], int, int, boolean)
byte[] buffer
int offset
int len
boolean immutable
public int readTag () throws java.io.IOException
public void checkLastTagWas (int) throws com.google.protobuf.InvalidProtocolBufferException
int value
public int getLastTag ()
public boolean skipField (int) throws java.io.IOException
int tag
public boolean skipField (int, com.google.protobuf.CodedOutputStream) throws java.io.IOException
long value
long value
com.google.protobuf.ByteString value
int endtag
int value
int tag
com.google.protobuf.CodedOutputStream output
public void skipMessage () throws java.io.IOException
int tag
public void skipMessage (com.google.protobuf.CodedOutputStream) throws java.io.IOException
int tag
com.google.protobuf.CodedOutputStream output
public double readDouble () throws java.io.IOException
public float readFloat () throws java.io.IOException
public long readUInt64 () throws java.io.IOException
public long readInt64 () throws java.io.IOException
public int readInt32 () throws java.io.IOException
public long readFixed64 () throws java.io.IOException
public int readFixed32 () throws java.io.IOException
public boolean readBool () throws java.io.IOException
public java.lang.String readString () throws java.io.IOException
String result
int size
public java.lang.String readStringRequireUtf8 () throws java.io.IOException
String result
int size
public void readGroup (int, com.google.protobuf.MessageLite$Builder, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
int fieldNumber
com.google.protobuf.MessageLite$Builder builder
com.google.protobuf.ExtensionRegistryLite extensionRegistry
public com.google.protobuf.MessageLite readGroup (int, com.google.protobuf.Parser, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
int fieldNumber
com.google.protobuf.Parser parser
com.google.protobuf.ExtensionRegistryLite extensionRegistry
com.google.protobuf.MessageLite result
public void readUnknownGroup (int, com.google.protobuf.MessageLite$Builder) throws java.io.IOException
int fieldNumber
com.google.protobuf.MessageLite$Builder builder
public void readMessage (com.google.protobuf.MessageLite$Builder, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
com.google.protobuf.MessageLite$Builder builder
com.google.protobuf.ExtensionRegistryLite extensionRegistry
int length
int oldLimit
public com.google.protobuf.MessageLite readMessage (com.google.protobuf.Parser, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
com.google.protobuf.Parser parser
com.google.protobuf.ExtensionRegistryLite extensionRegistry
int length
int oldLimit
com.google.protobuf.MessageLite result
public com.google.protobuf.ByteString readBytes () throws java.io.IOException
com.google.protobuf.ByteString result
int size
public byte[] readByteArray () throws java.io.IOException
int size
public java.nio.ByteBuffer readByteBuffer () throws java.io.IOException
java.nio.ByteBuffer result
int size
public int readUInt32 () throws java.io.IOException
public int readEnum () throws java.io.IOException
public int readSFixed32 () throws java.io.IOException
public long readSFixed64 () throws java.io.IOException
public int readSInt32 () throws java.io.IOException
public long readSInt64 () throws java.io.IOException
public int readRawVarint32 () throws java.io.IOException
int y
int tempPos
byte[] buffer
int x
private void skipRawVarint () throws java.io.IOException
private void skipRawVarintFastPath () throws java.io.IOException
int i
private void skipRawVarintSlowPath () throws java.io.IOException
int i
public long readRawVarint64 () throws java.io.IOException
long x
long x
long x
int tempPos
byte[] buffer
long x
int y
long readRawVarint64SlowPath () throws java.io.IOException
byte b
int shift
long result
public int readRawLittleEndian32 () throws java.io.IOException
int tempPos
byte[] buffer
public long readRawLittleEndian64 () throws java.io.IOException
int tempPos
byte[] buffer
public void enableAliasing (boolean)
boolean enabled
public void resetSizeCounter ()
public int pushLimit (int) throws com.google.protobuf.InvalidProtocolBufferException
int byteLimit
int oldLimit
private void recomputeBufferSizeAfterLimit ()
int bufferEnd
public void popLimit (int)
int oldLimit
public int getBytesUntilLimit ()
public boolean isAtEnd () throws java.io.IOException
public int getTotalBytesRead ()
public byte readRawByte () throws java.io.IOException
public byte[] readRawBytes (int) throws java.io.IOException
int tempPos
int length
public void skipRawBytes (int) throws java.io.IOException
int length
synthetic void <init> (byte[], int, int, boolean, com.google.protobuf.CodedInputStream$1)
byte[] x0
int x1
int x2
boolean x3
com.google.protobuf.CodedInputStream$1 x4
}
com/google/protobuf/CodedInputStream$IterableDirectByteBufferDecoder.class
CodedInputStream.java
package com.google.protobuf
final com.google.protobuf.CodedInputStream$IterableDirectByteBufferDecoder extends com.google.protobuf.CodedInputStream {
private final Iterable input
private final java.util.Iterator iterator
private java.nio.ByteBuffer currentByteBuffer
private final boolean immutable
private boolean enableAliasing
private int totalBufferSize
private int bufferSizeAfterCurrentLimit
private int currentLimit
private int lastTag
private int totalBytesRead
private int startOffset
private long currentByteBufferPos
private long currentByteBufferStartPos
private long currentAddress
private long currentByteBufferLimit
private void <init> (java.lang.Iterable, int, boolean)
Iterable inputBufs
int size
boolean immutableFlag
private void getNextByteBuffer () throws com.google.protobuf.InvalidProtocolBufferException
private void tryGetNextByteBuffer ()
public int readTag () throws java.io.IOException
public void checkLastTagWas (int) throws com.google.protobuf.InvalidProtocolBufferException
int value
public int getLastTag ()
public boolean skipField (int) throws java.io.IOException
int tag
public boolean skipField (int, com.google.protobuf.CodedOutputStream) throws java.io.IOException
long value
long value
com.google.protobuf.ByteString value
int endtag
int value
int tag
com.google.protobuf.CodedOutputStream output
public void skipMessage () throws java.io.IOException
int tag
public void skipMessage (com.google.protobuf.CodedOutputStream) throws java.io.IOException
int tag
com.google.protobuf.CodedOutputStream output
public double readDouble () throws java.io.IOException
public float readFloat () throws java.io.IOException
public long readUInt64 () throws java.io.IOException
public long readInt64 () throws java.io.IOException
public int readInt32 () throws java.io.IOException
public long readFixed64 () throws java.io.IOException
public int readFixed32 () throws java.io.IOException
public boolean readBool () throws java.io.IOException
public java.lang.String readString () throws java.io.IOException
byte[] bytes
String result
byte[] bytes
String result
int size
public java.lang.String readStringRequireUtf8 () throws java.io.IOException
int bufferPos
String result
byte[] bytes
int size
public void readGroup (int, com.google.protobuf.MessageLite$Builder, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
int fieldNumber
com.google.protobuf.MessageLite$Builder builder
com.google.protobuf.ExtensionRegistryLite extensionRegistry
public com.google.protobuf.MessageLite readGroup (int, com.google.protobuf.Parser, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
int fieldNumber
com.google.protobuf.Parser parser
com.google.protobuf.ExtensionRegistryLite extensionRegistry
com.google.protobuf.MessageLite result
public void readUnknownGroup (int, com.google.protobuf.MessageLite$Builder) throws java.io.IOException
int fieldNumber
com.google.protobuf.MessageLite$Builder builder
public void readMessage (com.google.protobuf.MessageLite$Builder, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
com.google.protobuf.MessageLite$Builder builder
com.google.protobuf.ExtensionRegistryLite extensionRegistry
int length
int oldLimit
public com.google.protobuf.MessageLite readMessage (com.google.protobuf.Parser, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
com.google.protobuf.Parser parser
com.google.protobuf.ExtensionRegistryLite extensionRegistry
int length
int oldLimit
com.google.protobuf.MessageLite result
public com.google.protobuf.ByteString readBytes () throws java.io.IOException
int idx
com.google.protobuf.ByteString result
byte[] bytes
int bytesToCopy
int idx
java.util.ArrayList byteStrings
int l
byte[] temp
int size
public byte[] readByteArray () throws java.io.IOException
public java.nio.ByteBuffer readByteBuffer () throws java.io.IOException
byte[] bytes
byte[] temp
int size
public int readUInt32 () throws java.io.IOException
public int readEnum () throws java.io.IOException
public int readSFixed32 () throws java.io.IOException
public long readSFixed64 () throws java.io.IOException
public int readSInt32 () throws java.io.IOException
public long readSInt64 () throws java.io.IOException
public int readRawVarint32 () throws java.io.IOException
int y
long tempPos
int x
public long readRawVarint64 () throws java.io.IOException
long x
long x
long x
long tempPos
long x
int y
long readRawVarint64SlowPath () throws java.io.IOException
byte b
int shift
long result
public int readRawLittleEndian32 () throws java.io.IOException
long tempPos
public long readRawLittleEndian64 () throws java.io.IOException
long tempPos
public void enableAliasing (boolean)
boolean enabled
public void resetSizeCounter ()
public int pushLimit (int) throws com.google.protobuf.InvalidProtocolBufferException
int byteLimit
int oldLimit
private void recomputeBufferSizeAfterLimit ()
int bufferEnd
public void popLimit (int)
int oldLimit
public int getBytesUntilLimit ()
public boolean isAtEnd () throws java.io.IOException
public int getTotalBytesRead ()
public byte readRawByte () throws java.io.IOException
public byte[] readRawBytes (int) throws java.io.IOException
byte[] bytes
byte[] bytes
int length
private void readRawBytesTo (byte[], int, int) throws java.io.IOException
int bytesToCopy
int l
byte[] bytes
int offset
int length
public void skipRawBytes (int) throws java.io.IOException
int rl
int l
int length
private void skipRawVarint () throws java.io.IOException
int i
private int remaining ()
private long currentRemaining ()
private java.nio.ByteBuffer slice (int, int) throws java.io.IOException
IllegalArgumentException e
int begin
int end
int prevPos
int prevLimit
java.nio.Buffer asBuffer
synthetic void <init> (java.lang.Iterable, int, boolean, com.google.protobuf.CodedInputStream$1)
Iterable x0
int x1
boolean x2
com.google.protobuf.CodedInputStream$1 x3
}
com/google/protobuf/CodedInputStream$StreamDecoder$RefillCallback.class
CodedInputStream.java
package com.google.protobuf
abstract com.google.protobuf.CodedInputStream$StreamDecoder$RefillCallback extends java.lang.Object {
public abstract void onRefill ()
}
com/google/protobuf/CodedInputStream$StreamDecoder$SkippedDataSink.class
CodedInputStream.java
package com.google.protobuf
com.google.protobuf.CodedInputStream$StreamDecoder$SkippedDataSink extends java.lang.Object implements com.google.protobuf.CodedInputStream$StreamDecoder$RefillCallback {
private int lastPos
private java.io.ByteArrayOutputStream byteArrayStream
final synthetic com.google.protobuf.CodedInputStream$StreamDecoder this$0
private void <init> (com.google.protobuf.CodedInputStream$StreamDecoder)
public void onRefill ()
java.nio.ByteBuffer getSkippedData ()
}
com/google/protobuf/CodedInputStream$StreamDecoder.class
CodedInputStream.java
package com.google.protobuf
final com.google.protobuf.CodedInputStream$StreamDecoder extends com.google.protobuf.CodedInputStream {
private final java.io.InputStream input
private final byte[] buffer
private int bufferSize
private int bufferSizeAfterLimit
private int pos
private int lastTag
private int totalBytesRetired
private int currentLimit
private com.google.protobuf.CodedInputStream$StreamDecoder$RefillCallback refillCallback
private void <init> (java.io.InputStream, int)
java.io.InputStream input
int bufferSize
private static int read (java.io.InputStream, byte[], int, int) throws java.io.IOException
com.google.protobuf.InvalidProtocolBufferException e
java.io.InputStream input
byte[] data
int offset
int length
private static long skip (java.io.InputStream, long) throws java.io.IOException
com.google.protobuf.InvalidProtocolBufferException e
java.io.InputStream input
long length
private static int available (java.io.InputStream) throws java.io.IOException
com.google.protobuf.InvalidProtocolBufferException e
java.io.InputStream input
public int readTag () throws java.io.IOException
public void checkLastTagWas (int) throws com.google.protobuf.InvalidProtocolBufferException
int value
public int getLastTag ()
public boolean skipField (int) throws java.io.IOException
int tag
public boolean skipField (int, com.google.protobuf.CodedOutputStream) throws java.io.IOException
long value
long value
com.google.protobuf.ByteString value
int endtag
int value
int tag
com.google.protobuf.CodedOutputStream output
public void skipMessage () throws java.io.IOException
int tag
public void skipMessage (com.google.protobuf.CodedOutputStream) throws java.io.IOException
int tag
com.google.protobuf.CodedOutputStream output
public double readDouble () throws java.io.IOException
public float readFloat () throws java.io.IOException
public long readUInt64 () throws java.io.IOException
public long readInt64 () throws java.io.IOException
public int readInt32 () throws java.io.IOException
public long readFixed64 () throws java.io.IOException
public int readFixed32 () throws java.io.IOException
public boolean readBool () throws java.io.IOException
public java.lang.String readString () throws java.io.IOException
String result
String result
int size
public java.lang.String readStringRequireUtf8 () throws java.io.IOException
byte[] bytes
int tempPos
byte[] bytes
int tempPos
int size
byte[] bytes
int oldPos
int tempPos
public void readGroup (int, com.google.protobuf.MessageLite$Builder, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
int fieldNumber
com.google.protobuf.MessageLite$Builder builder
com.google.protobuf.ExtensionRegistryLite extensionRegistry
public com.google.protobuf.MessageLite readGroup (int, com.google.protobuf.Parser, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
int fieldNumber
com.google.protobuf.Parser parser
com.google.protobuf.ExtensionRegistryLite extensionRegistry
com.google.protobuf.MessageLite result
public void readUnknownGroup (int, com.google.protobuf.MessageLite$Builder) throws java.io.IOException
int fieldNumber
com.google.protobuf.MessageLite$Builder builder
public void readMessage (com.google.protobuf.MessageLite$Builder, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
com.google.protobuf.MessageLite$Builder builder
com.google.protobuf.ExtensionRegistryLite extensionRegistry
int length
int oldLimit
public com.google.protobuf.MessageLite readMessage (com.google.protobuf.Parser, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
com.google.protobuf.Parser parser
com.google.protobuf.ExtensionRegistryLite extensionRegistry
int length
int oldLimit
com.google.protobuf.MessageLite result
public com.google.protobuf.ByteString readBytes () throws java.io.IOException
com.google.protobuf.ByteString result
int size
public byte[] readByteArray () throws java.io.IOException
byte[] result
int size
public java.nio.ByteBuffer readByteBuffer () throws java.io.IOException
java.nio.ByteBuffer result
int size
public int readUInt32 () throws java.io.IOException
public int readEnum () throws java.io.IOException
public int readSFixed32 () throws java.io.IOException
public long readSFixed64 () throws java.io.IOException
public int readSInt32 () throws java.io.IOException
public long readSInt64 () throws java.io.IOException
public int readRawVarint32 () throws java.io.IOException
int y
int tempPos
byte[] buffer
int x
private void skipRawVarint () throws java.io.IOException
private void skipRawVarintFastPath () throws java.io.IOException
int i
private void skipRawVarintSlowPath () throws java.io.IOException
int i
public long readRawVarint64 () throws java.io.IOException
long x
long x
long x
int tempPos
byte[] buffer
long x
int y
long readRawVarint64SlowPath () throws java.io.IOException
byte b
int shift
long result
public int readRawLittleEndian32 () throws java.io.IOException
int tempPos
byte[] buffer
public long readRawLittleEndian64 () throws java.io.IOException
int tempPos
byte[] buffer
public void enableAliasing (boolean)
boolean enabled
public void resetSizeCounter ()
public int pushLimit (int) throws com.google.protobuf.InvalidProtocolBufferException
int byteLimit
int oldLimit
private void recomputeBufferSizeAfterLimit ()
int bufferEnd
public void popLimit (int)
int oldLimit
public int getBytesUntilLimit ()
int currentAbsolutePosition
public boolean isAtEnd () throws java.io.IOException
public int getTotalBytesRead ()
private void refillBuffer (int) throws java.io.IOException
int n
private boolean tryRefillBuffer (int) throws java.io.IOException
int n
int tempPos
int bytesRead
public byte readRawByte () throws java.io.IOException
public byte[] readRawBytes (int) throws java.io.IOException
int size
int tempPos
private byte[] readRawBytesSlowPath (int, boolean) throws java.io.IOException
byte[] chunk
int size
boolean ensureNoLeakedReferences
byte[] result
int originalBufferPos
int bufferedBytes
int sizeLeft
java.util.List chunks
byte[] bytes
int tempPos
private byte[] readRawBytesSlowPathOneChunk (int) throws java.io.IOException
int n
byte[] bytes
int tempPos
int size
int currentMessageSize
int bufferedBytes
int sizeLeft
private java.util.List readRawBytesSlowPathRemainingChunks (int) throws java.io.IOException
int n
byte[] chunk
int tempPos
int sizeLeft
java.util.List chunks
private com.google.protobuf.ByteString readBytesSlowPath (int) throws java.io.IOException
byte[] chunk
int size
byte[] result
int originalBufferPos
int bufferedBytes
int sizeLeft
java.util.List chunks
byte[] bytes
int tempPos
public void skipRawBytes (int) throws java.io.IOException
int size
private void skipRawBytesSlowPath (int) throws java.io.IOException
int toSkip
long skipped
int tempPos
int size
int totalSkipped
synthetic void <init> (java.io.InputStream, int, com.google.protobuf.CodedInputStream$1)
java.io.InputStream x0
int x1
com.google.protobuf.CodedInputStream$1 x2
static synthetic int access$500 (com.google.protobuf.CodedInputStream$StreamDecoder)
com.google.protobuf.CodedInputStream$StreamDecoder x0
static synthetic byte[] access$600 (com.google.protobuf.CodedInputStream$StreamDecoder)
com.google.protobuf.CodedInputStream$StreamDecoder x0
}
com/google/protobuf/CodedInputStream$UnsafeDirectNioDecoder.class
CodedInputStream.java
package com.google.protobuf
final com.google.protobuf.CodedInputStream$UnsafeDirectNioDecoder extends com.google.protobuf.CodedInputStream {
private final java.nio.ByteBuffer buffer
private final boolean immutable
private final long address
private long limit
private long pos
private long startPos
private int bufferSizeAfterLimit
private int lastTag
private boolean enableAliasing
private int currentLimit
static boolean isSupported ()
private void <init> (java.nio.ByteBuffer, boolean)
java.nio.ByteBuffer buffer
boolean immutable
public int readTag () throws java.io.IOException
public void checkLastTagWas (int) throws com.google.protobuf.InvalidProtocolBufferException
int value
public int getLastTag ()
public boolean skipField (int) throws java.io.IOException
int tag
public boolean skipField (int, com.google.protobuf.CodedOutputStream) throws java.io.IOException
long value
long value
com.google.protobuf.ByteString value
int endtag
int value
int tag
com.google.protobuf.CodedOutputStream output
public void skipMessage () throws java.io.IOException
int tag
public void skipMessage (com.google.protobuf.CodedOutputStream) throws java.io.IOException
int tag
com.google.protobuf.CodedOutputStream output
public double readDouble () throws java.io.IOException
public float readFloat () throws java.io.IOException
public long readUInt64 () throws java.io.IOException
public long readInt64 () throws java.io.IOException
public int readInt32 () throws java.io.IOException
public long readFixed64 () throws java.io.IOException
public int readFixed32 () throws java.io.IOException
public boolean readBool () throws java.io.IOException
public java.lang.String readString () throws java.io.IOException
byte[] bytes
String result
int size
public java.lang.String readStringRequireUtf8 () throws java.io.IOException
int bufferPos
String result
int size
public void readGroup (int, com.google.protobuf.MessageLite$Builder, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
int fieldNumber
com.google.protobuf.MessageLite$Builder builder
com.google.protobuf.ExtensionRegistryLite extensionRegistry
public com.google.protobuf.MessageLite readGroup (int, com.google.protobuf.Parser, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
int fieldNumber
com.google.protobuf.Parser parser
com.google.protobuf.ExtensionRegistryLite extensionRegistry
com.google.protobuf.MessageLite result
public void readUnknownGroup (int, com.google.protobuf.MessageLite$Builder) throws java.io.IOException
int fieldNumber
com.google.protobuf.MessageLite$Builder builder
public void readMessage (com.google.protobuf.MessageLite$Builder, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
com.google.protobuf.MessageLite$Builder builder
com.google.protobuf.ExtensionRegistryLite extensionRegistry
int length
int oldLimit
public com.google.protobuf.MessageLite readMessage (com.google.protobuf.Parser, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
com.google.protobuf.Parser parser
com.google.protobuf.ExtensionRegistryLite extensionRegistry
int length
int oldLimit
com.google.protobuf.MessageLite result
public com.google.protobuf.ByteString readBytes () throws java.io.IOException
java.nio.ByteBuffer result
byte[] bytes
int size
public byte[] readByteArray () throws java.io.IOException
public java.nio.ByteBuffer readByteBuffer () throws java.io.IOException
java.nio.ByteBuffer result
byte[] bytes
int size
public int readUInt32 () throws java.io.IOException
public int readEnum () throws java.io.IOException
public int readSFixed32 () throws java.io.IOException
public long readSFixed64 () throws java.io.IOException
public int readSInt32 () throws java.io.IOException
public long readSInt64 () throws java.io.IOException
public int readRawVarint32 () throws java.io.IOException
int y
long tempPos
int x
private void skipRawVarint () throws java.io.IOException
private void skipRawVarintFastPath () throws java.io.IOException
int i
private void skipRawVarintSlowPath () throws java.io.IOException
int i
public long readRawVarint64 () throws java.io.IOException
long x
long x
long x
long tempPos
long x
int y
long readRawVarint64SlowPath () throws java.io.IOException
byte b
int shift
long result
public int readRawLittleEndian32 () throws java.io.IOException
long tempPos
public long readRawLittleEndian64 () throws java.io.IOException
long tempPos
public void enableAliasing (boolean)
boolean enabled
public void resetSizeCounter ()
public int pushLimit (int) throws com.google.protobuf.InvalidProtocolBufferException
int byteLimit
int oldLimit
public void popLimit (int)
int oldLimit
public int getBytesUntilLimit ()
public boolean isAtEnd () throws java.io.IOException
public int getTotalBytesRead ()
public byte readRawByte () throws java.io.IOException
public byte[] readRawBytes (int) throws java.io.IOException
byte[] bytes
int length
public void skipRawBytes (int) throws java.io.IOException
int length
private void recomputeBufferSizeAfterLimit ()
int bufferEnd
private int remaining ()
private int bufferPos (long)
long pos
private java.nio.ByteBuffer slice (long, long) throws java.io.IOException
com.google.protobuf.InvalidProtocolBufferException ex
IllegalArgumentException e
long begin
long end
int prevPos
int prevLimit
java.nio.Buffer asBuffer
synthetic void <init> (java.nio.ByteBuffer, boolean, com.google.protobuf.CodedInputStream$1)
java.nio.ByteBuffer x0
boolean x1
com.google.protobuf.CodedInputStream$1 x2
}
com/google/protobuf/CodedInputStream.class
CodedInputStream.java
package com.google.protobuf
public abstract com.google.protobuf.CodedInputStream extends java.lang.Object {
private static final int DEFAULT_BUFFER_SIZE
private static final int DEFAULT_SIZE_LIMIT
private static volatile int defaultRecursionLimit
int recursionDepth
int recursionLimit
int sizeLimit
com.google.protobuf.CodedInputStreamReader wrapper
private boolean shouldDiscardUnknownFields
public static com.google.protobuf.CodedInputStream newInstance (java.io.InputStream)
java.io.InputStream input
public static com.google.protobuf.CodedInputStream newInstance (java.io.InputStream, int)
java.io.InputStream input
int bufferSize
public static com.google.protobuf.CodedInputStream newInstance (java.lang.Iterable)
Iterable input
static com.google.protobuf.CodedInputStream newInstance (java.lang.Iterable, boolean)
java.nio.ByteBuffer buf
Iterable bufs
boolean bufferIsImmutable
int flag
int totalSize
public static com.google.protobuf.CodedInputStream newInstance (byte[])
byte[] buf
public static com.google.protobuf.CodedInputStream newInstance (byte[], int, int)
byte[] buf
int off
int len
static com.google.protobuf.CodedInputStream newInstance (byte[], int, int, boolean)
com.google.protobuf.InvalidProtocolBufferException ex
byte[] buf
int off
int len
boolean bufferIsImmutable
com.google.protobuf.CodedInputStream$ArrayDecoder result
public static com.google.protobuf.CodedInputStream newInstance (java.nio.ByteBuffer)
java.nio.ByteBuffer buf
static com.google.protobuf.CodedInputStream newInstance (java.nio.ByteBuffer, boolean)
java.nio.ByteBuffer buf
boolean bufferIsImmutable
byte[] buffer
public void checkRecursionLimit () throws com.google.protobuf.InvalidProtocolBufferException
private void <init> ()
public abstract int readTag () throws java.io.IOException
public abstract void checkLastTagWas (int) throws com.google.protobuf.InvalidProtocolBufferException
public abstract int getLastTag ()
public abstract boolean skipField (int) throws java.io.IOException
public abstract boolean skipField (int, com.google.protobuf.CodedOutputStream) throws java.io.IOException
public abstract void skipMessage () throws java.io.IOException
public abstract void skipMessage (com.google.protobuf.CodedOutputStream) throws java.io.IOException
public abstract double readDouble () throws java.io.IOException
public abstract float readFloat () throws java.io.IOException
public abstract long readUInt64 () throws java.io.IOException
public abstract long readInt64 () throws java.io.IOException
public abstract int readInt32 () throws java.io.IOException
public abstract long readFixed64 () throws java.io.IOException
public abstract int readFixed32 () throws java.io.IOException
public abstract boolean readBool () throws java.io.IOException
public abstract java.lang.String readString () throws java.io.IOException
public abstract java.lang.String readStringRequireUtf8 () throws java.io.IOException
public abstract void readGroup (int, com.google.protobuf.MessageLite$Builder, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
public abstract com.google.protobuf.MessageLite readGroup (int, com.google.protobuf.Parser, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
public abstract void readUnknownGroup (int, com.google.protobuf.MessageLite$Builder) throws java.io.IOException
public abstract void readMessage (com.google.protobuf.MessageLite$Builder, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
public abstract com.google.protobuf.MessageLite readMessage (com.google.protobuf.Parser, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
public abstract com.google.protobuf.ByteString readBytes () throws java.io.IOException
public abstract byte[] readByteArray () throws java.io.IOException
public abstract java.nio.ByteBuffer readByteBuffer () throws java.io.IOException
public abstract int readUInt32 () throws java.io.IOException
public abstract int readEnum () throws java.io.IOException
public abstract int readSFixed32 () throws java.io.IOException
public abstract long readSFixed64 () throws java.io.IOException
public abstract int readSInt32 () throws java.io.IOException
public abstract long readSInt64 () throws java.io.IOException
public abstract int readRawVarint32 () throws java.io.IOException
public abstract long readRawVarint64 () throws java.io.IOException
abstract long readRawVarint64SlowPath () throws java.io.IOException
public abstract int readRawLittleEndian32 () throws java.io.IOException
public abstract long readRawLittleEndian64 () throws java.io.IOException
public abstract void enableAliasing (boolean)
public final int setRecursionLimit (int)
int limit
int oldLimit
public final int setSizeLimit (int)
int limit
int oldLimit
final void discardUnknownFields ()
final void unsetDiscardUnknownFields ()
final boolean shouldDiscardUnknownFields ()
public abstract void resetSizeCounter ()
public abstract int pushLimit (int) throws com.google.protobuf.InvalidProtocolBufferException
public abstract void popLimit (int)
public abstract int getBytesUntilLimit ()
public abstract boolean isAtEnd () throws java.io.IOException
public abstract int getTotalBytesRead ()
public abstract byte readRawByte () throws java.io.IOException
public abstract byte[] readRawBytes (int) throws java.io.IOException
public abstract void skipRawBytes (int) throws java.io.IOException
public static int decodeZigZag32 (int)
int n
public static long decodeZigZag64 (long)
long n
public static int readRawVarint32 (int, java.io.InputStream) throws java.io.IOException
int b
int b
int firstByte
java.io.InputStream input
int result
int offset
static int readRawVarint32 (java.io.InputStream) throws java.io.IOException
java.io.InputStream input
int firstByte
synthetic void <init> (com.google.protobuf.CodedInputStream$1)
com.google.protobuf.CodedInputStream$1 x0
static void <clinit> ()
}
com/google/protobuf/CodedInputStreamReader$1.class
CodedInputStreamReader.java
package com.google.protobuf
synthetic com.google.protobuf.CodedInputStreamReader$1 extends java.lang.Object {
static final synthetic int[] $SwitchMap$com$google$protobuf$WireFormat$FieldType
static void <clinit> ()
}
com/google/protobuf/CodedInputStreamReader.class
CodedInputStreamReader.java
package com.google.protobuf
final com.google.protobuf.CodedInputStreamReader extends java.lang.Object implements com.google.protobuf.Reader {
private static final int FIXED32_MULTIPLE_MASK
private static final int FIXED64_MULTIPLE_MASK
private static final int NEXT_TAG_UNSET
private final com.google.protobuf.CodedInputStream input
private int tag
private int endGroupTag
private int nextTag
public static com.google.protobuf.CodedInputStreamReader forCodedInput (com.google.protobuf.CodedInputStream)
com.google.protobuf.CodedInputStream input
private void <init> (com.google.protobuf.CodedInputStream)
com.google.protobuf.CodedInputStream input
public boolean shouldDiscardUnknownFields ()
public int getFieldNumber () throws java.io.IOException
public int getTag ()
public boolean skipField () throws java.io.IOException
private void requireWireType (int) throws java.io.IOException
int requiredWireType
public double readDouble () throws java.io.IOException
public float readFloat () throws java.io.IOException
public long readUInt64 () throws java.io.IOException
public long readInt64 () throws java.io.IOException
public int readInt32 () throws java.io.IOException
public long readFixed64 () throws java.io.IOException
public int readFixed32 () throws java.io.IOException
public boolean readBool () throws java.io.IOException
public java.lang.String readString () throws java.io.IOException
public java.lang.String readStringRequireUtf8 () throws java.io.IOException
public java.lang.Object readMessage (java.lang.Class, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
Class clazz
com.google.protobuf.ExtensionRegistryLite extensionRegistry
public java.lang.Object readMessageBySchemaWithCheck (com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
com.google.protobuf.Schema schema
com.google.protobuf.ExtensionRegistryLite extensionRegistry
public java.lang.Object readGroup (java.lang.Class, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
Class clazz
com.google.protobuf.ExtensionRegistryLite extensionRegistry
public java.lang.Object readGroupBySchemaWithCheck (com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
com.google.protobuf.Schema schema
com.google.protobuf.ExtensionRegistryLite extensionRegistry
public void mergeMessageField (java.lang.Object, com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
Object target
com.google.protobuf.Schema schema
com.google.protobuf.ExtensionRegistryLite extensionRegistry
private void mergeMessageFieldInternal (java.lang.Object, com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
Object target
com.google.protobuf.Schema schema
com.google.protobuf.ExtensionRegistryLite extensionRegistry
int size
int prevLimit
private java.lang.Object readMessage (com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
com.google.protobuf.Schema schema
com.google.protobuf.ExtensionRegistryLite extensionRegistry
Object newInstance
public void mergeGroupField (java.lang.Object, com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
Object target
com.google.protobuf.Schema schema
com.google.protobuf.ExtensionRegistryLite extensionRegistry
private void mergeGroupFieldInternal (java.lang.Object, com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
Object target
com.google.protobuf.Schema schema
com.google.protobuf.ExtensionRegistryLite extensionRegistry
int prevEndGroupTag
private java.lang.Object readGroup (com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
com.google.protobuf.Schema schema
com.google.protobuf.ExtensionRegistryLite extensionRegistry
Object newInstance
public com.google.protobuf.ByteString readBytes () throws java.io.IOException
public int readUInt32 () throws java.io.IOException
public int readEnum () throws java.io.IOException
public int readSFixed32 () throws java.io.IOException
public long readSFixed64 () throws java.io.IOException
public int readSInt32 () throws java.io.IOException
public long readSInt64 () throws java.io.IOException
public void readDoubleList (java.util.List) throws java.io.IOException
int bytes
int endPos
int nextTag
com.google.protobuf.DoubleArrayList plist
int bytes
int endPos
int nextTag
java.util.List target
public void readFloatList (java.util.List) throws java.io.IOException
int bytes
int endPos
int nextTag
com.google.protobuf.FloatArrayList plist
int bytes
int endPos
int nextTag
java.util.List target
public void readUInt64List (java.util.List) throws java.io.IOException
int bytes
int endPos
int nextTag
com.google.protobuf.LongArrayList plist
int bytes
int endPos
int nextTag
java.util.List target
public void readInt64List (java.util.List) throws java.io.IOException
int bytes
int endPos
int nextTag
com.google.protobuf.LongArrayList plist
int bytes
int endPos
int nextTag
java.util.List target
public void readInt32List (java.util.List) throws java.io.IOException
int bytes
int endPos
int nextTag
com.google.protobuf.IntArrayList plist
int bytes
int endPos
int nextTag
java.util.List target
public void readFixed64List (java.util.List) throws java.io.IOException
int bytes
int endPos
int nextTag
com.google.protobuf.LongArrayList plist
int bytes
int endPos
int nextTag
java.util.List target
public void readFixed32List (java.util.List) throws java.io.IOException
int bytes
int endPos
int nextTag
com.google.protobuf.IntArrayList plist
int bytes
int endPos
int nextTag
java.util.List target
public void readBoolList (java.util.List) throws java.io.IOException
int bytes
int endPos
int nextTag
com.google.protobuf.BooleanArrayList plist
int bytes
int endPos
int nextTag
java.util.List target
public void readStringList (java.util.List) throws java.io.IOException
java.util.List target
public void readStringListRequireUtf8 (java.util.List) throws java.io.IOException
java.util.List target
public void readStringListInternal (java.util.List, boolean) throws java.io.IOException
int nextTag
com.google.protobuf.LazyStringList lazyList
int nextTag
java.util.List target
boolean requireUtf8
public void readMessageList (java.util.List, java.lang.Class, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
java.util.List target
Class targetType
com.google.protobuf.ExtensionRegistryLite extensionRegistry
com.google.protobuf.Schema schema
public void readMessageList (java.util.List, com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
int nextTag
java.util.List target
com.google.protobuf.Schema schema
com.google.protobuf.ExtensionRegistryLite extensionRegistry
int listTag
public void readGroupList (java.util.List, java.lang.Class, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
java.util.List target
Class targetType
com.google.protobuf.ExtensionRegistryLite extensionRegistry
com.google.protobuf.Schema schema
public void readGroupList (java.util.List, com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
int nextTag
java.util.List target
com.google.protobuf.Schema schema
com.google.protobuf.ExtensionRegistryLite extensionRegistry
int listTag
public void readBytesList (java.util.List) throws java.io.IOException
int nextTag
java.util.List target
public void readUInt32List (java.util.List) throws java.io.IOException
int bytes
int endPos
int nextTag
com.google.protobuf.IntArrayList plist
int bytes
int endPos
int nextTag
java.util.List target
public void readEnumList (java.util.List) throws java.io.IOException
int bytes
int endPos
int nextTag
com.google.protobuf.IntArrayList plist
int bytes
int endPos
int nextTag
java.util.List target
public void readSFixed32List (java.util.List) throws java.io.IOException
int bytes
int endPos
int nextTag
com.google.protobuf.IntArrayList plist
int bytes
int endPos
int nextTag
java.util.List target
public void readSFixed64List (java.util.List) throws java.io.IOException
int bytes
int endPos
int nextTag
com.google.protobuf.LongArrayList plist
int bytes
int endPos
int nextTag
java.util.List target
public void readSInt32List (java.util.List) throws java.io.IOException
int bytes
int endPos
int nextTag
com.google.protobuf.IntArrayList plist
int bytes
int endPos
int nextTag
java.util.List target
public void readSInt64List (java.util.List) throws java.io.IOException
int bytes
int endPos
int nextTag
com.google.protobuf.LongArrayList plist
int bytes
int endPos
int nextTag
java.util.List target
private void verifyPackedFixed64Length (int) throws java.io.IOException
int bytes
public void readMap (java.util.Map, com.google.protobuf.MapEntryLite$Metadata, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
com.google.protobuf.InvalidProtocolBufferException$InvalidWireTypeException ignore
int number
java.util.Map target
com.google.protobuf.MapEntryLite$Metadata metadata
com.google.protobuf.ExtensionRegistryLite extensionRegistry
int size
int prevLimit
Object key
Object value
private java.lang.Object readField (com.google.protobuf.WireFormat$FieldType, java.lang.Class, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
com.google.protobuf.WireFormat$FieldType fieldType
Class messageType
com.google.protobuf.ExtensionRegistryLite extensionRegistry
private void verifyPackedFixed32Length (int) throws java.io.IOException
int bytes
private void requirePosition (int) throws java.io.IOException
int expectedPosition
}
com/google/protobuf/CodedOutputStream$1.class
CodedOutputStream.java
package com.google.protobuf
synthetic com.google.protobuf.CodedOutputStream$1 extends java.lang.Object {
}
com/google/protobuf/CodedOutputStream$AbstractBufferedEncoder.class
CodedOutputStream.java
package com.google.protobuf
abstract com.google.protobuf.CodedOutputStream$AbstractBufferedEncoder extends com.google.protobuf.CodedOutputStream {
final byte[] buffer
final int limit
int position
int totalBytesWritten
void <init> (int)
int bufferSize
public final int spaceLeft ()
public final int getTotalBytesWritten ()
final void buffer (byte)
byte value
final void bufferTag (int, int)
int fieldNumber
int wireType
final void bufferInt32NoTag (int)
int value
final void bufferUInt32NoTag (int)
long originalPos
int delta
int value
final void bufferUInt64NoTag (long)
long originalPos
int delta
long value
final void bufferFixed32NoTag (int)
int value
final void bufferFixed64NoTag (long)
long value
}
com/google/protobuf/CodedOutputStream$ArrayEncoder.class
CodedOutputStream.java
package com.google.protobuf
com.google.protobuf.CodedOutputStream$ArrayEncoder extends com.google.protobuf.CodedOutputStream {
private final byte[] buffer
private final int offset
private final int limit
private int position
void <init> (byte[], int, int)
byte[] buffer
int offset
int length
public final void writeTag (int, int) throws java.io.IOException
int fieldNumber
int wireType
public final void writeInt32 (int, int) throws java.io.IOException
int fieldNumber
int value
public final void writeUInt32 (int, int) throws java.io.IOException
int fieldNumber
int value
public final void writeFixed32 (int, int) throws java.io.IOException
int fieldNumber
int value
public final void writeUInt64 (int, long) throws java.io.IOException
int fieldNumber
long value
public final void writeFixed64 (int, long) throws java.io.IOException
int fieldNumber
long value
public final void writeBool (int, boolean) throws java.io.IOException
int fieldNumber
boolean value
public final void writeString (int, java.lang.String) throws java.io.IOException
int fieldNumber
String value
public final void writeBytes (int, com.google.protobuf.ByteString) throws java.io.IOException
int fieldNumber
com.google.protobuf.ByteString value
public final void writeByteArray (int, byte[]) throws java.io.IOException
int fieldNumber
byte[] value
public final void writeByteArray (int, byte[], int, int) throws java.io.IOException
int fieldNumber
byte[] value
int offset
int length
public final void writeByteBuffer (int, java.nio.ByteBuffer) throws java.io.IOException
int fieldNumber
java.nio.ByteBuffer value
public final void writeBytesNoTag (com.google.protobuf.ByteString) throws java.io.IOException
com.google.protobuf.ByteString value
public final void writeByteArrayNoTag (byte[], int, int) throws java.io.IOException
byte[] value
int offset
int length
public final void writeRawBytes (java.nio.ByteBuffer) throws java.io.IOException
java.nio.ByteBuffer duplicated
java.nio.ByteBuffer value
public final void writeMessage (int, com.google.protobuf.MessageLite) throws java.io.IOException
int fieldNumber
com.google.protobuf.MessageLite value
final void writeMessage (int, com.google.protobuf.MessageLite, com.google.protobuf.Schema) throws java.io.IOException
int fieldNumber
com.google.protobuf.MessageLite value
com.google.protobuf.Schema schema
public final void writeMessageSetExtension (int, com.google.protobuf.MessageLite) throws java.io.IOException
int fieldNumber
com.google.protobuf.MessageLite value
public final void writeRawMessageSetExtension (int, com.google.protobuf.ByteString) throws java.io.IOException
int fieldNumber
com.google.protobuf.ByteString value
public final void writeMessageNoTag (com.google.protobuf.MessageLite) throws java.io.IOException
com.google.protobuf.MessageLite value
final void writeMessageNoTag (com.google.protobuf.MessageLite, com.google.protobuf.Schema) throws java.io.IOException
com.google.protobuf.MessageLite value
com.google.protobuf.Schema schema
public final void write (byte) throws java.io.IOException
IndexOutOfBoundsException e
byte value
public final void writeInt32NoTag (int) throws java.io.IOException
int value
public final void writeUInt32NoTag (int) throws java.io.IOException
IndexOutOfBoundsException e
int value
public final void writeFixed32NoTag (int) throws java.io.IOException
IndexOutOfBoundsException e
int value
public final void writeUInt64NoTag (long) throws java.io.IOException
IndexOutOfBoundsException e
long value
public final void writeFixed64NoTag (long) throws java.io.IOException
IndexOutOfBoundsException e
long value
public final void write (byte[], int, int) throws java.io.IOException
IndexOutOfBoundsException e
byte[] value
int offset
int length
public final void writeLazy (byte[], int, int) throws java.io.IOException
byte[] value
int offset
int length
public final void write (java.nio.ByteBuffer) throws java.io.IOException
IndexOutOfBoundsException e
java.nio.ByteBuffer value
int length
public final void writeLazy (java.nio.ByteBuffer) throws java.io.IOException
java.nio.ByteBuffer value
public final void writeStringNoTag (java.lang.String) throws java.io.IOException
int newPosition
int length
int length
int maxLength
int maxLengthVarIntSize
int minLengthVarIntSize
com.google.protobuf.Utf8$UnpairedSurrogateException e
IndexOutOfBoundsException e
String value
int oldPosition
public void flush ()
public final int spaceLeft ()
public final int getTotalBytesWritten ()
}
com/google/protobuf/CodedOutputStream$ByteOutputEncoder.class
CodedOutputStream.java
package com.google.protobuf
final com.google.protobuf.CodedOutputStream$ByteOutputEncoder extends com.google.protobuf.CodedOutputStream$AbstractBufferedEncoder {
private final com.google.protobuf.ByteOutput out
void <init> (com.google.protobuf.ByteOutput, int)
com.google.protobuf.ByteOutput out
int bufferSize
public void writeTag (int, int) throws java.io.IOException
int fieldNumber
int wireType
public void writeInt32 (int, int) throws java.io.IOException
int fieldNumber
int value
public void writeUInt32 (int, int) throws java.io.IOException
int fieldNumber
int value
public void writeFixed32 (int, int) throws java.io.IOException
int fieldNumber
int value
public void writeUInt64 (int, long) throws java.io.IOException
int fieldNumber
long value
public void writeFixed64 (int, long) throws java.io.IOException
int fieldNumber
long value
public void writeBool (int, boolean) throws java.io.IOException
int fieldNumber
boolean value
public void writeString (int, java.lang.String) throws java.io.IOException
int fieldNumber
String value
public void writeBytes (int, com.google.protobuf.ByteString) throws java.io.IOException
int fieldNumber
com.google.protobuf.ByteString value
public void writeByteArray (int, byte[]) throws java.io.IOException
int fieldNumber
byte[] value
public void writeByteArray (int, byte[], int, int) throws java.io.IOException
int fieldNumber
byte[] value
int offset
int length
public void writeByteBuffer (int, java.nio.ByteBuffer) throws java.io.IOException
int fieldNumber
java.nio.ByteBuffer value
public void writeBytesNoTag (com.google.protobuf.ByteString) throws java.io.IOException
com.google.protobuf.ByteString value
public void writeByteArrayNoTag (byte[], int, int) throws java.io.IOException
byte[] value
int offset
int length
public void writeRawBytes (java.nio.ByteBuffer) throws java.io.IOException
java.nio.ByteBuffer duplicated
java.nio.ByteBuffer value
public void writeMessage (int, com.google.protobuf.MessageLite) throws java.io.IOException
int fieldNumber
com.google.protobuf.MessageLite value
void writeMessage (int, com.google.protobuf.MessageLite, com.google.protobuf.Schema) throws java.io.IOException
int fieldNumber
com.google.protobuf.MessageLite value
com.google.protobuf.Schema schema
public void writeMessageSetExtension (int, com.google.protobuf.MessageLite) throws java.io.IOException
int fieldNumber
com.google.protobuf.MessageLite value
public void writeRawMessageSetExtension (int, com.google.protobuf.ByteString) throws java.io.IOException
int fieldNumber
com.google.protobuf.ByteString value
public void writeMessageNoTag (com.google.protobuf.MessageLite) throws java.io.IOException
com.google.protobuf.MessageLite value
void writeMessageNoTag (com.google.protobuf.MessageLite, com.google.protobuf.Schema) throws java.io.IOException
com.google.protobuf.MessageLite value
com.google.protobuf.Schema schema
public void write (byte) throws java.io.IOException
byte value
public void writeInt32NoTag (int) throws java.io.IOException
int value
public void writeUInt32NoTag (int) throws java.io.IOException
int value
public void writeFixed32NoTag (int) throws java.io.IOException
int value
public void writeUInt64NoTag (long) throws java.io.IOException
long value
public void writeFixed64NoTag (long) throws java.io.IOException
long value
public void writeStringNoTag (java.lang.String) throws java.io.IOException
byte[] encodedBytes
int actualLength
int newPosition
int length
int length
int minLengthVarIntSize
com.google.protobuf.Utf8$UnpairedSurrogateException e
IndexOutOfBoundsException e
String value
int maxLength
int maxLengthVarIntSize
int oldPosition
public void flush () throws java.io.IOException
public void write (byte[], int, int) throws java.io.IOException
byte[] value
int offset
int length
public void writeLazy (byte[], int, int) throws java.io.IOException
byte[] value
int offset
int length
public void write (java.nio.ByteBuffer) throws java.io.IOException
java.nio.ByteBuffer value
int length
public void writeLazy (java.nio.ByteBuffer) throws java.io.IOException
java.nio.ByteBuffer value
int length
private void flushIfNotAvailable (int) throws java.io.IOException
int requiredSize
private void doFlush () throws java.io.IOException
}
com/google/protobuf/CodedOutputStream$HeapNioEncoder.class
CodedOutputStream.java
package com.google.protobuf
final com.google.protobuf.CodedOutputStream$HeapNioEncoder extends com.google.protobuf.CodedOutputStream$ArrayEncoder {
private final java.nio.ByteBuffer byteBuffer
private int initialPosition
void <init> (java.nio.ByteBuffer)
java.nio.ByteBuffer byteBuffer
public void flush ()
}
com/google/protobuf/CodedOutputStream$OutOfSpaceException.class
CodedOutputStream.java
package com.google.protobuf
public com.google.protobuf.CodedOutputStream$OutOfSpaceException extends java.io.IOException {
private static final long serialVersionUID
private static final String MESSAGE
void <init> ()
void <init> (java.lang.String)
String explanationMessage
void <init> (java.lang.Throwable)
Throwable cause
void <init> (java.lang.String, java.lang.Throwable)
String explanationMessage
Throwable cause
}
com/google/protobuf/CodedOutputStream$OutputStreamEncoder.class
CodedOutputStream.java
package com.google.protobuf
final com.google.protobuf.CodedOutputStream$OutputStreamEncoder extends com.google.protobuf.CodedOutputStream$AbstractBufferedEncoder {
private final java.io.OutputStream out
void <init> (java.io.OutputStream, int)
java.io.OutputStream out
int bufferSize
public void writeTag (int, int) throws java.io.IOException
int fieldNumber
int wireType
public void writeInt32 (int, int) throws java.io.IOException
int fieldNumber
int value
public void writeUInt32 (int, int) throws java.io.IOException
int fieldNumber
int value
public void writeFixed32 (int, int) throws java.io.IOException
int fieldNumber
int value
public void writeUInt64 (int, long) throws java.io.IOException
int fieldNumber
long value
public void writeFixed64 (int, long) throws java.io.IOException
int fieldNumber
long value
public void writeBool (int, boolean) throws java.io.IOException
int fieldNumber
boolean value
public void writeString (int, java.lang.String) throws java.io.IOException
int fieldNumber
String value
public void writeBytes (int, com.google.protobuf.ByteString) throws java.io.IOException
int fieldNumber
com.google.protobuf.ByteString value
public void writeByteArray (int, byte[]) throws java.io.IOException
int fieldNumber
byte[] value
public void writeByteArray (int, byte[], int, int) throws java.io.IOException
int fieldNumber
byte[] value
int offset
int length
public void writeByteBuffer (int, java.nio.ByteBuffer) throws java.io.IOException
int fieldNumber
java.nio.ByteBuffer value
public void writeBytesNoTag (com.google.protobuf.ByteString) throws java.io.IOException
com.google.protobuf.ByteString value
public void writeByteArrayNoTag (byte[], int, int) throws java.io.IOException
byte[] value
int offset
int length
public void writeRawBytes (java.nio.ByteBuffer) throws java.io.IOException
java.nio.ByteBuffer duplicated
java.nio.ByteBuffer value
public void writeMessage (int, com.google.protobuf.MessageLite) throws java.io.IOException
int fieldNumber
com.google.protobuf.MessageLite value
void writeMessage (int, com.google.protobuf.MessageLite, com.google.protobuf.Schema) throws java.io.IOException
int fieldNumber
com.google.protobuf.MessageLite value
com.google.protobuf.Schema schema
public void writeMessageSetExtension (int, com.google.protobuf.MessageLite) throws java.io.IOException
int fieldNumber
com.google.protobuf.MessageLite value
public void writeRawMessageSetExtension (int, com.google.protobuf.ByteString) throws java.io.IOException
int fieldNumber
com.google.protobuf.ByteString value
public void writeMessageNoTag (com.google.protobuf.MessageLite) throws java.io.IOException
com.google.protobuf.MessageLite value
void writeMessageNoTag (com.google.protobuf.MessageLite, com.google.protobuf.Schema) throws java.io.IOException
com.google.protobuf.MessageLite value
com.google.protobuf.Schema schema
public void write (byte) throws java.io.IOException
byte value
public void writeInt32NoTag (int) throws java.io.IOException
int value
public void writeUInt32NoTag (int) throws java.io.IOException
int value
public void writeFixed32NoTag (int) throws java.io.IOException
int value
public void writeUInt64NoTag (long) throws java.io.IOException
long value
public void writeFixed64NoTag (long) throws java.io.IOException
long value
public void writeStringNoTag (java.lang.String) throws java.io.IOException
byte[] encodedBytes
int actualLength
int newPosition
int length
int length
com.google.protobuf.Utf8$UnpairedSurrogateException e
ArrayIndexOutOfBoundsException e
int maxLength
int maxLengthVarIntSize
int minLengthVarIntSize
int oldPosition
com.google.protobuf.Utf8$UnpairedSurrogateException e
String value
public void flush () throws java.io.IOException
public void write (byte[], int, int) throws java.io.IOException
int bytesWritten
byte[] value
int offset
int length
public void writeLazy (byte[], int, int) throws java.io.IOException
byte[] value
int offset
int length
public void write (java.nio.ByteBuffer) throws java.io.IOException
int bytesWritten
java.nio.ByteBuffer value
int length
public void writeLazy (java.nio.ByteBuffer) throws java.io.IOException
java.nio.ByteBuffer value
private void flushIfNotAvailable (int) throws java.io.IOException
int requiredSize
private void doFlush () throws java.io.IOException
}
com/google/protobuf/CodedOutputStream$SafeDirectNioEncoder.class
CodedOutputStream.java
package com.google.protobuf
final com.google.protobuf.CodedOutputStream$SafeDirectNioEncoder extends com.google.protobuf.CodedOutputStream {
private final java.nio.ByteBuffer originalBuffer
private final java.nio.ByteBuffer buffer
private final int initialPosition
void <init> (java.nio.ByteBuffer)
java.nio.ByteBuffer buffer
public void writeTag (int, int) throws java.io.IOException
int fieldNumber
int wireType
public void writeInt32 (int, int) throws java.io.IOException
int fieldNumber
int value
public void writeUInt32 (int, int) throws java.io.IOException
int fieldNumber
int value
public void writeFixed32 (int, int) throws java.io.IOException
int fieldNumber
int value
public void writeUInt64 (int, long) throws java.io.IOException
int fieldNumber
long value
public void writeFixed64 (int, long) throws java.io.IOException
int fieldNumber
long value
public void writeBool (int, boolean) throws java.io.IOException
int fieldNumber
boolean value
public void writeString (int, java.lang.String) throws java.io.IOException
int fieldNumber
String value
public void writeBytes (int, com.google.protobuf.ByteString) throws java.io.IOException
int fieldNumber
com.google.protobuf.ByteString value
public void writeByteArray (int, byte[]) throws java.io.IOException
int fieldNumber
byte[] value
public void writeByteArray (int, byte[], int, int) throws java.io.IOException
int fieldNumber
byte[] value
int offset
int length
public void writeByteBuffer (int, java.nio.ByteBuffer) throws java.io.IOException
int fieldNumber
java.nio.ByteBuffer value
public void writeMessage (int, com.google.protobuf.MessageLite) throws java.io.IOException
int fieldNumber
com.google.protobuf.MessageLite value
void writeMessage (int, com.google.protobuf.MessageLite, com.google.protobuf.Schema) throws java.io.IOException
int fieldNumber
com.google.protobuf.MessageLite value
com.google.protobuf.Schema schema
public void writeMessageSetExtension (int, com.google.protobuf.MessageLite) throws java.io.IOException
int fieldNumber
com.google.protobuf.MessageLite value
public void writeRawMessageSetExtension (int, com.google.protobuf.ByteString) throws java.io.IOException
int fieldNumber
com.google.protobuf.ByteString value
public void writeMessageNoTag (com.google.protobuf.MessageLite) throws java.io.IOException
com.google.protobuf.MessageLite value
void writeMessageNoTag (com.google.protobuf.MessageLite, com.google.protobuf.Schema) throws java.io.IOException
com.google.protobuf.MessageLite value
com.google.protobuf.Schema schema
public void write (byte) throws java.io.IOException
java.nio.BufferOverflowException e
byte value
public void writeBytesNoTag (com.google.protobuf.ByteString) throws java.io.IOException
com.google.protobuf.ByteString value
public void writeByteArrayNoTag (byte[], int, int) throws java.io.IOException
byte[] value
int offset
int length
public void writeRawBytes (java.nio.ByteBuffer) throws java.io.IOException
java.nio.ByteBuffer duplicated
java.nio.ByteBuffer value
public void writeInt32NoTag (int) throws java.io.IOException
int value
public void writeUInt32NoTag (int) throws java.io.IOException
java.nio.BufferOverflowException e
int value
public void writeFixed32NoTag (int) throws java.io.IOException
java.nio.BufferOverflowException e
int value
public void writeUInt64NoTag (long) throws java.io.IOException
java.nio.BufferOverflowException e
long value
public void writeFixed64NoTag (long) throws java.io.IOException
java.nio.BufferOverflowException e
long value
public void write (byte[], int, int) throws java.io.IOException
IndexOutOfBoundsException e
java.nio.BufferOverflowException e
byte[] value
int offset
int length
public void writeLazy (byte[], int, int) throws java.io.IOException
byte[] value
int offset
int length
public void write (java.nio.ByteBuffer) throws java.io.IOException
java.nio.BufferOverflowException e
java.nio.ByteBuffer value
public void writeLazy (java.nio.ByteBuffer) throws java.io.IOException
java.nio.ByteBuffer value
public void writeStringNoTag (java.lang.String) throws java.io.IOException
int startOfBytes
int endOfBytes
int length
int maxEncodedSize
int maxLengthVarIntSize
int minLengthVarIntSize
com.google.protobuf.Utf8$UnpairedSurrogateException e
IllegalArgumentException e
String value
int startPos
public void flush ()
public int spaceLeft ()
public int getTotalBytesWritten ()
private void encode (java.lang.String) throws java.io.IOException
IndexOutOfBoundsException e
String value
}
com/google/protobuf/CodedOutputStream$UnsafeDirectNioEncoder.class
CodedOutputStream.java
package com.google.protobuf
final com.google.protobuf.CodedOutputStream$UnsafeDirectNioEncoder extends com.google.protobuf.CodedOutputStream {
private final java.nio.ByteBuffer originalBuffer
private final java.nio.ByteBuffer buffer
private final long address
private final long initialPosition
private final long limit
private final long oneVarintLimit
private long position
void <init> (java.nio.ByteBuffer)
java.nio.ByteBuffer buffer
static boolean isSupported ()
public void writeTag (int, int) throws java.io.IOException
int fieldNumber
int wireType
public void writeInt32 (int, int) throws java.io.IOException
int fieldNumber
int value
public void writeUInt32 (int, int) throws java.io.IOException
int fieldNumber
int value
public void writeFixed32 (int, int) throws java.io.IOException
int fieldNumber
int value
public void writeUInt64 (int, long) throws java.io.IOException
int fieldNumber
long value
public void writeFixed64 (int, long) throws java.io.IOException
int fieldNumber
long value
public void writeBool (int, boolean) throws java.io.IOException
int fieldNumber
boolean value
public void writeString (int, java.lang.String) throws java.io.IOException
int fieldNumber
String value
public void writeBytes (int, com.google.protobuf.ByteString) throws java.io.IOException
int fieldNumber
com.google.protobuf.ByteString value
public void writeByteArray (int, byte[]) throws java.io.IOException
int fieldNumber
byte[] value
public void writeByteArray (int, byte[], int, int) throws java.io.IOException
int fieldNumber
byte[] value
int offset
int length
public void writeByteBuffer (int, java.nio.ByteBuffer) throws java.io.IOException
int fieldNumber
java.nio.ByteBuffer value
public void writeMessage (int, com.google.protobuf.MessageLite) throws java.io.IOException
int fieldNumber
com.google.protobuf.MessageLite value
void writeMessage (int, com.google.protobuf.MessageLite, com.google.protobuf.Schema) throws java.io.IOException
int fieldNumber
com.google.protobuf.MessageLite value
com.google.protobuf.Schema schema
public void writeMessageSetExtension (int, com.google.protobuf.MessageLite) throws java.io.IOException
int fieldNumber
com.google.protobuf.MessageLite value
public void writeRawMessageSetExtension (int, com.google.protobuf.ByteString) throws java.io.IOException
int fieldNumber
com.google.protobuf.ByteString value
public void writeMessageNoTag (com.google.protobuf.MessageLite) throws java.io.IOException
com.google.protobuf.MessageLite value
void writeMessageNoTag (com.google.protobuf.MessageLite, com.google.protobuf.Schema) throws java.io.IOException
com.google.protobuf.MessageLite value
com.google.protobuf.Schema schema
public void write (byte) throws java.io.IOException
byte value
public void writeBytesNoTag (com.google.protobuf.ByteString) throws java.io.IOException
com.google.protobuf.ByteString value
public void writeByteArrayNoTag (byte[], int, int) throws java.io.IOException
byte[] value
int offset
int length
public void writeRawBytes (java.nio.ByteBuffer) throws java.io.IOException
java.nio.ByteBuffer duplicated
java.nio.ByteBuffer value
public void writeInt32NoTag (int) throws java.io.IOException
int value
public void writeUInt32NoTag (int) throws java.io.IOException
int value
public void writeFixed32NoTag (int) throws java.io.IOException
int value
public void writeUInt64NoTag (long) throws java.io.IOException
long value
public void writeFixed64NoTag (long) throws java.io.IOException
long value
public void write (byte[], int, int) throws java.io.IOException
byte[] value
int offset
int length
public void writeLazy (byte[], int, int) throws java.io.IOException
byte[] value
int offset
int length
public void write (java.nio.ByteBuffer) throws java.io.IOException
int length
java.nio.BufferOverflowException e
java.nio.ByteBuffer value
public void writeLazy (java.nio.ByteBuffer) throws java.io.IOException
java.nio.ByteBuffer value
public void writeStringNoTag (java.lang.String) throws java.io.IOException
int stringStart
int length
int length
int maxEncodedSize
int maxLengthVarIntSize
int minLengthVarIntSize
com.google.protobuf.Utf8$UnpairedSurrogateException e
IllegalArgumentException e
IndexOutOfBoundsException e
String value
long prevPos
public void flush ()
public int spaceLeft ()
public int getTotalBytesWritten ()
private void repositionBuffer (long)
long pos
private int bufferPos (long)
long pos
}
com/google/protobuf/CodedOutputStream.class
CodedOutputStream.java
package com.google.protobuf
public abstract com.google.protobuf.CodedOutputStream extends com.google.protobuf.ByteOutput {
private static final java.util.logging.Logger logger
private static final boolean HAS_UNSAFE_ARRAY_OPERATIONS
com.google.protobuf.CodedOutputStreamWriter wrapper
public static final int LITTLE_ENDIAN_32_SIZE
public static final int DEFAULT_BUFFER_SIZE
private boolean serializationDeterministic
static int computePreferredBufferSize (int)
int dataLength
public static com.google.protobuf.CodedOutputStream newInstance (java.io.OutputStream)
java.io.OutputStream output
public static com.google.protobuf.CodedOutputStream newInstance (java.io.OutputStream, int)
java.io.OutputStream output
int bufferSize
public static com.google.protobuf.CodedOutputStream newInstance (byte[])
byte[] flatArray
public static com.google.protobuf.CodedOutputStream newInstance (byte[], int, int)
byte[] flatArray
int offset
int length
public static com.google.protobuf.CodedOutputStream newInstance (java.nio.ByteBuffer)
java.nio.ByteBuffer buffer
static com.google.protobuf.CodedOutputStream newUnsafeInstance (java.nio.ByteBuffer)
java.nio.ByteBuffer buffer
static com.google.protobuf.CodedOutputStream newSafeInstance (java.nio.ByteBuffer)
java.nio.ByteBuffer buffer
public void useDeterministicSerialization ()
boolean isSerializationDeterministic ()
public static com.google.protobuf.CodedOutputStream newInstance (java.nio.ByteBuffer, int)
java.nio.ByteBuffer byteBuffer
int unused
static com.google.protobuf.CodedOutputStream newInstance (com.google.protobuf.ByteOutput, int)
com.google.protobuf.ByteOutput byteOutput
int bufferSize
private void <init> ()
public abstract void writeTag (int, int) throws java.io.IOException
public abstract void writeInt32 (int, int) throws java.io.IOException
public abstract void writeUInt32 (int, int) throws java.io.IOException
public final void writeSInt32 (int, int) throws java.io.IOException
int fieldNumber
int value
public abstract void writeFixed32 (int, int) throws java.io.IOException
public final void writeSFixed32 (int, int) throws java.io.IOException
int fieldNumber
int value
public final void writeInt64 (int, long) throws java.io.IOException
int fieldNumber
long value
public abstract void writeUInt64 (int, long) throws java.io.IOException
public final void writeSInt64 (int, long) throws java.io.IOException
int fieldNumber
long value
public abstract void writeFixed64 (int, long) throws java.io.IOException
public final void writeSFixed64 (int, long) throws java.io.IOException
int fieldNumber
long value
public final void writeFloat (int, float) throws java.io.IOException
int fieldNumber
float value
public final void writeDouble (int, double) throws java.io.IOException
int fieldNumber
double value
public abstract void writeBool (int, boolean) throws java.io.IOException
public final void writeEnum (int, int) throws java.io.IOException
int fieldNumber
int value
public abstract void writeString (int, java.lang.String) throws java.io.IOException
public abstract void writeBytes (int, com.google.protobuf.ByteString) throws java.io.IOException
public abstract void writeByteArray (int, byte[]) throws java.io.IOException
public abstract void writeByteArray (int, byte[], int, int) throws java.io.IOException
public abstract void writeByteBuffer (int, java.nio.ByteBuffer) throws java.io.IOException
public final void writeRawByte (byte) throws java.io.IOException
byte value
public final void writeRawByte (int) throws java.io.IOException
int value
public final void writeRawBytes (byte[]) throws java.io.IOException
byte[] value
public final void writeRawBytes (byte[], int, int) throws java.io.IOException
byte[] value
int offset
int length
public final void writeRawBytes (com.google.protobuf.ByteString) throws java.io.IOException
com.google.protobuf.ByteString value
public abstract void writeRawBytes (java.nio.ByteBuffer) throws java.io.IOException
public abstract void writeMessage (int, com.google.protobuf.MessageLite) throws java.io.IOException
abstract void writeMessage (int, com.google.protobuf.MessageLite, com.google.protobuf.Schema) throws java.io.IOException
public abstract void writeMessageSetExtension (int, com.google.protobuf.MessageLite) throws java.io.IOException
public abstract void writeRawMessageSetExtension (int, com.google.protobuf.ByteString) throws java.io.IOException
public abstract void writeInt32NoTag (int) throws java.io.IOException
public abstract void writeUInt32NoTag (int) throws java.io.IOException
public final void writeSInt32NoTag (int) throws java.io.IOException
int value
public abstract void writeFixed32NoTag (int) throws java.io.IOException
public final void writeSFixed32NoTag (int) throws java.io.IOException
int value
public final void writeInt64NoTag (long) throws java.io.IOException
long value
public abstract void writeUInt64NoTag (long) throws java.io.IOException
public final void writeSInt64NoTag (long) throws java.io.IOException
long value
public abstract void writeFixed64NoTag (long) throws java.io.IOException
public final void writeSFixed64NoTag (long) throws java.io.IOException
long value
public final void writeFloatNoTag (float) throws java.io.IOException
float value
public final void writeDoubleNoTag (double) throws java.io.IOException
double value
public final void writeBoolNoTag (boolean) throws java.io.IOException
boolean value
public final void writeEnumNoTag (int) throws java.io.IOException
int value
public abstract void writeStringNoTag (java.lang.String) throws java.io.IOException
public abstract void writeBytesNoTag (com.google.protobuf.ByteString) throws java.io.IOException
public final void writeByteArrayNoTag (byte[]) throws java.io.IOException
byte[] value
public abstract void writeMessageNoTag (com.google.protobuf.MessageLite) throws java.io.IOException
abstract void writeMessageNoTag (com.google.protobuf.MessageLite, com.google.protobuf.Schema) throws java.io.IOException
public abstract void write (byte) throws java.io.IOException
public abstract void write (byte[], int, int) throws java.io.IOException
public abstract void writeLazy (byte[], int, int) throws java.io.IOException
public abstract void write (java.nio.ByteBuffer) throws java.io.IOException
public abstract void writeLazy (java.nio.ByteBuffer) throws java.io.IOException
public static int computeInt32Size (int, int)
int fieldNumber
int value
public static int computeUInt32Size (int, int)
int fieldNumber
int value
public static int computeSInt32Size (int, int)
int fieldNumber
int value
public static int computeFixed32Size (int, int)
int fieldNumber
int value
public static int computeSFixed32Size (int, int)
int fieldNumber
int value
public static int computeInt64Size (int, long)
int fieldNumber
long value
public static int computeUInt64Size (int, long)
int fieldNumber
long value
public static int computeSInt64Size (int, long)
int fieldNumber
long value
public static int computeFixed64Size (int, long)
int fieldNumber
long value
public static int computeSFixed64Size (int, long)
int fieldNumber
long value
public static int computeFloatSize (int, float)
int fieldNumber
float value
public static int computeDoubleSize (int, double)
int fieldNumber
double value
public static int computeBoolSize (int, boolean)
int fieldNumber
boolean value
public static int computeEnumSize (int, int)
int fieldNumber
int value
public static int computeStringSize (int, java.lang.String)
int fieldNumber
String value
public static int computeBytesSize (int, com.google.protobuf.ByteString)
int fieldNumber
com.google.protobuf.ByteString value
public static int computeByteArraySize (int, byte[])
int fieldNumber
byte[] value
public static int computeByteBufferSize (int, java.nio.ByteBuffer)
int fieldNumber
java.nio.ByteBuffer value
public static int computeLazyFieldSize (int, com.google.protobuf.LazyFieldLite)
int fieldNumber
com.google.protobuf.LazyFieldLite value
public static int computeMessageSize (int, com.google.protobuf.MessageLite)
int fieldNumber
com.google.protobuf.MessageLite value
static int computeMessageSize (int, com.google.protobuf.MessageLite, com.google.protobuf.Schema)
int fieldNumber
com.google.protobuf.MessageLite value
com.google.protobuf.Schema schema
public static int computeMessageSetExtensionSize (int, com.google.protobuf.MessageLite)
int fieldNumber
com.google.protobuf.MessageLite value
public static int computeRawMessageSetExtensionSize (int, com.google.protobuf.ByteString)
int fieldNumber
com.google.protobuf.ByteString value
public static int computeLazyFieldMessageSetExtensionSize (int, com.google.protobuf.LazyFieldLite)
int fieldNumber
com.google.protobuf.LazyFieldLite value
public static int computeTagSize (int)
int fieldNumber
public static int computeInt32SizeNoTag (int)
int value
public static int computeUInt32SizeNoTag (int)
int value
public static int computeSInt32SizeNoTag (int)
int value
public static int computeFixed32SizeNoTag (int)
int unused
public static int computeSFixed32SizeNoTag (int)
int unused
public static int computeInt64SizeNoTag (long)
long value
public static int computeUInt64SizeNoTag (long)
long value
int n
public static int computeSInt64SizeNoTag (long)
long value
public static int computeFixed64SizeNoTag (long)
long unused
public static int computeSFixed64SizeNoTag (long)
long unused
public static int computeFloatSizeNoTag (float)
float unused
public static int computeDoubleSizeNoTag (double)
double unused
public static int computeBoolSizeNoTag (boolean)
boolean unused
public static int computeEnumSizeNoTag (int)
int value
public static int computeStringSizeNoTag (java.lang.String)
int length
byte[] bytes
com.google.protobuf.Utf8$UnpairedSurrogateException e
String value
int length
public static int computeLazyFieldSizeNoTag (com.google.protobuf.LazyFieldLite)
com.google.protobuf.LazyFieldLite value
public static int computeBytesSizeNoTag (com.google.protobuf.ByteString)
com.google.protobuf.ByteString value
public static int computeByteArraySizeNoTag (byte[])
byte[] value
public static int computeByteBufferSizeNoTag (java.nio.ByteBuffer)
java.nio.ByteBuffer value
public static int computeMessageSizeNoTag (com.google.protobuf.MessageLite)
com.google.protobuf.MessageLite value
static int computeMessageSizeNoTag (com.google.protobuf.MessageLite, com.google.protobuf.Schema)
com.google.protobuf.MessageLite value
com.google.protobuf.Schema schema
static int computeLengthDelimitedFieldSize (int)
int fieldLength
public static int encodeZigZag32 (int)
int n
public static long encodeZigZag64 (long)
long n
public abstract void flush () throws java.io.IOException
public abstract int spaceLeft ()
public final void checkNoSpaceLeft ()
public abstract int getTotalBytesWritten ()
abstract void writeByteArrayNoTag (byte[], int, int) throws java.io.IOException
final void inefficientWriteStringNoTag (java.lang.String, com.google.protobuf.Utf8$UnpairedSurrogateException) throws java.io.IOException
IndexOutOfBoundsException e
String value
com.google.protobuf.Utf8$UnpairedSurrogateException cause
byte[] bytes
public final void writeGroup (int, com.google.protobuf.MessageLite) throws java.io.IOException
int fieldNumber
com.google.protobuf.MessageLite value
final void writeGroup (int, com.google.protobuf.MessageLite, com.google.protobuf.Schema) throws java.io.IOException
int fieldNumber
com.google.protobuf.MessageLite value
com.google.protobuf.Schema schema
public final void writeGroupNoTag (com.google.protobuf.MessageLite) throws java.io.IOException
com.google.protobuf.MessageLite value
final void writeGroupNoTag (com.google.protobuf.MessageLite, com.google.protobuf.Schema) throws java.io.IOException
com.google.protobuf.MessageLite value
com.google.protobuf.Schema schema
public static int computeGroupSize (int, com.google.protobuf.MessageLite)
int fieldNumber
com.google.protobuf.MessageLite value
static int computeGroupSize (int, com.google.protobuf.MessageLite, com.google.protobuf.Schema)
int fieldNumber
com.google.protobuf.MessageLite value
com.google.protobuf.Schema schema
public static int computeGroupSizeNoTag (com.google.protobuf.MessageLite)
com.google.protobuf.MessageLite value
static int computeGroupSizeNoTag (com.google.protobuf.MessageLite, com.google.protobuf.Schema)
com.google.protobuf.MessageLite value
com.google.protobuf.Schema schema
public final void writeRawVarint32 (int) throws java.io.IOException
int value
public final void writeRawVarint64 (long) throws java.io.IOException
long value
public static int computeRawVarint32Size (int)
int value
public static int computeRawVarint64Size (long)
long value
public final void writeRawLittleEndian32 (int) throws java.io.IOException
int value
public final void writeRawLittleEndian64 (long) throws java.io.IOException
long value
synthetic void <init> (com.google.protobuf.CodedOutputStream$1)
com.google.protobuf.CodedOutputStream$1 x0
static synthetic boolean access$100 ()
static void <clinit> ()
}
com/google/protobuf/CodedOutputStreamWriter$1.class
CodedOutputStreamWriter.java
package com.google.protobuf
synthetic com.google.protobuf.CodedOutputStreamWriter$1 extends java.lang.Object {
static final synthetic int[] $SwitchMap$com$google$protobuf$WireFormat$FieldType
static void <clinit> ()
}
com/google/protobuf/CodedOutputStreamWriter.class
CodedOutputStreamWriter.java
package com.google.protobuf
final com.google.protobuf.CodedOutputStreamWriter extends java.lang.Object implements com.google.protobuf.Writer {
private final com.google.protobuf.CodedOutputStream output
public static com.google.protobuf.CodedOutputStreamWriter forCodedOutput (com.google.protobuf.CodedOutputStream)
com.google.protobuf.CodedOutputStream output
private void <init> (com.google.protobuf.CodedOutputStream)
com.google.protobuf.CodedOutputStream output
public com.google.protobuf.Writer$FieldOrder fieldOrder ()
public int getTotalBytesWritten ()
public void writeSFixed32 (int, int) throws java.io.IOException
int fieldNumber
int value
public void writeInt64 (int, long) throws java.io.IOException
int fieldNumber
long value
public void writeSFixed64 (int, long) throws java.io.IOException
int fieldNumber
long value
public void writeFloat (int, float) throws java.io.IOException
int fieldNumber
float value
public void writeDouble (int, double) throws java.io.IOException
int fieldNumber
double value
public void writeEnum (int, int) throws java.io.IOException
int fieldNumber
int value
public void writeUInt64 (int, long) throws java.io.IOException
int fieldNumber
long value
public void writeInt32 (int, int) throws java.io.IOException
int fieldNumber
int value
public void writeFixed64 (int, long) throws java.io.IOException
int fieldNumber
long value
public void writeFixed32 (int, int) throws java.io.IOException
int fieldNumber
int value
public void writeBool (int, boolean) throws java.io.IOException
int fieldNumber
boolean value
public void writeString (int, java.lang.String) throws java.io.IOException
int fieldNumber
String value
public void writeBytes (int, com.google.protobuf.ByteString) throws java.io.IOException
int fieldNumber
com.google.protobuf.ByteString value
public void writeUInt32 (int, int) throws java.io.IOException
int fieldNumber
int value
public void writeSInt32 (int, int) throws java.io.IOException
int fieldNumber
int value
public void writeSInt64 (int, long) throws java.io.IOException
int fieldNumber
long value
public void writeMessage (int, java.lang.Object) throws java.io.IOException
int fieldNumber
Object value
public void writeMessage (int, java.lang.Object, com.google.protobuf.Schema) throws java.io.IOException
int fieldNumber
Object value
com.google.protobuf.Schema schema
public void writeGroup (int, java.lang.Object) throws java.io.IOException
int fieldNumber
Object value
public void writeGroup (int, java.lang.Object, com.google.protobuf.Schema) throws java.io.IOException
int fieldNumber
Object value
com.google.protobuf.Schema schema
public void writeStartGroup (int) throws java.io.IOException
int fieldNumber
public void writeEndGroup (int) throws java.io.IOException
int fieldNumber
public final void writeMessageSetItem (int, java.lang.Object) throws java.io.IOException
int fieldNumber
Object value
public void writeInt32List (int, java.util.List, boolean) throws java.io.IOException
int i
int i
int dataSize
int i
int fieldNumber
java.util.List value
boolean packed
public void writeFixed32List (int, java.util.List, boolean) throws java.io.IOException
int i
int i
int dataSize
int i
int fieldNumber
java.util.List value
boolean packed
public void writeInt64List (int, java.util.List, boolean) throws java.io.IOException
int i
int i
int dataSize
int i
int fieldNumber
java.util.List value
boolean packed
public void writeUInt64List (int, java.util.List, boolean) throws java.io.IOException
int i
int i
int dataSize
int i
int fieldNumber
java.util.List value
boolean packed
public void writeFixed64List (int, java.util.List, boolean) throws java.io.IOException
int i
int i
int dataSize
int i
int fieldNumber
java.util.List value
boolean packed
public void writeFloatList (int, java.util.List, boolean) throws java.io.IOException
int i
int i
int dataSize
int i
int fieldNumber
java.util.List value
boolean packed
public void writeDoubleList (int, java.util.List, boolean) throws java.io.IOException
int i
int i
int dataSize
int i
int fieldNumber
java.util.List value
boolean packed
public void writeEnumList (int, java.util.List, boolean) throws java.io.IOException
int i
int i
int dataSize
int i
int fieldNumber
java.util.List value
boolean packed
public void writeBoolList (int, java.util.List, boolean) throws java.io.IOException
int i
int i
int dataSize
int i
int fieldNumber
java.util.List value
boolean packed
public void writeStringList (int, java.util.List) throws java.io.IOException
int i
com.google.protobuf.LazyStringList lazyList
int i
int fieldNumber
java.util.List value
private void writeLazyString (int, java.lang.Object) throws java.io.IOException
int fieldNumber
Object value
public void writeBytesList (int, java.util.List) throws java.io.IOException
int i
int fieldNumber
java.util.List value
public void writeUInt32List (int, java.util.List, boolean) throws java.io.IOException
int i
int i
int dataSize
int i
int fieldNumber
java.util.List value
boolean packed
public void writeSFixed32List (int, java.util.List, boolean) throws java.io.IOException
int i
int i
int dataSize
int i
int fieldNumber
java.util.List value
boolean packed
public void writeSFixed64List (int, java.util.List, boolean) throws java.io.IOException
int i
int i
int dataSize
int i
int fieldNumber
java.util.List value
boolean packed
public void writeSInt32List (int, java.util.List, boolean) throws java.io.IOException
int i
int i
int dataSize
int i
int fieldNumber
java.util.List value
boolean packed
public void writeSInt64List (int, java.util.List, boolean) throws java.io.IOException
int i
int i
int dataSize
int i
int fieldNumber
java.util.List value
boolean packed
public void writeMessageList (int, java.util.List) throws java.io.IOException
int i
int fieldNumber
java.util.List value
public void writeMessageList (int, java.util.List, com.google.protobuf.Schema) throws java.io.IOException
int i
int fieldNumber
java.util.List value
com.google.protobuf.Schema schema
public void writeGroupList (int, java.util.List) throws java.io.IOException
int i
int fieldNumber
java.util.List value
public void writeGroupList (int, java.util.List, com.google.protobuf.Schema) throws java.io.IOException
int i
int fieldNumber
java.util.List value
com.google.protobuf.Schema schema
public void writeMap (int, com.google.protobuf.MapEntryLite$Metadata, java.util.Map) throws java.io.IOException
java.util.Map$Entry entry
int fieldNumber
com.google.protobuf.MapEntryLite$Metadata metadata
java.util.Map map
private void writeDeterministicMap (int, com.google.protobuf.MapEntryLite$Metadata, java.util.Map) throws java.io.IOException
Object value
int fieldNumber
com.google.protobuf.MapEntryLite$Metadata metadata
java.util.Map map
private void writeDeterministicBooleanMapEntry (int, boolean, java.lang.Object, com.google.protobuf.MapEntryLite$Metadata) throws java.io.IOException
int fieldNumber
boolean key
Object value
com.google.protobuf.MapEntryLite$Metadata metadata
private void writeDeterministicIntegerMap (int, com.google.protobuf.MapEntryLite$Metadata, java.util.Map) throws java.io.IOException
int k
Object value
int key
int fieldNumber
com.google.protobuf.MapEntryLite$Metadata metadata
java.util.Map map
int[] keys
int index
private void writeDeterministicLongMap (int, com.google.protobuf.MapEntryLite$Metadata, java.util.Map) throws java.io.IOException
long k
Object value
long key
int fieldNumber
com.google.protobuf.MapEntryLite$Metadata metadata
java.util.Map map
long[] keys
int index
private void writeDeterministicStringMap (int, com.google.protobuf.MapEntryLite$Metadata, java.util.Map) throws java.io.IOException
String k
Object value
String key
int fieldNumber
com.google.protobuf.MapEntryLite$Metadata metadata
java.util.Map map
String[] keys
int index
}
com/google/protobuf/CompileTimeConstant.class
CompileTimeConstant.java
package com.google.protobuf
abstract annotation com.google.protobuf.CompileTimeConstant extends java.lang.Object implements java.lang.annotation.Annotation {
}
com/google/protobuf/DoubleArrayList.class
DoubleArrayList.java
package com.google.protobuf
final com.google.protobuf.DoubleArrayList extends com.google.protobuf.AbstractProtobufList implements com.google.protobuf.Internal$DoubleList java.util.RandomAccess com.google.protobuf.PrimitiveNonBoxingCollection {
private static final com.google.protobuf.DoubleArrayList EMPTY_LIST
private double[] array
private int size
public static com.google.protobuf.DoubleArrayList emptyList ()
void <init> ()
private void <init> (double[], int)
double[] other
int size
protected void removeRange (int, int)
int fromIndex
int toIndex
public boolean equals (java.lang.Object)
int i
Object o
com.google.protobuf.DoubleArrayList other
double[] arr
public int hashCode ()
long bits
int i
int result
public com.google.protobuf.Internal$DoubleList mutableCopyWithCapacity (int)
int capacity
public java.lang.Double get (int)
int index
public double getDouble (int)
int index
public int indexOf (java.lang.Object)
int i
Object element
double unboxedElement
int numElems
public boolean contains (java.lang.Object)
Object element
public int size ()
public java.lang.Double set (int, java.lang.Double)
int index
Double element
public double setDouble (int, double)
int index
double element
double previousValue
public boolean add (java.lang.Double)
Double element
public void add (int, java.lang.Double)
int index
Double element
public void addDouble (double)
int length
double[] newArray
double element
private void addDouble (int, double)
int length
double[] newArray
int index
double element
public boolean addAll (java.util.Collection)
java.util.Collection collection
com.google.protobuf.DoubleArrayList list
int overflow
int newSize
public java.lang.Double remove (int)
int index
double value
private void ensureIndexInRange (int)
int index
private java.lang.String makeOutOfBoundsExceptionMessage (int)
int index
public volatile synthetic java.lang.Object set (int, java.lang.Object)
public volatile synthetic java.lang.Object remove (int)
public volatile synthetic void add (int, java.lang.Object)
public volatile synthetic boolean add (java.lang.Object)
public volatile synthetic com.google.protobuf.Internal$ProtobufList mutableCopyWithCapacity (int)
public volatile synthetic java.lang.Object get (int)
static void <clinit> ()
}
com/google/protobuf/ExperimentalApi.class
ExperimentalApi.java
package com.google.protobuf
public abstract annotation com.google.protobuf.ExperimentalApi extends java.lang.Object implements java.lang.annotation.Annotation {
public abstract java.lang.String value ()
}
com/google/protobuf/ExtensionLite.class
ExtensionLite.java
package com.google.protobuf
public abstract com.google.protobuf.ExtensionLite extends java.lang.Object {
public void <init> ()
public abstract int getNumber ()
public abstract com.google.protobuf.WireFormat$FieldType getLiteType ()
public abstract boolean isRepeated ()
public abstract java.lang.Object getDefaultValue ()
public abstract com.google.protobuf.MessageLite getMessageDefaultInstance ()
boolean isLite ()
}
com/google/protobuf/ExtensionRegistryFactory.class
ExtensionRegistryFactory.java
package com.google.protobuf
final com.google.protobuf.ExtensionRegistryFactory extends java.lang.Object {
static final String FULL_REGISTRY_CLASS_NAME
static final Class EXTENSION_REGISTRY_CLASS
void <init> ()
static java.lang.Class reflectExtensionRegistry ()
ClassNotFoundException e
public static com.google.protobuf.ExtensionRegistryLite create ()
com.google.protobuf.ExtensionRegistryLite result
public static com.google.protobuf.ExtensionRegistryLite createEmpty ()
com.google.protobuf.ExtensionRegistryLite result
static boolean isFullRegistry (com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.ExtensionRegistryLite registry
private static final com.google.protobuf.ExtensionRegistryLite invokeSubclassFactory (java.lang.String)
Exception e
String methodName
static void <clinit> ()
}
com/google/protobuf/ExtensionRegistryLite$ExtensionClassHolder.class
ExtensionRegistryLite.java
package com.google.protobuf
com.google.protobuf.ExtensionRegistryLite$ExtensionClassHolder extends java.lang.Object {
static final Class INSTANCE
private void <init> ()
static java.lang.Class resolveExtensionClass ()
ClassNotFoundException e
static void <clinit> ()
}
com/google/protobuf/ExtensionRegistryLite$ObjectIntPair.class
ExtensionRegistryLite.java
package com.google.protobuf
final com.google.protobuf.ExtensionRegistryLite$ObjectIntPair extends java.lang.Object {
private final Object object
private final int number
void <init> (java.lang.Object, int)
Object object
int number
public int hashCode ()
public boolean equals (java.lang.Object)
Object obj
com.google.protobuf.ExtensionRegistryLite$ObjectIntPair other
}
com/google/protobuf/ExtensionRegistryLite.class
ExtensionRegistryLite.java
package com.google.protobuf
public com.google.protobuf.ExtensionRegistryLite extends java.lang.Object {
private static volatile boolean eagerlyParseMessageSets
private static boolean doFullRuntimeInheritanceCheck
static final String EXTENSION_CLASS_NAME
private static volatile com.google.protobuf.ExtensionRegistryLite emptyRegistry
static final com.google.protobuf.ExtensionRegistryLite EMPTY_REGISTRY_LITE
private final java.util.Map extensionsByNumber
public static boolean isEagerlyParseMessageSets ()
public static void setEagerlyParseMessageSets (boolean)
boolean isEagerlyParse
public static com.google.protobuf.ExtensionRegistryLite newInstance ()
public static com.google.protobuf.ExtensionRegistryLite getEmptyRegistry ()
com.google.protobuf.ExtensionRegistryLite result
public com.google.protobuf.ExtensionRegistryLite getUnmodifiable ()
public com.google.protobuf.GeneratedMessageLite$GeneratedExtension findLiteExtensionByNumber (com.google.protobuf.MessageLite, int)
com.google.protobuf.MessageLite containingTypeDefaultInstance
int fieldNumber
public final void add (com.google.protobuf.GeneratedMessageLite$GeneratedExtension)
com.google.protobuf.GeneratedMessageLite$GeneratedExtension extension
public final void add (com.google.protobuf.ExtensionLite)
Exception e
com.google.protobuf.ExtensionLite extension
void <init> ()
void <init> (com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.ExtensionRegistryLite other
void <init> (boolean)
boolean empty
static void <clinit> ()
}
com/google/protobuf/ExtensionSchema.class
ExtensionSchema.java
package com.google.protobuf
abstract com.google.protobuf.ExtensionSchema extends java.lang.Object {
void <init> ()
abstract boolean hasExtensions (com.google.protobuf.MessageLite)
abstract com.google.protobuf.FieldSet getExtensions (java.lang.Object)
abstract void setExtensions (java.lang.Object, com.google.protobuf.FieldSet)
abstract com.google.protobuf.FieldSet getMutableExtensions (java.lang.Object)
abstract void makeImmutable (java.lang.Object)
abstract java.lang.Object parseExtension (java.lang.Object, com.google.protobuf.Reader, java.lang.Object, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.FieldSet, java.lang.Object, com.google.protobuf.UnknownFieldSchema) throws java.io.IOException
abstract int extensionNumber (java.util.Map$Entry)
abstract void serializeExtension (com.google.protobuf.Writer, java.util.Map$Entry) throws java.io.IOException
abstract java.lang.Object findExtensionByNumber (com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.MessageLite, int)
abstract void parseLengthPrefixedMessageSetItem (com.google.protobuf.Reader, java.lang.Object, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.FieldSet) throws java.io.IOException
abstract void parseMessageSetItem (com.google.protobuf.ByteString, java.lang.Object, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.FieldSet) throws java.io.IOException
}
com/google/protobuf/ExtensionSchemaLite$1.class
ExtensionSchemaLite.java
package com.google.protobuf
synthetic com.google.protobuf.ExtensionSchemaLite$1 extends java.lang.Object {
static final synthetic int[] $SwitchMap$com$google$protobuf$WireFormat$FieldType
static void <clinit> ()
}
com/google/protobuf/ExtensionSchemaLite.class
ExtensionSchemaLite.java
package com.google.protobuf
final com.google.protobuf.ExtensionSchemaLite extends com.google.protobuf.ExtensionSchema {
void <init> ()
boolean hasExtensions (com.google.protobuf.MessageLite)
com.google.protobuf.MessageLite prototype
com.google.protobuf.FieldSet getExtensions (java.lang.Object)
Object message
void setExtensions (java.lang.Object, com.google.protobuf.FieldSet)
Object message
com.google.protobuf.FieldSet extensions
com.google.protobuf.FieldSet getMutableExtensions (java.lang.Object)
Object message
void makeImmutable (java.lang.Object)
Object message
java.lang.Object parseExtension (java.lang.Object, com.google.protobuf.Reader, java.lang.Object, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.FieldSet, java.lang.Object, com.google.protobuf.UnknownFieldSchema) throws java.io.IOException
java.util.List list
java.util.List list
java.util.List list
java.util.List list
java.util.List list
java.util.List list
java.util.List list
java.util.List list
java.util.List list
java.util.List list
java.util.List list
java.util.List list
java.util.List list
java.util.List list
Object value
int number
Object enumValue
Object newValue
com.google.protobuf.Schema extSchema
Object oldValue
Object newValue
com.google.protobuf.Schema extSchema
Object oldValue
Object oldValue
Object value
Object containerMessage
com.google.protobuf.Reader reader
Object extensionObject
com.google.protobuf.ExtensionRegistryLite extensionRegistry
com.google.protobuf.FieldSet extensions
Object unknownFields
com.google.protobuf.UnknownFieldSchema unknownFieldSchema
com.google.protobuf.GeneratedMessageLite$GeneratedExtension extension
int fieldNumber
int extensionNumber (java.util.Map$Entry)
java.util.Map$Entry extension
com.google.protobuf.GeneratedMessageLite$ExtensionDescriptor descriptor
void serializeExtension (com.google.protobuf.Writer, java.util.Map$Entry) throws java.io.IOException
java.util.List data
java.util.List data
com.google.protobuf.Writer writer
java.util.Map$Entry extension
com.google.protobuf.GeneratedMessageLite$ExtensionDescriptor descriptor
java.lang.Object findExtensionByNumber (com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.MessageLite, int)
com.google.protobuf.ExtensionRegistryLite extensionRegistry
com.google.protobuf.MessageLite defaultInstance
int number
void parseLengthPrefixedMessageSetItem (com.google.protobuf.Reader, java.lang.Object, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.FieldSet) throws java.io.IOException
com.google.protobuf.Reader reader
Object extensionObject
com.google.protobuf.ExtensionRegistryLite extensionRegistry
com.google.protobuf.FieldSet extensions
com.google.protobuf.GeneratedMessageLite$GeneratedExtension extension
Object value
void parseMessageSetItem (com.google.protobuf.ByteString, java.lang.Object, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.FieldSet) throws java.io.IOException
com.google.protobuf.ByteString data
Object extensionObject
com.google.protobuf.ExtensionRegistryLite extensionRegistry
com.google.protobuf.FieldSet extensions
com.google.protobuf.GeneratedMessageLite$GeneratedExtension extension
com.google.protobuf.MessageLite$Builder builder
com.google.protobuf.CodedInputStream input
}
com/google/protobuf/ExtensionSchemas.class
ExtensionSchemas.java
package com.google.protobuf
final com.google.protobuf.ExtensionSchemas extends java.lang.Object {
private static final com.google.protobuf.ExtensionSchema LITE_SCHEMA
private static final com.google.protobuf.ExtensionSchema FULL_SCHEMA
void <init> ()
private static com.google.protobuf.ExtensionSchema loadSchemaForFullRuntime ()
Class clazz
Exception e
static com.google.protobuf.ExtensionSchema lite ()
static com.google.protobuf.ExtensionSchema full ()
static void <clinit> ()
}
com/google/protobuf/FieldInfo$1.class
FieldInfo.java
package com.google.protobuf
synthetic com.google.protobuf.FieldInfo$1 extends java.lang.Object {
static final synthetic int[] $SwitchMap$com$google$protobuf$FieldType
static void <clinit> ()
}
com/google/protobuf/FieldInfo$Builder.class
FieldInfo.java
package com.google.protobuf
public final com.google.protobuf.FieldInfo$Builder extends java.lang.Object {
private java.lang.reflect.Field field
private com.google.protobuf.FieldType type
private int fieldNumber
private java.lang.reflect.Field presenceField
private int presenceMask
private boolean required
private boolean enforceUtf8
private com.google.protobuf.OneofInfo oneof
private Class oneofStoredType
private Object mapDefaultEntry
private com.google.protobuf.Internal$EnumVerifier enumVerifier
private java.lang.reflect.Field cachedSizeField
private void <init> ()
public com.google.protobuf.FieldInfo$Builder withField (java.lang.reflect.Field)
java.lang.reflect.Field field
public com.google.protobuf.FieldInfo$Builder withType (com.google.protobuf.FieldType)
com.google.protobuf.FieldType type
public com.google.protobuf.FieldInfo$Builder withFieldNumber (int)
int fieldNumber
public com.google.protobuf.FieldInfo$Builder withPresence (java.lang.reflect.Field, int)
java.lang.reflect.Field presenceField
int presenceMask
public com.google.protobuf.FieldInfo$Builder withOneof (com.google.protobuf.OneofInfo, java.lang.Class)
com.google.protobuf.OneofInfo oneof
Class oneofStoredType
public com.google.protobuf.FieldInfo$Builder withRequired (boolean)
boolean required
public com.google.protobuf.FieldInfo$Builder withMapDefaultEntry (java.lang.Object)
Object mapDefaultEntry
public com.google.protobuf.FieldInfo$Builder withEnforceUtf8 (boolean)
boolean enforceUtf8
public com.google.protobuf.FieldInfo$Builder withEnumVerifier (com.google.protobuf.Internal$EnumVerifier)
com.google.protobuf.Internal$EnumVerifier enumVerifier
public com.google.protobuf.FieldInfo$Builder withCachedSizeField (java.lang.reflect.Field)
java.lang.reflect.Field cachedSizeField
public com.google.protobuf.FieldInfo build ()
synthetic void <init> (com.google.protobuf.FieldInfo$1)
com.google.protobuf.FieldInfo$1 x0
}
com/google/protobuf/FieldInfo.class
FieldInfo.java
package com.google.protobuf
final com.google.protobuf.FieldInfo extends java.lang.Object implements java.lang.Comparable {
private final java.lang.reflect.Field field
private final com.google.protobuf.FieldType type
private final Class messageClass
private final int fieldNumber
private final java.lang.reflect.Field presenceField
private final int presenceMask
private final boolean required
private final boolean enforceUtf8
private final com.google.protobuf.OneofInfo oneof
private final java.lang.reflect.Field cachedSizeField
private final Class oneofStoredType
private final Object mapDefaultEntry
private final com.google.protobuf.Internal$EnumVerifier enumVerifier
public static com.google.protobuf.FieldInfo forField (java.lang.reflect.Field, int, com.google.protobuf.FieldType, boolean)
java.lang.reflect.Field field
int fieldNumber
com.google.protobuf.FieldType fieldType
boolean enforceUtf8
public static com.google.protobuf.FieldInfo forPackedField (java.lang.reflect.Field, int, com.google.protobuf.FieldType, java.lang.reflect.Field)
java.lang.reflect.Field field
int fieldNumber
com.google.protobuf.FieldType fieldType
java.lang.reflect.Field cachedSizeField
public static com.google.protobuf.FieldInfo forRepeatedMessageField (java.lang.reflect.Field, int, com.google.protobuf.FieldType, java.lang.Class)
java.lang.reflect.Field field
int fieldNumber
com.google.protobuf.FieldType fieldType
Class messageClass
public static com.google.protobuf.FieldInfo forFieldWithEnumVerifier (java.lang.reflect.Field, int, com.google.protobuf.FieldType, com.google.protobuf.Internal$EnumVerifier)
java.lang.reflect.Field field
int fieldNumber
com.google.protobuf.FieldType fieldType
com.google.protobuf.Internal$EnumVerifier enumVerifier
public static com.google.protobuf.FieldInfo forPackedFieldWithEnumVerifier (java.lang.reflect.Field, int, com.google.protobuf.FieldType, com.google.protobuf.Internal$EnumVerifier, java.lang.reflect.Field)
java.lang.reflect.Field field
int fieldNumber
com.google.protobuf.FieldType fieldType
com.google.protobuf.Internal$EnumVerifier enumVerifier
java.lang.reflect.Field cachedSizeField
public static com.google.protobuf.FieldInfo forProto2OptionalField (java.lang.reflect.Field, int, com.google.protobuf.FieldType, java.lang.reflect.Field, int, boolean, com.google.protobuf.Internal$EnumVerifier)
java.lang.reflect.Field field
int fieldNumber
com.google.protobuf.FieldType fieldType
java.lang.reflect.Field presenceField
int presenceMask
boolean enforceUtf8
com.google.protobuf.Internal$EnumVerifier enumVerifier
public static com.google.protobuf.FieldInfo forOneofMemberField (int, com.google.protobuf.FieldType, com.google.protobuf.OneofInfo, java.lang.Class, boolean, com.google.protobuf.Internal$EnumVerifier)
int fieldNumber
com.google.protobuf.FieldType fieldType
com.google.protobuf.OneofInfo oneof
Class oneofStoredType
boolean enforceUtf8
com.google.protobuf.Internal$EnumVerifier enumVerifier
private static void checkFieldNumber (int)
int fieldNumber
public static com.google.protobuf.FieldInfo forProto2RequiredField (java.lang.reflect.Field, int, com.google.protobuf.FieldType, java.lang.reflect.Field, int, boolean, com.google.protobuf.Internal$EnumVerifier)
java.lang.reflect.Field field
int fieldNumber
com.google.protobuf.FieldType fieldType
java.lang.reflect.Field presenceField
int presenceMask
boolean enforceUtf8
com.google.protobuf.Internal$EnumVerifier enumVerifier
public static com.google.protobuf.FieldInfo forMapField (java.lang.reflect.Field, int, java.lang.Object, com.google.protobuf.Internal$EnumVerifier)
java.lang.reflect.Field field
int fieldNumber
Object mapDefaultEntry
com.google.protobuf.Internal$EnumVerifier enumVerifier
private void <init> (java.lang.reflect.Field, int, com.google.protobuf.FieldType, java.lang.Class, java.lang.reflect.Field, int, boolean, boolean, com.google.protobuf.OneofInfo, java.lang.Class, java.lang.Object, com.google.protobuf.Internal$EnumVerifier, java.lang.reflect.Field)
java.lang.reflect.Field field
int fieldNumber
com.google.protobuf.FieldType type
Class messageClass
java.lang.reflect.Field presenceField
int presenceMask
boolean required
boolean enforceUtf8
com.google.protobuf.OneofInfo oneof
Class oneofStoredType
Object mapDefaultEntry
com.google.protobuf.Internal$EnumVerifier enumVerifier
java.lang.reflect.Field cachedSizeField
public int getFieldNumber ()
public java.lang.reflect.Field getField ()
public com.google.protobuf.FieldType getType ()
public com.google.protobuf.OneofInfo getOneof ()
public java.lang.Class getOneofStoredType ()
public com.google.protobuf.Internal$EnumVerifier getEnumVerifier ()
public int compareTo (com.google.protobuf.FieldInfo)
com.google.protobuf.FieldInfo o
public java.lang.Class getListElementType ()
public java.lang.reflect.Field getPresenceField ()
public java.lang.Object getMapDefaultEntry ()
public int getPresenceMask ()
public boolean isRequired ()
public boolean isEnforceUtf8 ()
public java.lang.reflect.Field getCachedSizeField ()
public java.lang.Class getMessageFieldClass ()
public static com.google.protobuf.FieldInfo$Builder newBuilder ()
private static boolean isExactlyOneBitSet (int)
int value
public volatile synthetic int compareTo (java.lang.Object)
}
com/google/protobuf/FieldSet$1.class
FieldSet.java
package com.google.protobuf
synthetic com.google.protobuf.FieldSet$1 extends java.lang.Object {
static final synthetic int[] $SwitchMap$com$google$protobuf$WireFormat$JavaType
static final synthetic int[] $SwitchMap$com$google$protobuf$WireFormat$FieldType
static void <clinit> ()
}
com/google/protobuf/FieldSet$Builder.class
FieldSet.java
package com.google.protobuf
final com.google.protobuf.FieldSet$Builder extends java.lang.Object {
private com.google.protobuf.SmallSortedMap fields
private boolean hasLazyField
private boolean isMutable
private boolean hasNestedBuilders
private void <init> ()
private void <init> (com.google.protobuf.SmallSortedMap)
com.google.protobuf.SmallSortedMap fields
public com.google.protobuf.FieldSet build ()
public com.google.protobuf.FieldSet buildPartial ()
private com.google.protobuf.FieldSet buildImpl (boolean)
boolean partial
com.google.protobuf.SmallSortedMap fieldsForBuild
com.google.protobuf.FieldSet fieldSet
private static void replaceBuilders (com.google.protobuf.SmallSortedMap, boolean)
int i
java.util.Map$Entry entry
com.google.protobuf.SmallSortedMap fieldMap
boolean partial
private static void replaceBuilders (java.util.Map$Entry, boolean)
java.util.Map$Entry entry
boolean partial
private static java.lang.Object replaceBuilders (com.google.protobuf.FieldSet$FieldDescriptorLite, java.lang.Object, boolean)
Object oldElement
Object newElement
int i
java.util.List list
com.google.protobuf.FieldSet$FieldDescriptorLite descriptor
Object value
boolean partial
private static java.lang.Object replaceBuilder (java.lang.Object, boolean)
Object value
boolean partial
com.google.protobuf.MessageLite$Builder builder
public static com.google.protobuf.FieldSet$Builder fromFieldSet (com.google.protobuf.FieldSet)
com.google.protobuf.FieldSet fieldSet
com.google.protobuf.FieldSet$Builder builder
public java.util.Map getAllFields ()
com.google.protobuf.SmallSortedMap result
public boolean hasField (com.google.protobuf.FieldSet$FieldDescriptorLite)
com.google.protobuf.FieldSet$FieldDescriptorLite descriptor
public java.lang.Object getField (com.google.protobuf.FieldSet$FieldDescriptorLite)
com.google.protobuf.FieldSet$FieldDescriptorLite descriptor
Object value
java.lang.Object getFieldAllowBuilders (com.google.protobuf.FieldSet$FieldDescriptorLite)
com.google.protobuf.FieldSet$FieldDescriptorLite descriptor
Object o
private void ensureIsMutable ()
public void setField (com.google.protobuf.FieldSet$FieldDescriptorLite, java.lang.Object)
Object element
java.util.List newList
com.google.protobuf.FieldSet$FieldDescriptorLite descriptor
Object value
public void clearField (com.google.protobuf.FieldSet$FieldDescriptorLite)
com.google.protobuf.FieldSet$FieldDescriptorLite descriptor
public int getRepeatedFieldCount (com.google.protobuf.FieldSet$FieldDescriptorLite)
com.google.protobuf.FieldSet$FieldDescriptorLite descriptor
Object value
public java.lang.Object getRepeatedField (com.google.protobuf.FieldSet$FieldDescriptorLite, int)
com.google.protobuf.FieldSet$FieldDescriptorLite descriptor
int index
Object value
java.lang.Object getRepeatedFieldAllowBuilders (com.google.protobuf.FieldSet$FieldDescriptorLite, int)
com.google.protobuf.FieldSet$FieldDescriptorLite descriptor
int index
Object value
public void setRepeatedField (com.google.protobuf.FieldSet$FieldDescriptorLite, int, java.lang.Object)
com.google.protobuf.FieldSet$FieldDescriptorLite descriptor
int index
Object value
Object list
public void addRepeatedField (com.google.protobuf.FieldSet$FieldDescriptorLite, java.lang.Object)
java.util.List list
com.google.protobuf.FieldSet$FieldDescriptorLite descriptor
Object value
Object existingValue
java.util.List list
private void verifyType (com.google.protobuf.FieldSet$FieldDescriptorLite, java.lang.Object)
com.google.protobuf.FieldSet$FieldDescriptorLite descriptor
Object value
public boolean isInitialized ()
int i
java.util.Map$Entry entry
public void mergeFrom (com.google.protobuf.FieldSet)
int i
java.util.Map$Entry entry
com.google.protobuf.FieldSet other
private void mergeFromField (java.util.Map$Entry)
Object element
java.util.List value
Object value
java.util.Map$Entry entry
com.google.protobuf.FieldSet$FieldDescriptorLite descriptor
Object otherValue
synthetic void <init> (com.google.protobuf.FieldSet$1)
com.google.protobuf.FieldSet$1 x0
}
com/google/protobuf/FieldSet$FieldDescriptorLite.class
FieldSet.java
package com.google.protobuf
public abstract com.google.protobuf.FieldSet$FieldDescriptorLite extends java.lang.Object implements java.lang.Comparable {
public abstract int getNumber ()
public abstract com.google.protobuf.WireFormat$FieldType getLiteType ()
public abstract com.google.protobuf.WireFormat$JavaType getLiteJavaType ()
public abstract boolean isRepeated ()
public abstract boolean isPacked ()
public abstract com.google.protobuf.Internal$EnumLiteMap getEnumType ()
public abstract com.google.protobuf.MessageLite$Builder internalMergeFrom (com.google.protobuf.MessageLite$Builder, com.google.protobuf.MessageLite)
}
com/google/protobuf/FieldSet.class
FieldSet.java
package com.google.protobuf
final com.google.protobuf.FieldSet extends java.lang.Object {
private static final int DEFAULT_FIELD_MAP_ARRAY_SIZE
private final com.google.protobuf.SmallSortedMap fields
private boolean isImmutable
private boolean hasLazyField
private static final com.google.protobuf.FieldSet DEFAULT_INSTANCE
private void <init> ()
private void <init> (boolean)
boolean dummy
private void <init> (com.google.protobuf.SmallSortedMap)
com.google.protobuf.SmallSortedMap fields
public static com.google.protobuf.FieldSet newFieldSet ()
public static com.google.protobuf.FieldSet emptySet ()
public static com.google.protobuf.FieldSet$Builder newBuilder ()
boolean isEmpty ()
public void makeImmutable ()
java.util.Map$Entry entry
int i
public boolean isImmutable ()
public boolean equals (java.lang.Object)
Object o
com.google.protobuf.FieldSet other
public int hashCode ()
public com.google.protobuf.FieldSet clone ()
java.util.Map$Entry entry
int i
java.util.Map$Entry entry
com.google.protobuf.FieldSet clone
public void clear ()
public java.util.Map getAllFields ()
com.google.protobuf.SmallSortedMap result
private static com.google.protobuf.SmallSortedMap cloneAllFieldsMap (com.google.protobuf.SmallSortedMap, boolean)
int i
java.util.Map$Entry entry
com.google.protobuf.SmallSortedMap fields
boolean copyList
com.google.protobuf.SmallSortedMap result
private static void cloneFieldEntry (java.util.Map, java.util.Map$Entry, boolean)
java.util.Map map
java.util.Map$Entry entry
boolean copyList
com.google.protobuf.FieldSet$FieldDescriptorLite key
Object value
public java.util.Iterator iterator ()
java.util.Iterator descendingIterator ()
public boolean hasField (com.google.protobuf.FieldSet$FieldDescriptorLite)
com.google.protobuf.FieldSet$FieldDescriptorLite descriptor
public java.lang.Object getField (com.google.protobuf.FieldSet$FieldDescriptorLite)
com.google.protobuf.FieldSet$FieldDescriptorLite descriptor
Object o
public void setField (com.google.protobuf.FieldSet$FieldDescriptorLite, java.lang.Object)
Object element
java.util.List newList
com.google.protobuf.FieldSet$FieldDescriptorLite descriptor
Object value
public void clearField (com.google.protobuf.FieldSet$FieldDescriptorLite)
com.google.protobuf.FieldSet$FieldDescriptorLite descriptor
public int getRepeatedFieldCount (com.google.protobuf.FieldSet$FieldDescriptorLite)
com.google.protobuf.FieldSet$FieldDescriptorLite descriptor
Object value
public java.lang.Object getRepeatedField (com.google.protobuf.FieldSet$FieldDescriptorLite, int)
com.google.protobuf.FieldSet$FieldDescriptorLite descriptor
int index
Object value
public void setRepeatedField (com.google.protobuf.FieldSet$FieldDescriptorLite, int, java.lang.Object)
com.google.protobuf.FieldSet$FieldDescriptorLite descriptor
int index
Object value
Object list
public void addRepeatedField (com.google.protobuf.FieldSet$FieldDescriptorLite, java.lang.Object)
java.util.List list
com.google.protobuf.FieldSet$FieldDescriptorLite descriptor
Object value
Object existingValue
java.util.List list
private void verifyType (com.google.protobuf.FieldSet$FieldDescriptorLite, java.lang.Object)
com.google.protobuf.FieldSet$FieldDescriptorLite descriptor
Object value
private static boolean isValidType (com.google.protobuf.WireFormat$FieldType, java.lang.Object)
com.google.protobuf.WireFormat$FieldType type
Object value
public boolean isInitialized ()
int i
java.util.Map$Entry entry
private static boolean isInitialized (java.util.Map$Entry)
Object element
java.util.Map$Entry entry
com.google.protobuf.FieldSet$FieldDescriptorLite descriptor
private static boolean isMessageFieldValueInitialized (java.lang.Object)
Object value
static int getWireFormatForFieldType (com.google.protobuf.WireFormat$FieldType, boolean)
com.google.protobuf.WireFormat$FieldType type
boolean isPacked
public void mergeFrom (com.google.protobuf.FieldSet)
int i
java.util.Map$Entry entry
com.google.protobuf.FieldSet other
private static java.lang.Object cloneIfMutable (java.lang.Object)
byte[] bytes
byte[] copy
Object value
private void mergeFromField (java.util.Map$Entry)
Object element
Object value
Object value
java.util.Map$Entry entry
com.google.protobuf.FieldSet$FieldDescriptorLite descriptor
Object otherValue
public static java.lang.Object readPrimitiveField (com.google.protobuf.CodedInputStream, com.google.protobuf.WireFormat$FieldType, boolean) throws java.io.IOException
com.google.protobuf.CodedInputStream input
com.google.protobuf.WireFormat$FieldType type
boolean checkUtf8
public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException
java.util.Map$Entry entry
int i
java.util.Map$Entry entry
com.google.protobuf.CodedOutputStream output
public void writeMessageSetTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException
int i
java.util.Map$Entry entry
com.google.protobuf.CodedOutputStream output
private void writeMessageSetTo (java.util.Map$Entry, com.google.protobuf.CodedOutputStream) throws java.io.IOException
Object value
java.util.Map$Entry entry
com.google.protobuf.CodedOutputStream output
com.google.protobuf.FieldSet$FieldDescriptorLite descriptor
static void writeElement (com.google.protobuf.CodedOutputStream, com.google.protobuf.WireFormat$FieldType, int, java.lang.Object) throws java.io.IOException
com.google.protobuf.CodedOutputStream output
com.google.protobuf.WireFormat$FieldType type
int number
Object value
static void writeElementNoTag (com.google.protobuf.CodedOutputStream, com.google.protobuf.WireFormat$FieldType, java.lang.Object) throws java.io.IOException
com.google.protobuf.CodedOutputStream output
com.google.protobuf.WireFormat$FieldType type
Object value
public static void writeField (com.google.protobuf.FieldSet$FieldDescriptorLite, java.lang.Object, com.google.protobuf.CodedOutputStream) throws java.io.IOException
Object element
Object element
int dataSize
Object element
java.util.List valueList
com.google.protobuf.FieldSet$FieldDescriptorLite descriptor
Object value
com.google.protobuf.CodedOutputStream output
com.google.protobuf.WireFormat$FieldType type
int number
public int getSerializedSize ()
java.util.Map$Entry entry
int i
java.util.Map$Entry entry
int size
public int getMessageSetSerializedSize ()
int i
java.util.Map$Entry entry
int size
private int getMessageSetSerializedSize (java.util.Map$Entry)
java.util.Map$Entry entry
com.google.protobuf.FieldSet$FieldDescriptorLite descriptor
Object value
static int computeElementSize (com.google.protobuf.WireFormat$FieldType, int, java.lang.Object)
com.google.protobuf.WireFormat$FieldType type
int number
Object value
int tagSize
static int computeElementSizeNoTag (com.google.protobuf.WireFormat$FieldType, java.lang.Object)
com.google.protobuf.WireFormat$FieldType type
Object value
public static int computeFieldSize (com.google.protobuf.FieldSet$FieldDescriptorLite, java.lang.Object)
Object element
int dataSize
Object element
int size
com.google.protobuf.FieldSet$FieldDescriptorLite descriptor
Object value
com.google.protobuf.WireFormat$FieldType type
int number
public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException
static synthetic com.google.protobuf.SmallSortedMap access$100 (com.google.protobuf.SmallSortedMap, boolean)
com.google.protobuf.SmallSortedMap x0
boolean x1
synthetic void <init> (com.google.protobuf.SmallSortedMap, com.google.protobuf.FieldSet$1)
com.google.protobuf.SmallSortedMap x0
com.google.protobuf.FieldSet$1 x1
static synthetic boolean access$302 (com.google.protobuf.FieldSet, boolean)
com.google.protobuf.FieldSet x0
boolean x1
static synthetic com.google.protobuf.SmallSortedMap access$400 (com.google.protobuf.FieldSet)
com.google.protobuf.FieldSet x0
static synthetic boolean access$300 (com.google.protobuf.FieldSet)
com.google.protobuf.FieldSet x0
static synthetic boolean access$500 (com.google.protobuf.WireFormat$FieldType, java.lang.Object)
com.google.protobuf.WireFormat$FieldType x0
Object x1
static synthetic boolean access$600 (java.util.Map$Entry)
java.util.Map$Entry x0
static synthetic java.lang.Object access$700 (java.lang.Object)
Object x0
static void <clinit> ()
}
com/google/protobuf/FieldType$1.class
FieldType.java
package com.google.protobuf
synthetic com.google.protobuf.FieldType$1 extends java.lang.Object {
static final synthetic int[] $SwitchMap$com$google$protobuf$JavaType
static void <clinit> ()
}
com/google/protobuf/FieldType$Collection.class
FieldType.java
package com.google.protobuf
final enum com.google.protobuf.FieldType$Collection extends java.lang.Enum {
public static final enum com.google.protobuf.FieldType$Collection SCALAR
public static final enum com.google.protobuf.FieldType$Collection VECTOR
public static final enum com.google.protobuf.FieldType$Collection PACKED_VECTOR
public static final enum com.google.protobuf.FieldType$Collection MAP
private final boolean isList
private static final synthetic com.google.protobuf.FieldType$Collection[] $VALUES
public static com.google.protobuf.FieldType$Collection[] values ()
public static com.google.protobuf.FieldType$Collection valueOf (java.lang.String)
String name
private void <init> (java.lang.String, int, boolean)
boolean isList
public boolean isList ()
private static synthetic com.google.protobuf.FieldType$Collection[] $values ()
static void <clinit> ()
}
com/google/protobuf/FieldType.class
FieldType.java
package com.google.protobuf
public final enum com.google.protobuf.FieldType extends java.lang.Enum {
public static final enum com.google.protobuf.FieldType DOUBLE
public static final enum com.google.protobuf.FieldType FLOAT
public static final enum com.google.protobuf.FieldType INT64
public static final enum com.google.protobuf.FieldType UINT64
public static final enum com.google.protobuf.FieldType INT32
public static final enum com.google.protobuf.FieldType FIXED64
public static final enum com.google.protobuf.FieldType FIXED32
public static final enum com.google.protobuf.FieldType BOOL
public static final enum com.google.protobuf.FieldType STRING
public static final enum com.google.protobuf.FieldType MESSAGE
public static final enum com.google.protobuf.FieldType BYTES
public static final enum com.google.protobuf.FieldType UINT32
public static final enum com.google.protobuf.FieldType ENUM
public static final enum com.google.protobuf.FieldType SFIXED32
public static final enum com.google.protobuf.FieldType SFIXED64
public static final enum com.google.protobuf.FieldType SINT32
public static final enum com.google.protobuf.FieldType SINT64
public static final enum com.google.protobuf.FieldType GROUP
public static final enum com.google.protobuf.FieldType DOUBLE_LIST
public static final enum com.google.protobuf.FieldType FLOAT_LIST
public static final enum com.google.protobuf.FieldType INT64_LIST
public static final enum com.google.protobuf.FieldType UINT64_LIST
public static final enum com.google.protobuf.FieldType INT32_LIST
public static final enum com.google.protobuf.FieldType FIXED64_LIST
public static final enum com.google.protobuf.FieldType FIXED32_LIST
public static final enum com.google.protobuf.FieldType BOOL_LIST
public static final enum com.google.protobuf.FieldType STRING_LIST
public static final enum com.google.protobuf.FieldType MESSAGE_LIST
public static final enum com.google.protobuf.FieldType BYTES_LIST
public static final enum com.google.protobuf.FieldType UINT32_LIST
public static final enum com.google.protobuf.FieldType ENUM_LIST
public static final enum com.google.protobuf.FieldType SFIXED32_LIST
public static final enum com.google.protobuf.FieldType SFIXED64_LIST
public static final enum com.google.protobuf.FieldType SINT32_LIST
public static final enum com.google.protobuf.FieldType SINT64_LIST
public static final enum com.google.protobuf.FieldType DOUBLE_LIST_PACKED
public static final enum com.google.protobuf.FieldType FLOAT_LIST_PACKED
public static final enum com.google.protobuf.FieldType INT64_LIST_PACKED
public static final enum com.google.protobuf.FieldType UINT64_LIST_PACKED
public static final enum com.google.protobuf.FieldType INT32_LIST_PACKED
public static final enum com.google.protobuf.FieldType FIXED64_LIST_PACKED
public static final enum com.google.protobuf.FieldType FIXED32_LIST_PACKED
public static final enum com.google.protobuf.FieldType BOOL_LIST_PACKED
public static final enum com.google.protobuf.FieldType UINT32_LIST_PACKED
public static final enum com.google.protobuf.FieldType ENUM_LIST_PACKED
public static final enum com.google.protobuf.FieldType SFIXED32_LIST_PACKED
public static final enum com.google.protobuf.FieldType SFIXED64_LIST_PACKED
public static final enum com.google.protobuf.FieldType SINT32_LIST_PACKED
public static final enum com.google.protobuf.FieldType SINT64_LIST_PACKED
public static final enum com.google.protobuf.FieldType GROUP_LIST
public static final enum com.google.protobuf.FieldType MAP
private final com.google.protobuf.JavaType javaType
private final int id
private final com.google.protobuf.FieldType$Collection collection
private final Class elementType
private final boolean primitiveScalar
private static final com.google.protobuf.FieldType[] VALUES
private static final java.lang.reflect.Type[] EMPTY_TYPES
private static final synthetic com.google.protobuf.FieldType[] $VALUES
public static com.google.protobuf.FieldType[] values ()
public static com.google.protobuf.FieldType valueOf (java.lang.String)
String name
private void <init> (java.lang.String, int, int, com.google.protobuf.FieldType$Collection, com.google.protobuf.JavaType)
int id
com.google.protobuf.FieldType$Collection collection
com.google.protobuf.JavaType javaType
boolean primitiveScalar
public int id ()
public com.google.protobuf.JavaType getJavaType ()
public boolean isPacked ()
public boolean isPrimitiveScalar ()
public boolean isScalar ()
public boolean isList ()
public boolean isMap ()
public boolean isValidForField (java.lang.reflect.Field)
java.lang.reflect.Field field
private boolean isValidForList (java.lang.reflect.Field)
java.lang.reflect.Field field
Class clazz
java.lang.reflect.Type[] types
java.lang.reflect.Type genericType
java.lang.reflect.Type listParameter
public static com.google.protobuf.FieldType forId (int)
int id
private static java.lang.reflect.Type getGenericSuperList (java.lang.Class)
java.lang.reflect.ParameterizedType parameterizedType
Class rawType
java.lang.reflect.Type genericInterface
java.lang.reflect.ParameterizedType parameterizedType
Class rawType
Class clazz
java.lang.reflect.Type[] genericInterfaces
java.lang.reflect.Type type
private static java.lang.reflect.Type getListParameter (java.lang.Class, java.lang.reflect.Type[])
java.lang.reflect.Type realType
int j
java.lang.reflect.TypeVariable[] clazzParams
boolean foundReplacement
java.lang.reflect.Type superArg
int i
java.lang.reflect.ParameterizedType parameterizedType
java.lang.reflect.Type[] superArgs
Class parent
Class iface
java.lang.reflect.Type genericType
Class clazz
java.lang.reflect.Type[] realTypes
private static synthetic com.google.protobuf.FieldType[] $values ()
static void <clinit> ()
com.google.protobuf.FieldType type
com.google.protobuf.FieldType[] values
}
com/google/protobuf/FloatArrayList.class
FloatArrayList.java
package com.google.protobuf
final com.google.protobuf.FloatArrayList extends com.google.protobuf.AbstractProtobufList implements com.google.protobuf.Internal$FloatList java.util.RandomAccess com.google.protobuf.PrimitiveNonBoxingCollection {
private static final com.google.protobuf.FloatArrayList EMPTY_LIST
private float[] array
private int size
public static com.google.protobuf.FloatArrayList emptyList ()
void <init> ()
private void <init> (float[], int)
float[] other
int size
protected void removeRange (int, int)
int fromIndex
int toIndex
public boolean equals (java.lang.Object)
int i
Object o
com.google.protobuf.FloatArrayList other
float[] arr
public int hashCode ()
int i
int result
public com.google.protobuf.Internal$FloatList mutableCopyWithCapacity (int)
int capacity
public java.lang.Float get (int)
int index
public float getFloat (int)
int index
public int indexOf (java.lang.Object)
int i
Object element
float unboxedElement
int numElems
public boolean contains (java.lang.Object)
Object element
public int size ()
public java.lang.Float set (int, java.lang.Float)
int index
Float element
public float setFloat (int, float)
int index
float element
float previousValue
public boolean add (java.lang.Float)
Float element
public void add (int, java.lang.Float)
int index
Float element
public void addFloat (float)
int length
float[] newArray
float element
private void addFloat (int, float)
int length
float[] newArray
int index
float element
public boolean addAll (java.util.Collection)
java.util.Collection collection
com.google.protobuf.FloatArrayList list
int overflow
int newSize
public java.lang.Float remove (int)
int index
float value
private void ensureIndexInRange (int)
int index
private java.lang.String makeOutOfBoundsExceptionMessage (int)
int index
public volatile synthetic java.lang.Object set (int, java.lang.Object)
public volatile synthetic java.lang.Object remove (int)
public volatile synthetic void add (int, java.lang.Object)
public volatile synthetic boolean add (java.lang.Object)
public volatile synthetic com.google.protobuf.Internal$ProtobufList mutableCopyWithCapacity (int)
public volatile synthetic java.lang.Object get (int)
static void <clinit> ()
}
com/google/protobuf/GeneratedMessageInfoFactory.class
GeneratedMessageInfoFactory.java
package com.google.protobuf
com.google.protobuf.GeneratedMessageInfoFactory extends java.lang.Object implements com.google.protobuf.MessageInfoFactory {
private static final com.google.protobuf.GeneratedMessageInfoFactory instance
private void <init> ()
public static com.google.protobuf.GeneratedMessageInfoFactory getInstance ()
public boolean isSupported (java.lang.Class)
Class messageType
public com.google.protobuf.MessageInfo messageInfoFor (java.lang.Class)
Exception e
Class messageType
static void <clinit> ()
}
com/google/protobuf/GeneratedMessageLite$1.class
GeneratedMessageLite.java
package com.google.protobuf
synthetic com.google.protobuf.GeneratedMessageLite$1 extends java.lang.Object {
static final synthetic int[] $SwitchMap$com$google$protobuf$WireFormat$JavaType
static void <clinit> ()
}
com/google/protobuf/GeneratedMessageLite$Builder.class
GeneratedMessageLite.java
package com.google.protobuf
public abstract com.google.protobuf.GeneratedMessageLite$Builder extends com.google.protobuf.AbstractMessageLite$Builder {
private final com.google.protobuf.GeneratedMessageLite defaultInstance
protected com.google.protobuf.GeneratedMessageLite instance
protected void <init> (com.google.protobuf.GeneratedMessageLite)
com.google.protobuf.GeneratedMessageLite defaultInstance
private com.google.protobuf.GeneratedMessageLite newMutableInstance ()
protected final void copyOnWrite ()
protected void copyOnWriteInternal ()
com.google.protobuf.GeneratedMessageLite newInstance
public final boolean isInitialized ()
public final com.google.protobuf.GeneratedMessageLite$Builder clear ()
public com.google.protobuf.GeneratedMessageLite$Builder clone ()
com.google.protobuf.GeneratedMessageLite$Builder builder
public com.google.protobuf.GeneratedMessageLite buildPartial ()
public final com.google.protobuf.GeneratedMessageLite build ()
com.google.protobuf.GeneratedMessageLite result
protected com.google.protobuf.GeneratedMessageLite$Builder internalMergeFrom (com.google.protobuf.GeneratedMessageLite)
com.google.protobuf.GeneratedMessageLite message
public com.google.protobuf.GeneratedMessageLite$Builder mergeFrom (com.google.protobuf.GeneratedMessageLite)
com.google.protobuf.GeneratedMessageLite message
private static void mergeFromInstance (java.lang.Object, java.lang.Object)
Object dest
Object src
public com.google.protobuf.GeneratedMessageLite getDefaultInstanceForType ()
public com.google.protobuf.GeneratedMessageLite$Builder mergeFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException e
IndexOutOfBoundsException e
java.io.IOException e
byte[] input
int offset
int length
com.google.protobuf.ExtensionRegistryLite extensionRegistry
public com.google.protobuf.GeneratedMessageLite$Builder mergeFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException
byte[] input
int offset
int length
public com.google.protobuf.GeneratedMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
RuntimeException e
com.google.protobuf.CodedInputStream input
com.google.protobuf.ExtensionRegistryLite extensionRegistry
protected volatile synthetic com.google.protobuf.AbstractMessageLite$Builder internalMergeFrom (com.google.protobuf.AbstractMessageLite)
public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException
public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
public volatile synthetic com.google.protobuf.AbstractMessageLite$Builder clone ()
public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException
public volatile synthetic com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
public volatile synthetic com.google.protobuf.MessageLite$Builder clone ()
public volatile synthetic com.google.protobuf.MessageLite buildPartial ()
public volatile synthetic com.google.protobuf.MessageLite build ()
public volatile synthetic com.google.protobuf.MessageLite$Builder clear ()
public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType ()
public volatile synthetic java.lang.Object clone () throws java.lang.CloneNotSupportedException
}
com/google/protobuf/GeneratedMessageLite$DefaultInstanceBasedParser.class
GeneratedMessageLite.java
package com.google.protobuf
public com.google.protobuf.GeneratedMessageLite$DefaultInstanceBasedParser extends com.google.protobuf.AbstractParser {
private final com.google.protobuf.GeneratedMessageLite defaultInstance
public void <init> (com.google.protobuf.GeneratedMessageLite)
com.google.protobuf.GeneratedMessageLite defaultInstance
public com.google.protobuf.GeneratedMessageLite parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.CodedInputStream input
com.google.protobuf.ExtensionRegistryLite extensionRegistry
public com.google.protobuf.GeneratedMessageLite parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
byte[] input
int offset
int length
com.google.protobuf.ExtensionRegistryLite extensionRegistry
public volatile synthetic com.google.protobuf.MessageLite parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
public volatile synthetic java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
public volatile synthetic java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
}
com/google/protobuf/GeneratedMessageLite$ExtendableBuilder.class
GeneratedMessageLite.java
package com.google.protobuf
public abstract com.google.protobuf.GeneratedMessageLite$ExtendableBuilder extends com.google.protobuf.GeneratedMessageLite$Builder implements com.google.protobuf.GeneratedMessageLite$ExtendableMessageOrBuilder {
protected void <init> (com.google.protobuf.GeneratedMessageLite$ExtendableMessage)
com.google.protobuf.GeneratedMessageLite$ExtendableMessage defaultInstance
void internalSetExtensionSet (com.google.protobuf.FieldSet)
com.google.protobuf.FieldSet extensions
protected void copyOnWriteInternal ()
private com.google.protobuf.FieldSet ensureExtensionsAreMutable ()
com.google.protobuf.FieldSet extensions
public final com.google.protobuf.GeneratedMessageLite$ExtendableMessage buildPartial ()
private void verifyExtensionContainingType (com.google.protobuf.GeneratedMessageLite$GeneratedExtension)
com.google.protobuf.GeneratedMessageLite$GeneratedExtension extension
public final boolean hasExtension (com.google.protobuf.ExtensionLite)
com.google.protobuf.ExtensionLite extension
public final int getExtensionCount (com.google.protobuf.ExtensionLite)
com.google.protobuf.ExtensionLite extension
public final java.lang.Object getExtension (com.google.protobuf.ExtensionLite)
com.google.protobuf.ExtensionLite extension
public final java.lang.Object getExtension (com.google.protobuf.ExtensionLite, int)
com.google.protobuf.ExtensionLite extension
int index
public final com.google.protobuf.GeneratedMessageLite$ExtendableBuilder setExtension (com.google.protobuf.ExtensionLite, java.lang.Object)
com.google.protobuf.ExtensionLite extension
Object value
com.google.protobuf.GeneratedMessageLite$GeneratedExtension extensionLite
public final com.google.protobuf.GeneratedMessageLite$ExtendableBuilder setExtension (com.google.protobuf.ExtensionLite, int, java.lang.Object)
com.google.protobuf.ExtensionLite extension
int index
Object value
com.google.protobuf.GeneratedMessageLite$GeneratedExtension extensionLite
public final com.google.protobuf.GeneratedMessageLite$ExtendableBuilder addExtension (com.google.protobuf.ExtensionLite, java.lang.Object)
com.google.protobuf.ExtensionLite extension
Object value
com.google.protobuf.GeneratedMessageLite$GeneratedExtension extensionLite
public final com.google.protobuf.GeneratedMessageLite$ExtendableBuilder clearExtension (com.google.protobuf.ExtensionLite)
com.google.protobuf.ExtensionLite extension
com.google.protobuf.GeneratedMessageLite$GeneratedExtension extensionLite
public volatile synthetic com.google.protobuf.GeneratedMessageLite buildPartial ()
public volatile synthetic com.google.protobuf.MessageLite buildPartial ()
}
com/google/protobuf/GeneratedMessageLite$ExtendableMessage$ExtensionWriter.class
GeneratedMessageLite.java
package com.google.protobuf
public com.google.protobuf.GeneratedMessageLite$ExtendableMessage$ExtensionWriter extends java.lang.Object {
private final java.util.Iterator iter
private java.util.Map$Entry next
private final boolean messageSetWireFormat
final synthetic com.google.protobuf.GeneratedMessageLite$ExtendableMessage this$0
private void <init> (com.google.protobuf.GeneratedMessageLite$ExtendableMessage, boolean)
com.google.protobuf.GeneratedMessageLite$ExtendableMessage this$0
boolean messageSetWireFormat
public void writeUntil (int, com.google.protobuf.CodedOutputStream) throws java.io.IOException
com.google.protobuf.GeneratedMessageLite$ExtensionDescriptor extension
int end
com.google.protobuf.CodedOutputStream output
synthetic void <init> (com.google.protobuf.GeneratedMessageLite$ExtendableMessage, boolean, com.google.protobuf.GeneratedMessageLite$1)
com.google.protobuf.GeneratedMessageLite$ExtendableMessage x0
boolean x1
com.google.protobuf.GeneratedMessageLite$1 x2
}
com/google/protobuf/GeneratedMessageLite$ExtendableMessage.class
GeneratedMessageLite.java
package com.google.protobuf
public abstract com.google.protobuf.GeneratedMessageLite$ExtendableMessage extends com.google.protobuf.GeneratedMessageLite implements com.google.protobuf.GeneratedMessageLite$ExtendableMessageOrBuilder {
protected com.google.protobuf.FieldSet extensions
public void <init> ()
protected final void mergeExtensionFields (com.google.protobuf.GeneratedMessageLite$ExtendableMessage)
com.google.protobuf.GeneratedMessageLite$ExtendableMessage other
protected boolean parseUnknownField (com.google.protobuf.MessageLite, com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite, int) throws java.io.IOException
com.google.protobuf.MessageLite defaultInstance
com.google.protobuf.CodedInputStream input
com.google.protobuf.ExtensionRegistryLite extensionRegistry
int tag
int fieldNumber
com.google.protobuf.GeneratedMessageLite$GeneratedExtension extension
private boolean parseExtension (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.GeneratedMessageLite$GeneratedExtension, int, int) throws java.io.IOException
int rawValue
Object value
Object value
int length
int limit
com.google.protobuf.MessageLite existingValue
com.google.protobuf.MessageLite$Builder subBuilder
Object value
Object value
int rawValue
Object value
com.google.protobuf.CodedInputStream input
com.google.protobuf.ExtensionRegistryLite extensionRegistry
com.google.protobuf.GeneratedMessageLite$GeneratedExtension extension
int tag
int fieldNumber
int wireType
boolean unknown
boolean packed
com.google.protobuf.FieldSet unused
protected boolean parseUnknownFieldAsMessageSet (com.google.protobuf.MessageLite, com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite, int) throws java.io.IOException
com.google.protobuf.MessageLite defaultInstance
com.google.protobuf.CodedInputStream input
com.google.protobuf.ExtensionRegistryLite extensionRegistry
int tag
int wireType
private void mergeMessageSetExtensionFromCodedStream (com.google.protobuf.MessageLite, com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
int tag
com.google.protobuf.MessageLite defaultInstance
com.google.protobuf.CodedInputStream input
com.google.protobuf.ExtensionRegistryLite extensionRegistry
int typeId
com.google.protobuf.ByteString rawBytes
com.google.protobuf.GeneratedMessageLite$GeneratedExtension extension
private void eagerlyMergeMessageSetExtension (com.google.protobuf.CodedInputStream, com.google.protobuf.GeneratedMessageLite$GeneratedExtension, com.google.protobuf.ExtensionRegistryLite, int) throws java.io.IOException
com.google.protobuf.CodedInputStream input
com.google.protobuf.GeneratedMessageLite$GeneratedExtension extension
com.google.protobuf.ExtensionRegistryLite extensionRegistry
int typeId
int fieldNumber
int tag
boolean unused
private void mergeMessageSetExtensionFromBytes (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.GeneratedMessageLite$GeneratedExtension) throws java.io.IOException
com.google.protobuf.ByteString rawBytes
com.google.protobuf.ExtensionRegistryLite extensionRegistry
com.google.protobuf.GeneratedMessageLite$GeneratedExtension extension
com.google.protobuf.MessageLite$Builder subBuilder
com.google.protobuf.MessageLite existingValue
com.google.protobuf.MessageLite value
com.google.protobuf.FieldSet ensureExtensionsAreMutable ()
private void verifyExtensionContainingType (com.google.protobuf.GeneratedMessageLite$GeneratedExtension)
com.google.protobuf.GeneratedMessageLite$GeneratedExtension extension
public final boolean hasExtension (com.google.protobuf.ExtensionLite)
com.google.protobuf.ExtensionLite extension
com.google.protobuf.GeneratedMessageLite$GeneratedExtension extensionLite
public final int getExtensionCount (com.google.protobuf.ExtensionLite)
com.google.protobuf.ExtensionLite extension
com.google.protobuf.GeneratedMessageLite$GeneratedExtension extensionLite
public final java.lang.Object getExtension (com.google.protobuf.ExtensionLite)
com.google.protobuf.ExtensionLite extension
com.google.protobuf.GeneratedMessageLite$GeneratedExtension extensionLite
Object value
public final java.lang.Object getExtension (com.google.protobuf.ExtensionLite, int)
com.google.protobuf.ExtensionLite extension
int index
com.google.protobuf.GeneratedMessageLite$GeneratedExtension extensionLite
protected boolean extensionsAreInitialized ()
protected com.google.protobuf.GeneratedMessageLite$ExtendableMessage$ExtensionWriter newExtensionWriter ()
protected com.google.protobuf.GeneratedMessageLite$ExtendableMessage$ExtensionWriter newMessageSetExtensionWriter ()
protected int extensionsSerializedSize ()
protected int extensionsSerializedSizeAsMessageSet ()
}
com/google/protobuf/GeneratedMessageLite$ExtendableMessageOrBuilder.class
GeneratedMessageLite.java
package com.google.protobuf
public abstract com.google.protobuf.GeneratedMessageLite$ExtendableMessageOrBuilder extends java.lang.Object implements com.google.protobuf.MessageLiteOrBuilder {
public abstract boolean hasExtension (com.google.protobuf.ExtensionLite)
public abstract int getExtensionCount (com.google.protobuf.ExtensionLite)
public abstract java.lang.Object getExtension (com.google.protobuf.ExtensionLite)
public abstract java.lang.Object getExtension (com.google.protobuf.ExtensionLite, int)
}
com/google/protobuf/GeneratedMessageLite$ExtensionDescriptor.class
GeneratedMessageLite.java
package com.google.protobuf
final com.google.protobuf.GeneratedMessageLite$ExtensionDescriptor extends java.lang.Object implements com.google.protobuf.FieldSet$FieldDescriptorLite {
final com.google.protobuf.Internal$EnumLiteMap enumTypeMap
final int number
final com.google.protobuf.WireFormat$FieldType type
final boolean isRepeated
final boolean isPacked
void <init> (com.google.protobuf.Internal$EnumLiteMap, int, com.google.protobuf.WireFormat$FieldType, boolean, boolean)
com.google.protobuf.Internal$EnumLiteMap enumTypeMap
int number
com.google.protobuf.WireFormat$FieldType type
boolean isRepeated
boolean isPacked
public int getNumber ()
public com.google.protobuf.WireFormat$FieldType getLiteType ()
public com.google.protobuf.WireFormat$JavaType getLiteJavaType ()
public boolean isRepeated ()
public boolean isPacked ()
public com.google.protobuf.Internal$EnumLiteMap getEnumType ()
public com.google.protobuf.MessageLite$Builder internalMergeFrom (com.google.protobuf.MessageLite$Builder, com.google.protobuf.MessageLite)
com.google.protobuf.MessageLite$Builder to
com.google.protobuf.MessageLite from
public int compareTo (com.google.protobuf.GeneratedMessageLite$ExtensionDescriptor)
com.google.protobuf.GeneratedMessageLite$ExtensionDescriptor other
public volatile synthetic int compareTo (java.lang.Object)
}
com/google/protobuf/GeneratedMessageLite$GeneratedExtension.class
GeneratedMessageLite.java
package com.google.protobuf
public com.google.protobuf.GeneratedMessageLite$GeneratedExtension extends com.google.protobuf.ExtensionLite {
final com.google.protobuf.MessageLite containingTypeDefaultInstance
final Object defaultValue
final com.google.protobuf.MessageLite messageDefaultInstance
final com.google.protobuf.GeneratedMessageLite$ExtensionDescriptor descriptor
void <init> (com.google.protobuf.MessageLite, java.lang.Object, com.google.protobuf.MessageLite, com.google.protobuf.GeneratedMessageLite$ExtensionDescriptor, java.lang.Class)
com.google.protobuf.MessageLite containingTypeDefaultInstance
Object defaultValue
com.google.protobuf.MessageLite messageDefaultInstance
com.google.protobuf.GeneratedMessageLite$ExtensionDescriptor descriptor
Class singularType
public com.google.protobuf.MessageLite getContainingTypeDefaultInstance ()
public int getNumber ()
public com.google.protobuf.MessageLite getMessageDefaultInstance ()
java.lang.Object fromFieldSetType (java.lang.Object)
Object element
java.util.List result
Object value
java.lang.Object singularFromFieldSetType (java.lang.Object)
Object value
java.lang.Object toFieldSetType (java.lang.Object)
Object element
java.util.List result
Object value
java.lang.Object singularToFieldSetType (java.lang.Object)
Object value
public com.google.protobuf.WireFormat$FieldType getLiteType ()
public boolean isRepeated ()
public java.lang.Object getDefaultValue ()
}
com/google/protobuf/GeneratedMessageLite$MethodToInvoke.class
GeneratedMessageLite.java
package com.google.protobuf
public final enum com.google.protobuf.GeneratedMessageLite$MethodToInvoke extends java.lang.Enum {
public static final enum com.google.protobuf.GeneratedMessageLite$MethodToInvoke GET_MEMOIZED_IS_INITIALIZED
public static final enum com.google.protobuf.GeneratedMessageLite$MethodToInvoke SET_MEMOIZED_IS_INITIALIZED
public static final enum com.google.protobuf.GeneratedMessageLite$MethodToInvoke BUILD_MESSAGE_INFO
public static final enum com.google.protobuf.GeneratedMessageLite$MethodToInvoke NEW_MUTABLE_INSTANCE
public static final enum com.google.protobuf.GeneratedMessageLite$MethodToInvoke NEW_BUILDER
public static final enum com.google.protobuf.GeneratedMessageLite$MethodToInvoke GET_DEFAULT_INSTANCE
public static final enum com.google.protobuf.GeneratedMessageLite$MethodToInvoke GET_PARSER
private static final synthetic com.google.protobuf.GeneratedMessageLite$MethodToInvoke[] $VALUES
public static com.google.protobuf.GeneratedMessageLite$MethodToInvoke[] values ()
public static com.google.protobuf.GeneratedMessageLite$MethodToInvoke valueOf (java.lang.String)
String name
private void <init> (java.lang.String, int)
private static synthetic com.google.protobuf.GeneratedMessageLite$MethodToInvoke[] $values ()
static void <clinit> ()
}
com/google/protobuf/GeneratedMessageLite$SerializedForm.class
GeneratedMessageLite.java
package com.google.protobuf
public final com.google.protobuf.GeneratedMessageLite$SerializedForm extends java.lang.Object implements java.io.Serializable {
private static final long serialVersionUID
private final Class messageClass
private final String messageClassName
private final byte[] asBytes
public static com.google.protobuf.GeneratedMessageLite$SerializedForm of (com.google.protobuf.MessageLite)
com.google.protobuf.MessageLite message
void <init> (com.google.protobuf.MessageLite)
com.google.protobuf.MessageLite regularForm
protected java.lang.Object readResolve () throws java.io.ObjectStreamException
Class messageClass
java.lang.reflect.Field defaultInstanceField
com.google.protobuf.MessageLite defaultInstance
ClassNotFoundException e
NoSuchFieldException e
SecurityException e
IllegalAccessException e
com.google.protobuf.InvalidProtocolBufferException e
private java.lang.Object readResolveFallback () throws java.io.ObjectStreamException
Class messageClass
java.lang.reflect.Field defaultInstanceField
com.google.protobuf.MessageLite defaultInstance
ClassNotFoundException e
NoSuchFieldException e
SecurityException e
IllegalAccessException e
com.google.protobuf.InvalidProtocolBufferException e
private java.lang.Class resolveMessageClass () throws java.lang.ClassNotFoundException
}
com/google/protobuf/GeneratedMessageLite.class
GeneratedMessageLite.java
package com.google.protobuf
public abstract com.google.protobuf.GeneratedMessageLite extends com.google.protobuf.AbstractMessageLite {
static final int UNINITIALIZED_SERIALIZED_SIZE
private static final int MUTABLE_FLAG_MASK
private static final int MEMOIZED_SERIALIZED_SIZE_MASK
private int memoizedSerializedSize
static final int UNINITIALIZED_HASH_CODE
protected com.google.protobuf.UnknownFieldSetLite unknownFields
private static java.util.Map defaultInstanceMap
public void <init> ()
boolean isMutable ()
void markImmutable ()
int getMemoizedHashCode ()
void setMemoizedHashCode (int)
int value
void clearMemoizedHashCode ()
boolean hashCodeIsNotMemoized ()
public final com.google.protobuf.Parser getParserForType ()
public final com.google.protobuf.GeneratedMessageLite getDefaultInstanceForType ()
public final com.google.protobuf.GeneratedMessageLite$Builder newBuilderForType ()
com.google.protobuf.GeneratedMessageLite newMutableInstance ()
public java.lang.String toString ()
public int hashCode ()
int computeHashCode ()
public boolean equals (java.lang.Object)
Object other
private final void ensureUnknownFieldsInitialized ()
protected boolean parseUnknownField (int, com.google.protobuf.CodedInputStream) throws java.io.IOException
int tag
com.google.protobuf.CodedInputStream input
protected void mergeVarintField (int, int)
int tag
int value
protected void mergeLengthDelimitedField (int, com.google.protobuf.ByteString)
int fieldNumber
com.google.protobuf.ByteString value
protected void makeImmutable ()
protected final com.google.protobuf.GeneratedMessageLite$Builder createBuilder ()
protected final com.google.protobuf.GeneratedMessageLite$Builder createBuilder (com.google.protobuf.GeneratedMessageLite)
com.google.protobuf.GeneratedMessageLite prototype
public final boolean isInitialized ()
public final com.google.protobuf.GeneratedMessageLite$Builder toBuilder ()
com.google.protobuf.GeneratedMessageLite$Builder builder
protected abstract java.lang.Object dynamicMethod (com.google.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object, java.lang.Object)
protected java.lang.Object dynamicMethod (com.google.protobuf.GeneratedMessageLite$MethodToInvoke, java.lang.Object)
com.google.protobuf.GeneratedMessageLite$MethodToInvoke method
Object arg0
protected java.lang.Object dynamicMethod (com.google.protobuf.GeneratedMessageLite$MethodToInvoke)
com.google.protobuf.GeneratedMessageLite$MethodToInvoke method
void clearMemoizedSerializedSize ()
int getMemoizedSerializedSize ()
void setMemoizedSerializedSize (int)
int size
public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException
com.google.protobuf.CodedOutputStream output
int getSerializedSize (com.google.protobuf.Schema)
int size
com.google.protobuf.Schema schema
int size
public int getSerializedSize ()
private int computeSerializedSize (com.google.protobuf.Schema)
com.google.protobuf.Schema nullableSchema
java.lang.Object buildMessageInfo () throws java.lang.Exception
static com.google.protobuf.GeneratedMessageLite getDefaultInstance (java.lang.Class)
ClassNotFoundException e
Class clazz
com.google.protobuf.GeneratedMessageLite result
protected static void registerDefaultInstance (java.lang.Class, com.google.protobuf.GeneratedMessageLite)
Class clazz
com.google.protobuf.GeneratedMessageLite defaultInstance
protected static java.lang.Object newMessageInfo (com.google.protobuf.MessageLite, java.lang.String, java.lang.Object[])
com.google.protobuf.MessageLite defaultInstance
String info
Object[] objects
protected final void mergeUnknownFields (com.google.protobuf.UnknownFieldSetLite)
com.google.protobuf.UnknownFieldSetLite unknownFields
public static com.google.protobuf.GeneratedMessageLite$GeneratedExtension newSingularGeneratedExtension (com.google.protobuf.MessageLite, java.lang.Object, com.google.protobuf.MessageLite, com.google.protobuf.Internal$EnumLiteMap, int, com.google.protobuf.WireFormat$FieldType, java.lang.Class)
com.google.protobuf.MessageLite containingTypeDefaultInstance
Object defaultValue
com.google.protobuf.MessageLite messageDefaultInstance
com.google.protobuf.Internal$EnumLiteMap enumTypeMap
int number
com.google.protobuf.WireFormat$FieldType type
Class singularType
public static com.google.protobuf.GeneratedMessageLite$GeneratedExtension newRepeatedGeneratedExtension (com.google.protobuf.MessageLite, com.google.protobuf.MessageLite, com.google.protobuf.Internal$EnumLiteMap, int, com.google.protobuf.WireFormat$FieldType, boolean, java.lang.Class)
com.google.protobuf.MessageLite containingTypeDefaultInstance
com.google.protobuf.MessageLite messageDefaultInstance
com.google.protobuf.Internal$EnumLiteMap enumTypeMap
int number
com.google.protobuf.WireFormat$FieldType type
boolean isPacked
Class singularType
Object emptyList
static transient java.lang.reflect.Method getMethodOrDie (java.lang.Class, java.lang.String, java.lang.Class[])
NoSuchMethodException e
Class clazz
String name
Class[] params
static transient java.lang.Object invokeOrDie (java.lang.reflect.Method, java.lang.Object, java.lang.Object[])
IllegalAccessException e
Throwable cause
java.lang.reflect.InvocationTargetException e
java.lang.reflect.Method method
Object object
Object[] params
private static com.google.protobuf.GeneratedMessageLite$GeneratedExtension checkIsLite (com.google.protobuf.ExtensionLite)
com.google.protobuf.ExtensionLite extension
protected static final boolean isInitialized (com.google.protobuf.GeneratedMessageLite, boolean)
com.google.protobuf.GeneratedMessageLite message
boolean shouldMemoize
byte memoizedIsInitialized
boolean isInitialized
protected static com.google.protobuf.Internal$IntList emptyIntList ()
protected static com.google.protobuf.Internal$IntList mutableCopy (com.google.protobuf.Internal$IntList)
com.google.protobuf.Internal$IntList list
int size
protected static com.google.protobuf.Internal$LongList emptyLongList ()
protected static com.google.protobuf.Internal$LongList mutableCopy (com.google.protobuf.Internal$LongList)
com.google.protobuf.Internal$LongList list
int size
protected static com.google.protobuf.Internal$FloatList emptyFloatList ()
protected static com.google.protobuf.Internal$FloatList mutableCopy (com.google.protobuf.Internal$FloatList)
com.google.protobuf.Internal$FloatList list
int size
protected static com.google.protobuf.Internal$DoubleList emptyDoubleList ()
protected static com.google.protobuf.Internal$DoubleList mutableCopy (com.google.protobuf.Internal$DoubleList)
com.google.protobuf.Internal$DoubleList list
int size
protected static com.google.protobuf.Internal$BooleanList emptyBooleanList ()
protected static com.google.protobuf.Internal$BooleanList mutableCopy (com.google.protobuf.Internal$BooleanList)
com.google.protobuf.Internal$BooleanList list
int size
protected static com.google.protobuf.Internal$ProtobufList emptyProtobufList ()
protected static com.google.protobuf.Internal$ProtobufList mutableCopy (com.google.protobuf.Internal$ProtobufList)
com.google.protobuf.Internal$ProtobufList list
int size
static com.google.protobuf.GeneratedMessageLite parsePartialFrom (com.google.protobuf.GeneratedMessageLite, com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.Schema schema
com.google.protobuf.InvalidProtocolBufferException e
com.google.protobuf.UninitializedMessageException e
java.io.IOException e
RuntimeException e
com.google.protobuf.GeneratedMessageLite instance
com.google.protobuf.CodedInputStream input
com.google.protobuf.ExtensionRegistryLite extensionRegistry
com.google.protobuf.GeneratedMessageLite result
private static com.google.protobuf.GeneratedMessageLite parsePartialFrom (com.google.protobuf.GeneratedMessageLite, byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.Schema schema
com.google.protobuf.InvalidProtocolBufferException e
com.google.protobuf.UninitializedMessageException e
java.io.IOException e
IndexOutOfBoundsException e
com.google.protobuf.GeneratedMessageLite instance
byte[] input
int offset
int length
com.google.protobuf.ExtensionRegistryLite extensionRegistry
com.google.protobuf.GeneratedMessageLite result
protected static com.google.protobuf.GeneratedMessageLite parsePartialFrom (com.google.protobuf.GeneratedMessageLite, com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.GeneratedMessageLite defaultInstance
com.google.protobuf.CodedInputStream input
private static com.google.protobuf.GeneratedMessageLite checkMessageInitialized (com.google.protobuf.GeneratedMessageLite) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.GeneratedMessageLite message
protected static com.google.protobuf.GeneratedMessageLite parseFrom (com.google.protobuf.GeneratedMessageLite, java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.GeneratedMessageLite defaultInstance
java.nio.ByteBuffer data
com.google.protobuf.ExtensionRegistryLite extensionRegistry
protected static com.google.protobuf.GeneratedMessageLite parseFrom (com.google.protobuf.GeneratedMessageLite, java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.GeneratedMessageLite defaultInstance
java.nio.ByteBuffer data
protected static com.google.protobuf.GeneratedMessageLite parseFrom (com.google.protobuf.GeneratedMessageLite, com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.GeneratedMessageLite defaultInstance
com.google.protobuf.ByteString data
protected static com.google.protobuf.GeneratedMessageLite parseFrom (com.google.protobuf.GeneratedMessageLite, com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.GeneratedMessageLite defaultInstance
com.google.protobuf.ByteString data
com.google.protobuf.ExtensionRegistryLite extensionRegistry
private static com.google.protobuf.GeneratedMessageLite parsePartialFrom (com.google.protobuf.GeneratedMessageLite, com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException e
com.google.protobuf.GeneratedMessageLite defaultInstance
com.google.protobuf.ByteString data
com.google.protobuf.ExtensionRegistryLite extensionRegistry
com.google.protobuf.CodedInputStream input
com.google.protobuf.GeneratedMessageLite message
protected static com.google.protobuf.GeneratedMessageLite parseFrom (com.google.protobuf.GeneratedMessageLite, byte[]) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.GeneratedMessageLite defaultInstance
byte[] data
protected static com.google.protobuf.GeneratedMessageLite parseFrom (com.google.protobuf.GeneratedMessageLite, byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.GeneratedMessageLite defaultInstance
byte[] data
com.google.protobuf.ExtensionRegistryLite extensionRegistry
protected static com.google.protobuf.GeneratedMessageLite parseFrom (com.google.protobuf.GeneratedMessageLite, java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.GeneratedMessageLite defaultInstance
java.io.InputStream input
protected static com.google.protobuf.GeneratedMessageLite parseFrom (com.google.protobuf.GeneratedMessageLite, java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.GeneratedMessageLite defaultInstance
java.io.InputStream input
com.google.protobuf.ExtensionRegistryLite extensionRegistry
protected static com.google.protobuf.GeneratedMessageLite parseFrom (com.google.protobuf.GeneratedMessageLite, com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.GeneratedMessageLite defaultInstance
com.google.protobuf.CodedInputStream input
protected static com.google.protobuf.GeneratedMessageLite parseFrom (com.google.protobuf.GeneratedMessageLite, com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.GeneratedMessageLite defaultInstance
com.google.protobuf.CodedInputStream input
com.google.protobuf.ExtensionRegistryLite extensionRegistry
protected static com.google.protobuf.GeneratedMessageLite parseDelimitedFrom (com.google.protobuf.GeneratedMessageLite, java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.GeneratedMessageLite defaultInstance
java.io.InputStream input
protected static com.google.protobuf.GeneratedMessageLite parseDelimitedFrom (com.google.protobuf.GeneratedMessageLite, java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.GeneratedMessageLite defaultInstance
java.io.InputStream input
com.google.protobuf.ExtensionRegistryLite extensionRegistry
private static com.google.protobuf.GeneratedMessageLite parsePartialDelimitedFrom (com.google.protobuf.GeneratedMessageLite, java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
int firstByte
int size
com.google.protobuf.InvalidProtocolBufferException e
java.io.IOException e
com.google.protobuf.InvalidProtocolBufferException e
com.google.protobuf.GeneratedMessageLite defaultInstance
java.io.InputStream input
com.google.protobuf.ExtensionRegistryLite extensionRegistry
int size
java.io.InputStream limitedInput
com.google.protobuf.CodedInputStream codedInput
com.google.protobuf.GeneratedMessageLite message
public volatile synthetic com.google.protobuf.MessageLite$Builder toBuilder ()
public volatile synthetic com.google.protobuf.MessageLite$Builder newBuilderForType ()
public volatile synthetic com.google.protobuf.MessageLite getDefaultInstanceForType ()
static synthetic com.google.protobuf.GeneratedMessageLite$GeneratedExtension access$000 (com.google.protobuf.ExtensionLite)
com.google.protobuf.ExtensionLite x0
static synthetic com.google.protobuf.GeneratedMessageLite access$200 (com.google.protobuf.GeneratedMessageLite, byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.GeneratedMessageLite x0
byte[] x1
int x2
int x3
com.google.protobuf.ExtensionRegistryLite x4
static void <clinit> ()
}
com/google/protobuf/InlineMe.class
InlineMe.java
package com.google.protobuf
abstract annotation com.google.protobuf.InlineMe extends java.lang.Object implements java.lang.annotation.Annotation {
public abstract java.lang.String replacement ()
public abstract java.lang.String[] imports ()
public abstract java.lang.String[] staticImports ()
}
com/google/protobuf/IntArrayList.class
IntArrayList.java
package com.google.protobuf
final com.google.protobuf.IntArrayList extends com.google.protobuf.AbstractProtobufList implements com.google.protobuf.Internal$IntList java.util.RandomAccess com.google.protobuf.PrimitiveNonBoxingCollection {
private static final com.google.protobuf.IntArrayList EMPTY_LIST
private int[] array
private int size
public static com.google.protobuf.IntArrayList emptyList ()
void <init> ()
private void <init> (int[], int)
int[] other
int size
protected void removeRange (int, int)
int fromIndex
int toIndex
public boolean equals (java.lang.Object)
int i
Object o
com.google.protobuf.IntArrayList other
int[] arr
public int hashCode ()
int i
int result
public com.google.protobuf.Internal$IntList mutableCopyWithCapacity (int)
int capacity
public java.lang.Integer get (int)
int index
public int getInt (int)
int index
public int indexOf (java.lang.Object)
int i
Object element
int unboxedElement
int numElems
public boolean contains (java.lang.Object)
Object element
public int size ()
public java.lang.Integer set (int, java.lang.Integer)
int index
Integer element
public int setInt (int, int)
int index
int element
int previousValue
public boolean add (java.lang.Integer)
Integer element
public void add (int, java.lang.Integer)
int index
Integer element
public void addInt (int)
int length
int[] newArray
int element
private void addInt (int, int)
int length
int[] newArray
int index
int element
public boolean addAll (java.util.Collection)
java.util.Collection collection
com.google.protobuf.IntArrayList list
int overflow
int newSize
public java.lang.Integer remove (int)
int index
int value
private void ensureIndexInRange (int)
int index
private java.lang.String makeOutOfBoundsExceptionMessage (int)
int index
public volatile synthetic java.lang.Object set (int, java.lang.Object)
public volatile synthetic java.lang.Object remove (int)
public volatile synthetic void add (int, java.lang.Object)
public volatile synthetic boolean add (java.lang.Object)
public volatile synthetic com.google.protobuf.Internal$ProtobufList mutableCopyWithCapacity (int)
public volatile synthetic java.lang.Object get (int)
static void <clinit> ()
}
com/google/protobuf/Internal$BooleanList.class
Internal.java
package com.google.protobuf
public abstract com.google.protobuf.Internal$BooleanList extends java.lang.Object implements com.google.protobuf.Internal$ProtobufList {
public abstract boolean getBoolean (int)
public abstract void addBoolean (boolean)
public abstract boolean setBoolean (int, boolean)
public abstract com.google.protobuf.Internal$BooleanList mutableCopyWithCapacity (int)
public volatile synthetic com.google.protobuf.Internal$ProtobufList mutableCopyWithCapacity (int)
}
com/google/protobuf/Internal$DoubleList.class
Internal.java
package com.google.protobuf
public abstract com.google.protobuf.Internal$DoubleList extends java.lang.Object implements com.google.protobuf.Internal$ProtobufList {
public abstract double getDouble (int)
public abstract void addDouble (double)
public abstract double setDouble (int, double)
public abstract com.google.protobuf.Internal$DoubleList mutableCopyWithCapacity (int)
public volatile synthetic com.google.protobuf.Internal$ProtobufList mutableCopyWithCapacity (int)
}
com/google/protobuf/Internal$EnumLite.class
Internal.java
package com.google.protobuf
public abstract com.google.protobuf.Internal$EnumLite extends java.lang.Object {
public abstract int getNumber ()
}
com/google/protobuf/Internal$EnumLiteMap.class
Internal.java
package com.google.protobuf
public abstract com.google.protobuf.Internal$EnumLiteMap extends java.lang.Object {
public abstract com.google.protobuf.Internal$EnumLite findValueByNumber (int)
}
com/google/protobuf/Internal$EnumVerifier.class
Internal.java
package com.google.protobuf
public abstract com.google.protobuf.Internal$EnumVerifier extends java.lang.Object {
public abstract boolean isInRange (int)
}
com/google/protobuf/Internal$FloatList.class
Internal.java
package com.google.protobuf
public abstract com.google.protobuf.Internal$FloatList extends java.lang.Object implements com.google.protobuf.Internal$ProtobufList {
public abstract float getFloat (int)
public abstract void addFloat (float)
public abstract float setFloat (int, float)
public abstract com.google.protobuf.Internal$FloatList mutableCopyWithCapacity (int)
public volatile synthetic com.google.protobuf.Internal$ProtobufList mutableCopyWithCapacity (int)
}
com/google/protobuf/Internal$IntList.class
Internal.java
package com.google.protobuf
public abstract com.google.protobuf.Internal$IntList extends java.lang.Object implements com.google.protobuf.Internal$ProtobufList {
public abstract int getInt (int)
public abstract void addInt (int)
public abstract int setInt (int, int)
public abstract com.google.protobuf.Internal$IntList mutableCopyWithCapacity (int)
public volatile synthetic com.google.protobuf.Internal$ProtobufList mutableCopyWithCapacity (int)
}
com/google/protobuf/Internal$ListAdapter$Converter.class
Internal.java
package com.google.protobuf
public abstract com.google.protobuf.Internal$ListAdapter$Converter extends java.lang.Object {
public abstract java.lang.Object convert (java.lang.Object)
}
com/google/protobuf/Internal$ListAdapter.class
Internal.java
package com.google.protobuf
public com.google.protobuf.Internal$ListAdapter extends java.util.AbstractList {
private final java.util.List fromList
private final com.google.protobuf.Internal$ListAdapter$Converter converter
public void <init> (java.util.List, com.google.protobuf.Internal$ListAdapter$Converter)
java.util.List fromList
com.google.protobuf.Internal$ListAdapter$Converter converter
public java.lang.Object get (int)
int index
public int size ()
}
com/google/protobuf/Internal$LongList.class
Internal.java
package com.google.protobuf
public abstract com.google.protobuf.Internal$LongList extends java.lang.Object implements com.google.protobuf.Internal$ProtobufList {
public abstract long getLong (int)
public abstract void addLong (long)
public abstract long setLong (int, long)
public abstract com.google.protobuf.Internal$LongList mutableCopyWithCapacity (int)
public volatile synthetic com.google.protobuf.Internal$ProtobufList mutableCopyWithCapacity (int)
}
com/google/protobuf/Internal$MapAdapter$1.class
Internal.java
package com.google.protobuf
com.google.protobuf.Internal$MapAdapter$1 extends java.lang.Object implements com.google.protobuf.Internal$MapAdapter$Converter {
final synthetic com.google.protobuf.Internal$EnumLiteMap val$enumMap
final synthetic com.google.protobuf.Internal$EnumLite val$unrecognizedValue
void <init> (com.google.protobuf.Internal$EnumLiteMap, com.google.protobuf.Internal$EnumLite)
public com.google.protobuf.Internal$EnumLite doForward (java.lang.Integer)
Integer value
com.google.protobuf.Internal$EnumLite result
public java.lang.Integer doBackward (com.google.protobuf.Internal$EnumLite)
com.google.protobuf.Internal$EnumLite value
public volatile synthetic java.lang.Object doBackward (java.lang.Object)
public volatile synthetic java.lang.Object doForward (java.lang.Object)
}
com/google/protobuf/Internal$MapAdapter$Converter.class
Internal.java
package com.google.protobuf
public abstract com.google.protobuf.Internal$MapAdapter$Converter extends java.lang.Object {
public abstract java.lang.Object doForward (java.lang.Object)
public abstract java.lang.Object doBackward (java.lang.Object)
}
com/google/protobuf/Internal$MapAdapter$EntryAdapter.class
Internal.java
package com.google.protobuf
com.google.protobuf.Internal$MapAdapter$EntryAdapter extends java.lang.Object implements java.util.Map$Entry {
private final java.util.Map$Entry realEntry
final synthetic com.google.protobuf.Internal$MapAdapter this$0
public void <init> (com.google.protobuf.Internal$MapAdapter, java.util.Map$Entry)
java.util.Map$Entry realEntry
public java.lang.Object getKey ()
public java.lang.Object getValue ()
public java.lang.Object setValue (java.lang.Object)
Object value
Object oldValue
public boolean equals (java.lang.Object)
Object o
java.util.Map$Entry other
public int hashCode ()
}
com/google/protobuf/Internal$MapAdapter$IteratorAdapter.class
Internal.java
package com.google.protobuf
com.google.protobuf.Internal$MapAdapter$IteratorAdapter extends java.lang.Object implements java.util.Iterator {
private final java.util.Iterator realIterator
final synthetic com.google.protobuf.Internal$MapAdapter this$0
public void <init> (com.google.protobuf.Internal$MapAdapter, java.util.Iterator)
java.util.Iterator realIterator
public boolean hasNext ()
public java.util.Map$Entry next ()
public void remove ()
public volatile synthetic java.lang.Object next ()
}
com/google/protobuf/Internal$MapAdapter$SetAdapter.class
Internal.java
package com.google.protobuf
com.google.protobuf.Internal$MapAdapter$SetAdapter extends java.util.AbstractSet {
private final java.util.Set realSet
final synthetic com.google.protobuf.Internal$MapAdapter this$0
public void <init> (com.google.protobuf.Internal$MapAdapter, java.util.Set)
java.util.Set realSet
public java.util.Iterator iterator ()
public int size ()
}
com/google/protobuf/Internal$MapAdapter.class
Internal.java
package com.google.protobuf
public com.google.protobuf.Internal$MapAdapter extends java.util.AbstractMap {
private final java.util.Map realMap
private final com.google.protobuf.Internal$MapAdapter$Converter valueConverter
public static com.google.protobuf.Internal$MapAdapter$Converter newEnumConverter (com.google.protobuf.Internal$EnumLiteMap, com.google.protobuf.Internal$EnumLite)
com.google.protobuf.Internal$EnumLiteMap enumMap
com.google.protobuf.Internal$EnumLite unrecognizedValue
public void <init> (java.util.Map, com.google.protobuf.Internal$MapAdapter$Converter)
java.util.Map realMap
com.google.protobuf.Internal$MapAdapter$Converter valueConverter
public java.lang.Object get (java.lang.Object)
Object key
Object result
public java.lang.Object put (java.lang.Object, java.lang.Object)
Object key
Object value
Object oldValue
public java.util.Set entrySet ()
static synthetic com.google.protobuf.Internal$MapAdapter$Converter access$000 (com.google.protobuf.Internal$MapAdapter)
com.google.protobuf.Internal$MapAdapter x0
}
com/google/protobuf/Internal$ProtobufList.class
Internal.java
package com.google.protobuf
public abstract com.google.protobuf.Internal$ProtobufList extends java.lang.Object implements java.util.List java.util.RandomAccess {
public abstract void makeImmutable ()
public abstract boolean isModifiable ()
public abstract com.google.protobuf.Internal$ProtobufList mutableCopyWithCapacity (int)
}
com/google/protobuf/Internal.class
Internal.java
package com.google.protobuf
public final com.google.protobuf.Internal extends java.lang.Object {
static final java.nio.charset.Charset US_ASCII
static final java.nio.charset.Charset UTF_8
static final java.nio.charset.Charset ISO_8859_1
private static final int DEFAULT_BUFFER_SIZE
public static final byte[] EMPTY_BYTE_ARRAY
public static final java.nio.ByteBuffer EMPTY_BYTE_BUFFER
public static final com.google.protobuf.CodedInputStream EMPTY_CODED_INPUT_STREAM
private void <init> ()
static java.lang.Object checkNotNull (java.lang.Object)
Object obj
static java.lang.Object checkNotNull (java.lang.Object, java.lang.String)
Object obj
String message
public static java.lang.String stringDefaultValue (java.lang.String)
String bytes
public static com.google.protobuf.ByteString bytesDefaultValue (java.lang.String)
String bytes
public static byte[] byteArrayDefaultValue (java.lang.String)
String bytes
public static java.nio.ByteBuffer byteBufferDefaultValue (java.lang.String)
String bytes
public static java.nio.ByteBuffer copyByteBuffer (java.nio.ByteBuffer)
java.nio.ByteBuffer source
java.nio.ByteBuffer temp
java.nio.ByteBuffer result
public static boolean isValidUtf8 (com.google.protobuf.ByteString)
com.google.protobuf.ByteString byteString
public static boolean isValidUtf8 (byte[])
byte[] byteArray
public static byte[] toByteArray (java.lang.String)
String value
public static java.lang.String toStringUtf8 (byte[])
byte[] bytes
public static int hashLong (long)
long n
public static int hashBoolean (boolean)
boolean b
public static int hashEnum (com.google.protobuf.Internal$EnumLite)
com.google.protobuf.Internal$EnumLite e
public static int hashEnumList (java.util.List)
com.google.protobuf.Internal$EnumLite e
java.util.List list
int hash
public static boolean equals (java.util.List, java.util.List)
int i
java.util.List a
java.util.List b
public static int hashCode (java.util.List)
byte[] bytes
java.util.List list
int hash
public static int hashCode (byte[])
byte[] bytes
static int hashCode (byte[], int, int)
byte[] bytes
int offset
int length
int h
static int partialHash (int, byte[], int, int)
int i
int h
byte[] bytes
int offset
int length
public static boolean equalsByteBuffer (java.nio.ByteBuffer, java.nio.ByteBuffer)
java.nio.ByteBuffer a
java.nio.ByteBuffer b
public static boolean equalsByteBuffer (java.util.List, java.util.List)
int i
java.util.List a
java.util.List b
public static int hashCodeByteBuffer (java.util.List)
java.nio.ByteBuffer bytes
java.util.List list
int hash
public static int hashCodeByteBuffer (java.nio.ByteBuffer)
int h
int length
int bufferSize
byte[] buffer
java.nio.ByteBuffer duplicated
int h
java.nio.ByteBuffer bytes
public static com.google.protobuf.MessageLite getDefaultInstance (java.lang.Class)
java.lang.reflect.Method method
Exception e
Class clazz
static java.lang.Object mergeMessage (java.lang.Object, java.lang.Object)
Object destination
Object source
static void <clinit> ()
}
com/google/protobuf/InvalidProtocolBufferException$InvalidWireTypeException.class
InvalidProtocolBufferException.java
package com.google.protobuf
public com.google.protobuf.InvalidProtocolBufferException$InvalidWireTypeException extends com.google.protobuf.InvalidProtocolBufferException {
private static final long serialVersionUID
public void <init> (java.lang.String)
String description
}
com/google/protobuf/InvalidProtocolBufferException.class
InvalidProtocolBufferException.java
package com.google.protobuf
public com.google.protobuf.InvalidProtocolBufferException extends java.io.IOException {
private static final long serialVersionUID
private com.google.protobuf.MessageLite unfinishedMessage
private boolean wasThrownFromInputStream
public void <init> (java.lang.String)
String description
public void <init> (java.lang.Exception)
Exception e
public void <init> (java.lang.String, java.lang.Exception)
String description
Exception e
public void <init> (java.io.IOException)
java.io.IOException e
public void <init> (java.lang.String, java.io.IOException)
String description
java.io.IOException e
public com.google.protobuf.InvalidProtocolBufferException setUnfinishedMessage (com.google.protobuf.MessageLite)
com.google.protobuf.MessageLite unfinishedMessage
public com.google.protobuf.MessageLite getUnfinishedMessage ()
void setThrownFromInputStream ()
boolean getThrownFromInputStream ()
public java.io.IOException unwrapIOException ()
static com.google.protobuf.InvalidProtocolBufferException truncatedMessage ()
static com.google.protobuf.InvalidProtocolBufferException negativeSize ()
static com.google.protobuf.InvalidProtocolBufferException malformedVarint ()
static com.google.protobuf.InvalidProtocolBufferException invalidTag ()
static com.google.protobuf.InvalidProtocolBufferException invalidEndTag ()
static com.google.protobuf.InvalidProtocolBufferException$InvalidWireTypeException invalidWireType ()
static com.google.protobuf.InvalidProtocolBufferException recursionLimitExceeded ()
static com.google.protobuf.InvalidProtocolBufferException sizeLimitExceeded ()
static com.google.protobuf.InvalidProtocolBufferException parseFailure ()
static com.google.protobuf.InvalidProtocolBufferException invalidUtf8 ()
}
com/google/protobuf/IterableByteBufferInputStream.class
IterableByteBufferInputStream.java
package com.google.protobuf
com.google.protobuf.IterableByteBufferInputStream extends java.io.InputStream {
private java.util.Iterator iterator
private java.nio.ByteBuffer currentByteBuffer
private int dataSize
private int currentIndex
private int currentByteBufferPos
private boolean hasArray
private byte[] currentArray
private int currentArrayOffset
private long currentAddress
void <init> (java.lang.Iterable)
java.nio.ByteBuffer unused
Iterable data
private boolean getNextByteBuffer ()
private void updateCurrentByteBufferPos (int)
int numberOfBytesRead
public int read () throws java.io.IOException
int result
int result
public int read (byte[], int, int) throws java.io.IOException
int prevPos
byte[] output
int offset
int length
int remaining
}
com/google/protobuf/JavaType.class
JavaType.java
package com.google.protobuf
public final enum com.google.protobuf.JavaType extends java.lang.Enum {
public static final enum com.google.protobuf.JavaType VOID
public static final enum com.google.protobuf.JavaType INT
public static final enum com.google.protobuf.JavaType LONG
public static final enum com.google.protobuf.JavaType FLOAT
public static final enum com.google.protobuf.JavaType DOUBLE
public static final enum com.google.protobuf.JavaType BOOLEAN
public static final enum com.google.protobuf.JavaType STRING
public static final enum com.google.protobuf.JavaType BYTE_STRING
public static final enum com.google.protobuf.JavaType ENUM
public static final enum com.google.protobuf.JavaType MESSAGE
private final Class type
private final Class boxedType
private final Object defaultDefault
private static final synthetic com.google.protobuf.JavaType[] $VALUES
public static com.google.protobuf.JavaType[] values ()
public static com.google.protobuf.JavaType valueOf (java.lang.String)
String name
private void <init> (java.lang.String, int, java.lang.Class, java.lang.Class, java.lang.Object)
Class type
Class boxedType
Object defaultDefault
public java.lang.Object getDefaultDefault ()
public java.lang.Class getType ()
public java.lang.Class getBoxedType ()
public boolean isValidType (java.lang.Class)
Class t
private static synthetic com.google.protobuf.JavaType[] $values ()
static void <clinit> ()
}
com/google/protobuf/LazyField$1.class
LazyField.java
package com.google.protobuf
synthetic com.google.protobuf.LazyField$1 extends java.lang.Object {
}
com/google/protobuf/LazyField$LazyEntry.class
LazyField.java
package com.google.protobuf
com.google.protobuf.LazyField$LazyEntry extends java.lang.Object implements java.util.Map$Entry {
private java.util.Map$Entry entry
private void <init> (java.util.Map$Entry)
java.util.Map$Entry entry
public java.lang.Object getKey ()
public java.lang.Object getValue ()
com.google.protobuf.LazyField field
public com.google.protobuf.LazyField getField ()
public java.lang.Object setValue (java.lang.Object)
Object value
synthetic void <init> (java.util.Map$Entry, com.google.protobuf.LazyField$1)
java.util.Map$Entry x0
com.google.protobuf.LazyField$1 x1
}
com/google/protobuf/LazyField$LazyIterator.class
LazyField.java
package com.google.protobuf
com.google.protobuf.LazyField$LazyIterator extends java.lang.Object implements java.util.Iterator {
private java.util.Iterator iterator
public void <init> (java.util.Iterator)
java.util.Iterator iterator
public boolean hasNext ()
public java.util.Map$Entry next ()
java.util.Map$Entry entry
public void remove ()
public volatile synthetic java.lang.Object next ()
}
com/google/protobuf/LazyField.class
LazyField.java
package com.google.protobuf
public com.google.protobuf.LazyField extends com.google.protobuf.LazyFieldLite {
private final com.google.protobuf.MessageLite defaultInstance
public void <init> (com.google.protobuf.MessageLite, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.ByteString)
com.google.protobuf.MessageLite defaultInstance
com.google.protobuf.ExtensionRegistryLite extensionRegistry
com.google.protobuf.ByteString bytes
public boolean containsDefaultInstance ()
public com.google.protobuf.MessageLite getValue ()
public int hashCode ()
public boolean equals (java.lang.Object)
Object obj
public java.lang.String toString ()
}
com/google/protobuf/LazyFieldLite.class
LazyFieldLite.java
package com.google.protobuf
public com.google.protobuf.LazyFieldLite extends java.lang.Object {
private static final com.google.protobuf.ExtensionRegistryLite EMPTY_REGISTRY
private com.google.protobuf.ByteString delayedBytes
private com.google.protobuf.ExtensionRegistryLite extensionRegistry
protected volatile com.google.protobuf.MessageLite value
private volatile com.google.protobuf.ByteString memoizedBytes
public void <init> (com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.ByteString)
com.google.protobuf.ExtensionRegistryLite extensionRegistry
com.google.protobuf.ByteString bytes
public void <init> ()
public static com.google.protobuf.LazyFieldLite fromValue (com.google.protobuf.MessageLite)
com.google.protobuf.MessageLite value
com.google.protobuf.LazyFieldLite lf
public boolean equals (java.lang.Object)
Object o
com.google.protobuf.LazyFieldLite other
com.google.protobuf.MessageLite value1
com.google.protobuf.MessageLite value2
public int hashCode ()
public boolean containsDefaultInstance ()
public void clear ()
public void set (com.google.protobuf.LazyFieldLite)
com.google.protobuf.LazyFieldLite other
public com.google.protobuf.MessageLite getValue (com.google.protobuf.MessageLite)
com.google.protobuf.MessageLite defaultInstance
public com.google.protobuf.MessageLite setValue (com.google.protobuf.MessageLite)
com.google.protobuf.MessageLite value
com.google.protobuf.MessageLite originalValue
public void merge (com.google.protobuf.LazyFieldLite)
com.google.protobuf.LazyFieldLite other
public void mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
com.google.protobuf.CodedInputStream input
com.google.protobuf.ExtensionRegistryLite extensionRegistry
private static com.google.protobuf.MessageLite mergeValueAndBytes (com.google.protobuf.MessageLite, com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.InvalidProtocolBufferException e
com.google.protobuf.MessageLite value
com.google.protobuf.ByteString otherBytes
com.google.protobuf.ExtensionRegistryLite extensionRegistry
public void setByteString (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.ByteString bytes
com.google.protobuf.ExtensionRegistryLite extensionRegistry
public int getSerializedSize ()
public com.google.protobuf.ByteString toByteString ()
void writeTo (com.google.protobuf.Writer, int) throws java.io.IOException
com.google.protobuf.Writer writer
int fieldNumber
protected void ensureInitialized (com.google.protobuf.MessageLite)
com.google.protobuf.MessageLite parsedValue
com.google.protobuf.InvalidProtocolBufferException e
com.google.protobuf.MessageLite defaultInstance
private static void checkArguments (com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.ByteString)
com.google.protobuf.ExtensionRegistryLite extensionRegistry
com.google.protobuf.ByteString bytes
static void <clinit> ()
}
com/google/protobuf/LazyStringArrayList$ByteArrayListView.class
LazyStringArrayList.java
package com.google.protobuf
com.google.protobuf.LazyStringArrayList$ByteArrayListView extends java.util.AbstractList implements java.util.RandomAccess {
private final com.google.protobuf.LazyStringArrayList list
void <init> (com.google.protobuf.LazyStringArrayList)
com.google.protobuf.LazyStringArrayList list
public byte[] get (int)
int index
public int size ()
public byte[] set (int, byte[])
int index
byte[] s
Object o
public void add (int, byte[])
int index
byte[] s
public byte[] remove (int)
int index
Object o
public volatile synthetic java.lang.Object set (int, java.lang.Object)
public volatile synthetic java.lang.Object remove (int)
public volatile synthetic void add (int, java.lang.Object)
public volatile synthetic java.lang.Object get (int)
}
com/google/protobuf/LazyStringArrayList$ByteStringListView.class
LazyStringArrayList.java
package com.google.protobuf
com.google.protobuf.LazyStringArrayList$ByteStringListView extends java.util.AbstractList implements java.util.RandomAccess {
private final com.google.protobuf.LazyStringArrayList list
void <init> (com.google.protobuf.LazyStringArrayList)
com.google.protobuf.LazyStringArrayList list
public com.google.protobuf.ByteString get (int)
int index
public int size ()
public com.google.protobuf.ByteString set (int, com.google.protobuf.ByteString)
int index
com.google.protobuf.ByteString s
Object o
public void add (int, com.google.protobuf.ByteString)
int index
com.google.protobuf.ByteString s
public com.google.protobuf.ByteString remove (int)
int index
Object o
public volatile synthetic java.lang.Object set (int, java.lang.Object)
public volatile synthetic java.lang.Object remove (int)
public volatile synthetic void add (int, java.lang.Object)
public volatile synthetic java.lang.Object get (int)
}
com/google/protobuf/LazyStringArrayList.class
LazyStringArrayList.java
package com.google.protobuf
public com.google.protobuf.LazyStringArrayList extends com.google.protobuf.AbstractProtobufList implements com.google.protobuf.LazyStringList java.util.RandomAccess {
private static final com.google.protobuf.LazyStringArrayList EMPTY_LIST
public static final com.google.protobuf.LazyStringList EMPTY
private final java.util.List list
static com.google.protobuf.LazyStringArrayList emptyList ()
public void <init> ()
public void <init> (int)
int initialCapacity
public void <init> (com.google.protobuf.LazyStringList)
com.google.protobuf.LazyStringList from
public void <init> (java.util.List)
java.util.List from
private void <init> (java.util.ArrayList)
java.util.ArrayList list
public com.google.protobuf.LazyStringArrayList mutableCopyWithCapacity (int)
int capacity
java.util.ArrayList newList
public java.lang.String get (int)
com.google.protobuf.ByteString bs
String s
byte[] ba
String s
int index
Object o
public int size ()
public java.lang.String set (int, java.lang.String)
int index
String s
Object o
public void add (int, java.lang.String)
int index
String element
private void add (int, com.google.protobuf.ByteString)
int index
com.google.protobuf.ByteString element
private void add (int, byte[])
int index
byte[] element
public boolean addAll (java.util.Collection)
java.util.Collection c
public boolean addAll (int, java.util.Collection)
int index
java.util.Collection c
java.util.Collection collection
boolean ret
public boolean addAllByteString (java.util.Collection)
java.util.Collection values
boolean ret
public boolean addAllByteArray (java.util.Collection)
java.util.Collection c
boolean ret
public java.lang.String remove (int)
int index
Object o
public void clear ()
public void add (com.google.protobuf.ByteString)
com.google.protobuf.ByteString element
public void add (byte[])
byte[] element
public java.lang.Object getRaw (int)
int index
public com.google.protobuf.ByteString getByteString (int)
int index
Object o
com.google.protobuf.ByteString b
public byte[] getByteArray (int)
int index
Object o
byte[] b
public void set (int, com.google.protobuf.ByteString)
int index
com.google.protobuf.ByteString s
private java.lang.Object setAndReturn (int, com.google.protobuf.ByteString)
int index
com.google.protobuf.ByteString s
public void set (int, byte[])
int index
byte[] s
private java.lang.Object setAndReturn (int, byte[])
int index
byte[] s
private static java.lang.String asString (java.lang.Object)
Object o
private static com.google.protobuf.ByteString asByteString (java.lang.Object)
Object o
private static byte[] asByteArray (java.lang.Object)
Object o
public java.util.List getUnderlyingElements ()
public void mergeFrom (com.google.protobuf.LazyStringList)
byte[] b
Object o
com.google.protobuf.LazyStringList other
public java.util.List asByteArrayList ()
public java.util.List asByteStringList ()
public com.google.protobuf.LazyStringList getUnmodifiableView ()
public volatile synthetic java.lang.Object set (int, java.lang.Object)
public volatile synthetic boolean retainAll (java.util.Collection)
public volatile synthetic boolean removeAll (java.util.Collection)
public volatile synthetic boolean remove (java.lang.Object)
public volatile synthetic java.lang.Object remove (int)
public volatile synthetic boolean isModifiable ()
public volatile synthetic void add (int, java.lang.Object)
public volatile synthetic boolean add (java.lang.Object)
public volatile synthetic int hashCode ()
public volatile synthetic boolean equals (java.lang.Object)
public volatile synthetic com.google.protobuf.Internal$ProtobufList mutableCopyWithCapacity (int)
public volatile synthetic java.lang.Object get (int)
static synthetic java.lang.Object access$000 (com.google.protobuf.LazyStringArrayList, int, byte[])
com.google.protobuf.LazyStringArrayList x0
int x1
byte[] x2
static synthetic byte[] access$100 (java.lang.Object)
Object x0
static synthetic void access$200 (com.google.protobuf.LazyStringArrayList, int, byte[])
com.google.protobuf.LazyStringArrayList x0
int x1
byte[] x2
static synthetic java.lang.Object access$300 (com.google.protobuf.LazyStringArrayList, int, com.google.protobuf.ByteString)
com.google.protobuf.LazyStringArrayList x0
int x1
com.google.protobuf.ByteString x2
static synthetic com.google.protobuf.ByteString access$400 (java.lang.Object)
Object x0
static synthetic void access$500 (com.google.protobuf.LazyStringArrayList, int, com.google.protobuf.ByteString)
com.google.protobuf.LazyStringArrayList x0
int x1
com.google.protobuf.ByteString x2
static void <clinit> ()
}
com/google/protobuf/LazyStringList.class
LazyStringList.java
package com.google.protobuf
public abstract com.google.protobuf.LazyStringList extends java.lang.Object implements com.google.protobuf.ProtocolStringList {
public abstract com.google.protobuf.ByteString getByteString (int)
public abstract java.lang.Object getRaw (int)
public abstract byte[] getByteArray (int)
public abstract void add (com.google.protobuf.ByteString)
public abstract void add (byte[])
public abstract void set (int, com.google.protobuf.ByteString)
public abstract void set (int, byte[])
public abstract boolean addAllByteString (java.util.Collection)
public abstract boolean addAllByteArray (java.util.Collection)
public abstract java.util.List getUnderlyingElements ()
public abstract void mergeFrom (com.google.protobuf.LazyStringList)
public abstract java.util.List asByteArrayList ()
public abstract com.google.protobuf.LazyStringList getUnmodifiableView ()
}
com/google/protobuf/ListFieldSchema$1.class
ListFieldSchema.java
package com.google.protobuf
synthetic com.google.protobuf.ListFieldSchema$1 extends java.lang.Object {
}
com/google/protobuf/ListFieldSchema$ListFieldSchemaFull.class
ListFieldSchema.java
package com.google.protobuf
final com.google.protobuf.ListFieldSchema$ListFieldSchemaFull extends com.google.protobuf.ListFieldSchema {
private static final Class UNMODIFIABLE_LIST_CLASS
private void <init> ()
java.util.List mutableListAt (java.lang.Object, long)
Object message
long offset
void makeImmutableListAt (java.lang.Object, long)
Object message
long offset
java.util.List list
Object immutable
private static java.util.List mutableListAt (java.lang.Object, long, int)
java.util.ArrayList newList
com.google.protobuf.LazyStringArrayList newList
Object message
long offset
int additionalCapacity
java.util.List list
void mergeListsAt (java.lang.Object, java.lang.Object, long)
Object msg
Object otherMsg
long offset
java.util.List other
java.util.List mine
int size
int otherSize
java.util.List merged
static java.util.List getList (java.lang.Object, long)
Object message
long offset
synthetic void <init> (com.google.protobuf.ListFieldSchema$1)
com.google.protobuf.ListFieldSchema$1 x0
static void <clinit> ()
}
com/google/protobuf/ListFieldSchema$ListFieldSchemaLite.class
ListFieldSchema.java
package com.google.protobuf
final com.google.protobuf.ListFieldSchema$ListFieldSchemaLite extends com.google.protobuf.ListFieldSchema {
private void <init> ()
java.util.List mutableListAt (java.lang.Object, long)
int size
Object message
long offset
com.google.protobuf.Internal$ProtobufList list
void makeImmutableListAt (java.lang.Object, long)
Object message
long offset
com.google.protobuf.Internal$ProtobufList list
void mergeListsAt (java.lang.Object, java.lang.Object, long)
Object msg
Object otherMsg
long offset
com.google.protobuf.Internal$ProtobufList mine
com.google.protobuf.Internal$ProtobufList other
int size
int otherSize
com.google.protobuf.Internal$ProtobufList merged
static com.google.protobuf.Internal$ProtobufList getProtobufList (java.lang.Object, long)
Object message
long offset
synthetic void <init> (com.google.protobuf.ListFieldSchema$1)
com.google.protobuf.ListFieldSchema$1 x0
}
com/google/protobuf/ListFieldSchema.class
ListFieldSchema.java
package com.google.protobuf
abstract com.google.protobuf.ListFieldSchema extends java.lang.Object {
private static final com.google.protobuf.ListFieldSchema FULL_INSTANCE
private static final com.google.protobuf.ListFieldSchema LITE_INSTANCE
private void <init> ()
abstract java.util.List mutableListAt (java.lang.Object, long)
abstract void makeImmutableListAt (java.lang.Object, long)
abstract void mergeListsAt (java.lang.Object, java.lang.Object, long)
static com.google.protobuf.ListFieldSchema full ()
static com.google.protobuf.ListFieldSchema lite ()
synthetic void <init> (com.google.protobuf.ListFieldSchema$1)
com.google.protobuf.ListFieldSchema$1 x0
static void <clinit> ()
}
com/google/protobuf/LongArrayList.class
LongArrayList.java
package com.google.protobuf
final com.google.protobuf.LongArrayList extends com.google.protobuf.AbstractProtobufList implements com.google.protobuf.Internal$LongList java.util.RandomAccess com.google.protobuf.PrimitiveNonBoxingCollection {
private static final com.google.protobuf.LongArrayList EMPTY_LIST
private long[] array
private int size
public static com.google.protobuf.LongArrayList emptyList ()
void <init> ()
private void <init> (long[], int)
long[] other
int size
protected void removeRange (int, int)
int fromIndex
int toIndex
public boolean equals (java.lang.Object)
int i
Object o
com.google.protobuf.LongArrayList other
long[] arr
public int hashCode ()
int i
int result
public com.google.protobuf.Internal$LongList mutableCopyWithCapacity (int)
int capacity
public java.lang.Long get (int)
int index
public long getLong (int)
int index
public int indexOf (java.lang.Object)
int i
Object element
long unboxedElement
int numElems
public boolean contains (java.lang.Object)
Object element
public int size ()
public java.lang.Long set (int, java.lang.Long)
int index
Long element
public long setLong (int, long)
int index
long element
long previousValue
public boolean add (java.lang.Long)
Long element
public void add (int, java.lang.Long)
int index
Long element
public void addLong (long)
int length
long[] newArray
long element
private void addLong (int, long)
int length
long[] newArray
int index
long element
public boolean addAll (java.util.Collection)
java.util.Collection collection
com.google.protobuf.LongArrayList list
int overflow
int newSize
public java.lang.Long remove (int)
int index
long value
private void ensureIndexInRange (int)
int index
private java.lang.String makeOutOfBoundsExceptionMessage (int)
int index
public volatile synthetic java.lang.Object set (int, java.lang.Object)
public volatile synthetic java.lang.Object remove (int)
public volatile synthetic void add (int, java.lang.Object)
public volatile synthetic boolean add (java.lang.Object)
public volatile synthetic com.google.protobuf.Internal$ProtobufList mutableCopyWithCapacity (int)
public volatile synthetic java.lang.Object get (int)
static void <clinit> ()
}
com/google/protobuf/ManifestSchemaFactory$1.class
ManifestSchemaFactory.java
package com.google.protobuf
com.google.protobuf.ManifestSchemaFactory$1 extends java.lang.Object implements com.google.protobuf.MessageInfoFactory {
void <init> ()
public boolean isSupported (java.lang.Class)
Class clazz
public com.google.protobuf.MessageInfo messageInfoFor (java.lang.Class)
Class clazz
}
com/google/protobuf/ManifestSchemaFactory$CompositeMessageInfoFactory.class
ManifestSchemaFactory.java
package com.google.protobuf
com.google.protobuf.ManifestSchemaFactory$CompositeMessageInfoFactory extends java.lang.Object implements com.google.protobuf.MessageInfoFactory {
private com.google.protobuf.MessageInfoFactory[] factories
transient void <init> (com.google.protobuf.MessageInfoFactory[])
com.google.protobuf.MessageInfoFactory[] factories
public boolean isSupported (java.lang.Class)
com.google.protobuf.MessageInfoFactory factory
Class clazz
public com.google.protobuf.MessageInfo messageInfoFor (java.lang.Class)
com.google.protobuf.MessageInfoFactory factory
Class clazz
}
com/google/protobuf/ManifestSchemaFactory.class
ManifestSchemaFactory.java
package com.google.protobuf
final com.google.protobuf.ManifestSchemaFactory extends java.lang.Object implements com.google.protobuf.SchemaFactory {
private final com.google.protobuf.MessageInfoFactory messageInfoFactory
private static final com.google.protobuf.MessageInfoFactory EMPTY_FACTORY
public void <init> ()
private void <init> (com.google.protobuf.MessageInfoFactory)
com.google.protobuf.MessageInfoFactory messageInfoFactory
public com.google.protobuf.Schema createSchema (java.lang.Class)
Class messageType
com.google.protobuf.MessageInfo messageInfo
private static com.google.protobuf.Schema newSchema (java.lang.Class, com.google.protobuf.MessageInfo)
Class messageType
com.google.protobuf.MessageInfo messageInfo
private static boolean isProto2 (com.google.protobuf.MessageInfo)
com.google.protobuf.MessageInfo messageInfo
private static com.google.protobuf.MessageInfoFactory getDefaultMessageInfoFactory ()
private static com.google.protobuf.MessageInfoFactory getDescriptorMessageInfoFactory ()
Class clazz
Exception e
static void <clinit> ()
}
com/google/protobuf/MapEntryLite$1.class
MapEntryLite.java
package com.google.protobuf
synthetic com.google.protobuf.MapEntryLite$1 extends java.lang.Object {
static final synthetic int[] $SwitchMap$com$google$protobuf$WireFormat$FieldType
static void <clinit> ()
}
com/google/protobuf/MapEntryLite$Metadata.class
MapEntryLite.java
package com.google.protobuf
com.google.protobuf.MapEntryLite$Metadata extends java.lang.Object {
public final com.google.protobuf.WireFormat$FieldType keyType
public final Object defaultKey
public final com.google.protobuf.WireFormat$FieldType valueType
public final Object defaultValue
public void <init> (com.google.protobuf.WireFormat$FieldType, java.lang.Object, com.google.protobuf.WireFormat$FieldType, java.lang.Object)
com.google.protobuf.WireFormat$FieldType keyType
Object defaultKey
com.google.protobuf.WireFormat$FieldType valueType
Object defaultValue
}
com/google/protobuf/MapEntryLite.class
MapEntryLite.java
package com.google.protobuf
public com.google.protobuf.MapEntryLite extends java.lang.Object {
private static final int KEY_FIELD_NUMBER
private static final int VALUE_FIELD_NUMBER
private final com.google.protobuf.MapEntryLite$Metadata metadata
private final Object key
private final Object value
private void <init> (com.google.protobuf.WireFormat$FieldType, java.lang.Object, com.google.protobuf.WireFormat$FieldType, java.lang.Object)
com.google.protobuf.WireFormat$FieldType keyType
Object defaultKey
com.google.protobuf.WireFormat$FieldType valueType
Object defaultValue
private void <init> (com.google.protobuf.MapEntryLite$Metadata, java.lang.Object, java.lang.Object)
com.google.protobuf.MapEntryLite$Metadata metadata
Object key
Object value
public java.lang.Object getKey ()
public java.lang.Object getValue ()
public static com.google.protobuf.MapEntryLite newDefaultInstance (com.google.protobuf.WireFormat$FieldType, java.lang.Object, com.google.protobuf.WireFormat$FieldType, java.lang.Object)
com.google.protobuf.WireFormat$FieldType keyType
Object defaultKey
com.google.protobuf.WireFormat$FieldType valueType
Object defaultValue
static void writeTo (com.google.protobuf.CodedOutputStream, com.google.protobuf.MapEntryLite$Metadata, java.lang.Object, java.lang.Object) throws java.io.IOException
com.google.protobuf.CodedOutputStream output
com.google.protobuf.MapEntryLite$Metadata metadata
Object key
Object value
static int computeSerializedSize (com.google.protobuf.MapEntryLite$Metadata, java.lang.Object, java.lang.Object)
com.google.protobuf.MapEntryLite$Metadata metadata
Object key
Object value
static java.lang.Object parseField (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.WireFormat$FieldType, java.lang.Object) throws java.io.IOException
com.google.protobuf.MessageLite$Builder subBuilder
com.google.protobuf.CodedInputStream input
com.google.protobuf.ExtensionRegistryLite extensionRegistry
com.google.protobuf.WireFormat$FieldType type
Object value
public void serializeTo (com.google.protobuf.CodedOutputStream, int, java.lang.Object, java.lang.Object) throws java.io.IOException
com.google.protobuf.CodedOutputStream output
int fieldNumber
Object key
Object value
public int computeMessageSize (int, java.lang.Object, java.lang.Object)
int fieldNumber
Object key
Object value
public java.util.Map$Entry parseEntry (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
com.google.protobuf.ByteString bytes
com.google.protobuf.ExtensionRegistryLite extensionRegistry
static java.util.Map$Entry parseEntry (com.google.protobuf.CodedInputStream, com.google.protobuf.MapEntryLite$Metadata, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
int tag
com.google.protobuf.CodedInputStream input
com.google.protobuf.MapEntryLite$Metadata metadata
com.google.protobuf.ExtensionRegistryLite extensionRegistry
Object key
Object value
public void parseInto (com.google.protobuf.MapFieldLite, com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
int tag
com.google.protobuf.MapFieldLite map
com.google.protobuf.CodedInputStream input
com.google.protobuf.ExtensionRegistryLite extensionRegistry
int length
int oldLimit
Object key
Object value
com.google.protobuf.MapEntryLite$Metadata getMetadata ()
}
com/google/protobuf/MapFieldLite.class
MapFieldLite.java
package com.google.protobuf
public final com.google.protobuf.MapFieldLite extends java.util.LinkedHashMap {
private boolean isMutable
private static final com.google.protobuf.MapFieldLite EMPTY_MAP_FIELD
private void <init> ()
private void <init> (java.util.Map)
java.util.Map mapData
public static com.google.protobuf.MapFieldLite emptyMapField ()
public void mergeFrom (com.google.protobuf.MapFieldLite)
com.google.protobuf.MapFieldLite other
public java.util.Set entrySet ()
public void clear ()
public java.lang.Object put (java.lang.Object, java.lang.Object)
Object key
Object value
public java.lang.Object put (java.util.Map$Entry)
java.util.Map$Entry entry
public void putAll (java.util.Map)
java.util.Map m
public java.lang.Object remove (java.lang.Object)
Object key
private static void checkForNullKeysAndValues (java.util.Map)
Object key
java.util.Map m
private static boolean equals (java.lang.Object, java.lang.Object)
Object a
Object b
static boolean equals (java.util.Map, java.util.Map)
java.util.Map$Entry entry
java.util.Map a
java.util.Map b
public boolean equals (java.lang.Object)
Object object
private static int calculateHashCodeForObject (java.lang.Object)
Object a
static int calculateHashCodeForMap (java.util.Map)
java.util.Map$Entry entry
java.util.Map a
int result
public int hashCode ()
private static java.lang.Object copy (java.lang.Object)
byte[] data
Object object
static java.util.Map copy (java.util.Map)
java.util.Map$Entry entry
java.util.Map map
java.util.Map result
public com.google.protobuf.MapFieldLite mutableCopy ()
public void makeImmutable ()
public boolean isMutable ()
private void ensureMutable ()
static void <clinit> ()
}
com/google/protobuf/MapFieldSchema.class
MapFieldSchema.java
package com.google.protobuf
abstract com.google.protobuf.MapFieldSchema extends java.lang.Object {
public abstract java.util.Map forMutableMapData (java.lang.Object)
public abstract java.util.Map forMapData (java.lang.Object)
public abstract boolean isImmutable (java.lang.Object)
public abstract java.lang.Object toImmutable (java.lang.Object)
public abstract java.lang.Object newMapField (java.lang.Object)
public abstract com.google.protobuf.MapEntryLite$Metadata forMapMetadata (java.lang.Object)
public abstract java.lang.Object mergeFrom (java.lang.Object, java.lang.Object)
public abstract int getSerializedSize (int, java.lang.Object, java.lang.Object)
}
com/google/protobuf/MapFieldSchemaLite.class
MapFieldSchemaLite.java
package com.google.protobuf
com.google.protobuf.MapFieldSchemaLite extends java.lang.Object implements com.google.protobuf.MapFieldSchema {
void <init> ()
public java.util.Map forMutableMapData (java.lang.Object)
Object mapField
public com.google.protobuf.MapEntryLite$Metadata forMapMetadata (java.lang.Object)
Object mapDefaultEntry
public java.util.Map forMapData (java.lang.Object)
Object mapField
public boolean isImmutable (java.lang.Object)
Object mapField
public java.lang.Object toImmutable (java.lang.Object)
Object mapField
public java.lang.Object newMapField (java.lang.Object)
Object unused
public java.lang.Object mergeFrom (java.lang.Object, java.lang.Object)
Object destMapField
Object srcMapField
private static com.google.protobuf.MapFieldLite mergeFromLite (java.lang.Object, java.lang.Object)
Object destMapField
Object srcMapField
com.google.protobuf.MapFieldLite mine
com.google.protobuf.MapFieldLite other
public int getSerializedSize (int, java.lang.Object, java.lang.Object)
int fieldNumber
Object mapField
Object mapDefaultEntry
private static int getSerializedSizeLite (int, java.lang.Object, java.lang.Object)
java.util.Map$Entry entry
int fieldNumber
Object mapField
Object defaultEntry
com.google.protobuf.MapFieldLite mapFieldLite
com.google.protobuf.MapEntryLite defaultEntryLite
int size
}
com/google/protobuf/MapFieldSchemas.class
MapFieldSchemas.java
package com.google.protobuf
final com.google.protobuf.MapFieldSchemas extends java.lang.Object {
private static final com.google.protobuf.MapFieldSchema FULL_SCHEMA
private static final com.google.protobuf.MapFieldSchema LITE_SCHEMA
void <init> ()
static com.google.protobuf.MapFieldSchema full ()
static com.google.protobuf.MapFieldSchema lite ()
private static com.google.protobuf.MapFieldSchema loadSchemaForFullRuntime ()
Class clazz
Exception e
static void <clinit> ()
}
com/google/protobuf/MessageInfo.class
MessageInfo.java
package com.google.protobuf
abstract com.google.protobuf.MessageInfo extends java.lang.Object {
public abstract com.google.protobuf.ProtoSyntax getSyntax ()
public abstract boolean isMessageSetWireFormat ()
public abstract com.google.protobuf.MessageLite getDefaultInstance ()
}
com/google/protobuf/MessageInfoFactory.class
MessageInfoFactory.java
package com.google.protobuf
abstract com.google.protobuf.MessageInfoFactory extends java.lang.Object {
public abstract boolean isSupported (java.lang.Class)
public abstract com.google.protobuf.MessageInfo messageInfoFor (java.lang.Class)
}
com/google/protobuf/MessageLite$Builder.class
MessageLite.java
package com.google.protobuf
public abstract com.google.protobuf.MessageLite$Builder extends java.lang.Object implements com.google.protobuf.MessageLiteOrBuilder java.lang.Cloneable {
public abstract com.google.protobuf.MessageLite$Builder clear ()
public abstract com.google.protobuf.MessageLite build ()
public abstract com.google.protobuf.MessageLite buildPartial ()
public abstract com.google.protobuf.MessageLite$Builder clone ()
public abstract com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException
public abstract com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
public abstract com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException
public abstract com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
public abstract com.google.protobuf.MessageLite$Builder mergeFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException
public abstract com.google.protobuf.MessageLite$Builder mergeFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException
public abstract com.google.protobuf.MessageLite$Builder mergeFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
public abstract com.google.protobuf.MessageLite$Builder mergeFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
public abstract com.google.protobuf.MessageLite$Builder mergeFrom (java.io.InputStream) throws java.io.IOException
public abstract com.google.protobuf.MessageLite$Builder mergeFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
public abstract com.google.protobuf.MessageLite$Builder mergeFrom (com.google.protobuf.MessageLite)
public abstract boolean mergeDelimitedFrom (java.io.InputStream) throws java.io.IOException
public abstract boolean mergeDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
}
com/google/protobuf/MessageLite.class
MessageLite.java
package com.google.protobuf
public abstract com.google.protobuf.MessageLite extends java.lang.Object implements com.google.protobuf.MessageLiteOrBuilder {
public abstract void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException
public abstract int getSerializedSize ()
public abstract com.google.protobuf.Parser getParserForType ()
public abstract com.google.protobuf.ByteString toByteString ()
public abstract byte[] toByteArray ()
public abstract void writeTo (java.io.OutputStream) throws java.io.IOException
public abstract void writeDelimitedTo (java.io.OutputStream) throws java.io.IOException
public abstract com.google.protobuf.MessageLite$Builder newBuilderForType ()
public abstract com.google.protobuf.MessageLite$Builder toBuilder ()
}
com/google/protobuf/MessageLiteOrBuilder.class
MessageLiteOrBuilder.java
package com.google.protobuf
public abstract com.google.protobuf.MessageLiteOrBuilder extends java.lang.Object {
public abstract com.google.protobuf.MessageLite getDefaultInstanceForType ()
public abstract boolean isInitialized ()
}
com/google/protobuf/MessageLiteToString.class
MessageLiteToString.java
package com.google.protobuf
final com.google.protobuf.MessageLiteToString extends java.lang.Object {
private static final String LIST_SUFFIX
private static final String BUILDER_LIST_SUFFIX
private static final String MAP_SUFFIX
private static final String BYTES_SUFFIX
private static final char[] INDENT_BUFFER
private void <init> ()
static java.lang.String toString (com.google.protobuf.MessageLite, java.lang.String)
com.google.protobuf.MessageLite messageLite
String commentString
StringBuilder buffer
private static void reflectivePrintWithIndent (com.google.protobuf.MessageLite, java.lang.StringBuilder, int)
java.lang.reflect.Method method
java.lang.reflect.Method listMethod
java.lang.reflect.Method mapMethod
Object value
boolean hasValue
String suffix
java.lang.reflect.Method getMethod
java.lang.reflect.Method hasMethod
java.util.Map$Entry getter
java.util.Map$Entry entry
java.util.Iterator iter
com.google.protobuf.MessageLite messageLite
StringBuilder buffer
int indent
java.util.Set setters
java.util.Map hazzers
java.util.Map getters
private static boolean isDefaultValue (java.lang.Object)
Object o
static void printField (java.lang.StringBuilder, int, java.lang.String, java.lang.Object)
Object entry
java.util.List list
java.util.Map$Entry entry
java.util.Map map
java.util.Map$Entry entry
StringBuilder buffer
int indent
String name
Object object
private static void indent (int, java.lang.StringBuilder)
int partialIndent
int indent
StringBuilder buffer
private static java.lang.String pascalCaseToSnakeCase (java.lang.String)
char ch
int i
String pascalCase
StringBuilder builder
static void <clinit> ()
}
com/google/protobuf/MessageSchema$1.class
MessageSchema.java
package com.google.protobuf
synthetic com.google.protobuf.MessageSchema$1 extends java.lang.Object {
static final synthetic int[] $SwitchMap$com$google$protobuf$WireFormat$FieldType
static void <clinit> ()
}
com/google/protobuf/MessageSchema.class
MessageSchema.java
package com.google.protobuf
final com.google.protobuf.MessageSchema extends java.lang.Object implements com.google.protobuf.Schema {
private static final int INTS_PER_FIELD
private static final int OFFSET_BITS
private static final int OFFSET_MASK
private static final int FIELD_TYPE_MASK
private static final int REQUIRED_MASK
private static final int ENFORCE_UTF8_MASK
private static final int NO_PRESENCE_SENTINEL
private static final int[] EMPTY_INT_ARRAY
static final int ONEOF_TYPE_OFFSET
private static final sun.misc.Unsafe UNSAFE
private final int[] buffer
private final Object[] objects
private final int minFieldNumber
private final int maxFieldNumber
private final com.google.protobuf.MessageLite defaultInstance
private final boolean hasExtensions
private final boolean lite
private final boolean proto3
private final boolean useCachedSizeField
private final int[] intArray
private final int checkInitializedCount
private final int repeatedFieldOffsetStart
private final com.google.protobuf.NewInstanceSchema newInstanceSchema
private final com.google.protobuf.ListFieldSchema listFieldSchema
private final com.google.protobuf.UnknownFieldSchema unknownFieldSchema
private final com.google.protobuf.ExtensionSchema extensionSchema
private final com.google.protobuf.MapFieldSchema mapFieldSchema
private void <init> (int[], java.lang.Object[], int, int, com.google.protobuf.MessageLite, boolean, boolean, int[], int, int, com.google.protobuf.NewInstanceSchema, com.google.protobuf.ListFieldSchema, com.google.protobuf.UnknownFieldSchema, com.google.protobuf.ExtensionSchema, com.google.protobuf.MapFieldSchema)
int[] buffer
Object[] objects
int minFieldNumber
int maxFieldNumber
com.google.protobuf.MessageLite defaultInstance
boolean proto3
boolean useCachedSizeField
int[] intArray
int checkInitialized
int mapFieldPositions
com.google.protobuf.NewInstanceSchema newInstanceSchema
com.google.protobuf.ListFieldSchema listFieldSchema
com.google.protobuf.UnknownFieldSchema unknownFieldSchema
com.google.protobuf.ExtensionSchema extensionSchema
com.google.protobuf.MapFieldSchema mapFieldSchema
static com.google.protobuf.MessageSchema newSchema (java.lang.Class, com.google.protobuf.MessageInfo, com.google.protobuf.NewInstanceSchema, com.google.protobuf.ListFieldSchema, com.google.protobuf.UnknownFieldSchema, com.google.protobuf.ExtensionSchema, com.google.protobuf.MapFieldSchema)
Class messageClass
com.google.protobuf.MessageInfo messageInfo
com.google.protobuf.NewInstanceSchema newInstanceSchema
com.google.protobuf.ListFieldSchema listFieldSchema
com.google.protobuf.UnknownFieldSchema unknownFieldSchema
com.google.protobuf.ExtensionSchema extensionSchema
com.google.protobuf.MapFieldSchema mapFieldSchema
static com.google.protobuf.MessageSchema newSchemaForRawMessageInfo (com.google.protobuf.RawMessageInfo, com.google.protobuf.NewInstanceSchema, com.google.protobuf.ListFieldSchema, com.google.protobuf.UnknownFieldSchema, com.google.protobuf.ExtensionSchema, com.google.protobuf.MapFieldSchema)
int result
int shift
int result
int shift
int oneofCount
int hasBitsCount
int minFieldNumber
int maxFieldNumber
int numEntries
int mapFieldCount
int repeatedFieldCount
int checkInitialized
int[] intArray
int objectsPosition
int result
int shift
int result
int shift
int result
int shift
int result
int shift
int result
int shift
int result
int shift
int result
int shift
int result
int shift
int result
int shift
int result
int shift
int result
int shift
java.lang.reflect.Field oneofField
java.lang.reflect.Field oneofCaseField
int oneofIndex
int oneofFieldType
java.lang.reflect.Field oneofField
int index
Object o
java.lang.reflect.Field oneofCaseField
int fieldOffset
int presenceMaskShift
int presenceFieldOffset
int result
int shift
java.lang.reflect.Field hasBitsField
int hasBitsIndex
java.lang.reflect.Field hasBitsField
int index
Object o
int presenceMaskShift
int presenceFieldOffset
java.lang.reflect.Field field
boolean hasHasBit
int fieldNumber
int fieldTypeWithExtraBits
int fieldType
int fieldOffset
int presenceMaskShift
int presenceFieldOffset
com.google.protobuf.RawMessageInfo messageInfo
com.google.protobuf.NewInstanceSchema newInstanceSchema
com.google.protobuf.ListFieldSchema listFieldSchema
com.google.protobuf.UnknownFieldSchema unknownFieldSchema
com.google.protobuf.ExtensionSchema extensionSchema
com.google.protobuf.MapFieldSchema mapFieldSchema
boolean isProto3
String info
int length
int i
int next
int unusedFlags
int fieldCount
int oneofCount
int hasBitsCount
int minFieldNumber
int maxFieldNumber
int numEntries
int mapFieldCount
int repeatedFieldCount
int checkInitialized
int[] intArray
int objectsPosition
sun.misc.Unsafe unsafe
Object[] messageInfoObjects
int checkInitializedPosition
Class messageClass
int[] buffer
Object[] objects
int mapFieldIndex
int repeatedFieldIndex
int bufferIndex
private static java.lang.reflect.Field reflectField (java.lang.Class, java.lang.String)
java.lang.reflect.Field field
java.lang.reflect.Field[] fields
NoSuchFieldException e
Class messageClass
String fieldName
static com.google.protobuf.MessageSchema newSchemaForMessageInfo (com.google.protobuf.StructuralMessageInfo, com.google.protobuf.NewInstanceSchema, com.google.protobuf.ListFieldSchema, com.google.protobuf.UnknownFieldSchema, com.google.protobuf.ExtensionSchema, com.google.protobuf.MapFieldSchema)
int minFieldNumber
int maxFieldNumber
com.google.protobuf.FieldInfo fi
com.google.protobuf.FieldInfo fi
int fieldNumber
int bufferIndex
com.google.protobuf.StructuralMessageInfo messageInfo
com.google.protobuf.NewInstanceSchema newInstanceSchema
com.google.protobuf.ListFieldSchema listFieldSchema
com.google.protobuf.UnknownFieldSchema unknownFieldSchema
com.google.protobuf.ExtensionSchema extensionSchema
com.google.protobuf.MapFieldSchema mapFieldSchema
boolean isProto3
com.google.protobuf.FieldInfo[] fis
int minFieldNumber
int maxFieldNumber
int numEntries
int[] buffer
Object[] objects
int mapFieldCount
int repeatedFieldCount
int[] mapFieldPositions
int[] repeatedFieldOffsets
int[] checkInitialized
int checkInitializedIndex
int fieldIndex
int[] combined
private static void storeFieldData (com.google.protobuf.FieldInfo, int[], int, java.lang.Object[])
int fieldOffset
int typeId
int presenceMaskShift
int presenceFieldOffset
int presenceFieldOffset
java.lang.reflect.Field presenceField
int presenceMaskShift
int presenceFieldOffset
int presenceMaskShift
int presenceFieldOffset
com.google.protobuf.FieldType type
com.google.protobuf.FieldInfo fi
int[] buffer
int bufferIndex
Object[] objects
int fieldOffset
int typeId
int presenceMaskShift
int presenceFieldOffset
com.google.protobuf.OneofInfo oneof
Object messageFieldClass
public java.lang.Object newInstance ()
public boolean equals (java.lang.Object, java.lang.Object)
int pos
com.google.protobuf.FieldSet messageExtensions
com.google.protobuf.FieldSet otherExtensions
Object message
Object other
int bufferLength
Object messageUnknown
Object otherUnknown
private boolean equals (java.lang.Object, java.lang.Object, int)
Object message
Object other
int pos
int typeAndOffset
long offset
public int hashCode (java.lang.Object)
int protoHash
Object submessage
int protoHash
Object submessage
Object submessage
Object submessage
int typeAndOffset
int entryNumber
long offset
int pos
Object message
int hashCode
int bufferLength
public void mergeFrom (java.lang.Object, java.lang.Object)
int i
Object message
Object other
private void mergeSingleField (java.lang.Object, java.lang.Object, int)
Object message
Object other
int pos
int typeAndOffset
long offset
int number
private void mergeMessage (java.lang.Object, java.lang.Object, int)
Object copyOfSource
Object newInstance
Object targetParent
Object sourceParent
int pos
int typeAndOffset
long offset
Object source
com.google.protobuf.Schema fieldSchema
Object target
private void mergeOneofMessage (java.lang.Object, java.lang.Object, int)
Object copyOfSource
Object newInstance
Object targetParent
Object sourceParent
int pos
int number
long offset
Object source
com.google.protobuf.Schema fieldSchema
Object target
public int getSerializedSize (java.lang.Object)
Object message
private int getSerializedSizeProto2 (java.lang.Object)
int presenceFieldOffset
Object value
Object value
com.google.protobuf.ByteString value
int fieldSize
int fieldSize
int fieldSize
int fieldSize
int fieldSize
int fieldSize
int fieldSize
int fieldSize
int fieldSize
int fieldSize
int fieldSize
int fieldSize
int fieldSize
int fieldSize
Object value
Object value
int typeAndOffset
int number
int fieldType
int presenceMaskAndOffset
int presenceMask
long offset
int i
Object message
int size
sun.misc.Unsafe unsafe
int currentPresenceFieldOffset
int currentPresenceField
private int getSerializedSizeProto3 (java.lang.Object)
Object value
Object value
com.google.protobuf.ByteString value
int fieldSize
int fieldSize
int fieldSize
int fieldSize
int fieldSize
int fieldSize
int fieldSize
int fieldSize
int fieldSize
int fieldSize
int fieldSize
int fieldSize
int fieldSize
int fieldSize
Object value
Object value
int typeAndOffset
int fieldType
int number
long offset
int cachedSizeOffset
int i
Object message
sun.misc.Unsafe unsafe
int size
private int getUnknownFieldsSerializedSize (com.google.protobuf.UnknownFieldSchema, java.lang.Object)
com.google.protobuf.UnknownFieldSchema schema
Object message
Object unknowns
private static java.util.List listAt (java.lang.Object, long)
Object message
long offset
public void writeTo (java.lang.Object, com.google.protobuf.Writer) throws java.io.IOException
Object message
com.google.protobuf.Writer writer
private void writeFieldsInAscendingOrderProto2 (java.lang.Object, com.google.protobuf.Writer) throws java.io.IOException
com.google.protobuf.FieldSet extensions
int presenceFieldOffset
Object value
Object value
int typeAndOffset
int number
int fieldType
int presenceMaskAndOffset
int presenceMask
long offset
int pos
Object message
com.google.protobuf.Writer writer
java.util.Iterator extensionIterator
java.util.Map$Entry nextExtension
int currentPresenceFieldOffset
int currentPresenceField
int bufferLength
sun.misc.Unsafe unsafe
private void writeFieldsInAscendingOrderProto3 (java.lang.Object, com.google.protobuf.Writer) throws java.io.IOException
com.google.protobuf.FieldSet extensions
Object value
Object value
int typeAndOffset
int number
int pos
Object message
com.google.protobuf.Writer writer
java.util.Iterator extensionIterator
java.util.Map$Entry nextExtension
int bufferLength
private void writeFieldsInDescendingOrder (java.lang.Object, com.google.protobuf.Writer) throws java.io.IOException
com.google.protobuf.FieldSet extensions
Object value
Object value
int typeAndOffset
int number
int pos
Object message
com.google.protobuf.Writer writer
java.util.Iterator extensionIterator
java.util.Map$Entry nextExtension
private void writeMapHelper (com.google.protobuf.Writer, int, java.lang.Object, int) throws java.io.IOException
com.google.protobuf.Writer writer
int number
Object mapField
int pos
private void writeUnknownInMessageTo (com.google.protobuf.UnknownFieldSchema, java.lang.Object, com.google.protobuf.Writer) throws java.io.IOException
com.google.protobuf.UnknownFieldSchema schema
Object message
com.google.protobuf.Writer writer
public void mergeFrom (java.lang.Object, com.google.protobuf.Reader, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
Object message
com.google.protobuf.Reader reader
com.google.protobuf.ExtensionRegistryLite extensionRegistry
private void mergeFromHelper (com.google.protobuf.UnknownFieldSchema, com.google.protobuf.ExtensionSchema, java.lang.Object, com.google.protobuf.Reader, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
int i
int i
Object extension
com.google.protobuf.MessageLite current
int enumValue
com.google.protobuf.Internal$EnumVerifier enumVerifier
com.google.protobuf.MessageLite current
java.util.List enumList
java.util.List enumList
com.google.protobuf.MessageLite current
int enumValue
com.google.protobuf.Internal$EnumVerifier enumVerifier
com.google.protobuf.MessageLite current
int i
int i
int i
com.google.protobuf.InvalidProtocolBufferException$InvalidWireTypeException e
int number
int pos
int typeAndOffset
int i
com.google.protobuf.UnknownFieldSchema unknownFieldSchema
com.google.protobuf.ExtensionSchema extensionSchema
Object message
com.google.protobuf.Reader reader
com.google.protobuf.ExtensionRegistryLite extensionRegistry
Object unknownFields
com.google.protobuf.FieldSet extensions
static com.google.protobuf.UnknownFieldSetLite getMutableUnknownFields (java.lang.Object)
Object message
com.google.protobuf.UnknownFieldSetLite unknownFields
private int decodeMapEntryValue (byte[], int, int, com.google.protobuf.WireFormat$FieldType, java.lang.Class, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException
byte[] data
int position
int limit
com.google.protobuf.WireFormat$FieldType fieldType
Class messageType
com.google.protobuf.ArrayDecoders$Registers registers
private int decodeMapEntry (byte[], int, int, com.google.protobuf.MapEntryLite$Metadata, java.util.Map, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException
int tag
int fieldNumber
int wireType
byte[] data
int position
int limit
com.google.protobuf.MapEntryLite$Metadata metadata
java.util.Map target
com.google.protobuf.ArrayDecoders$Registers registers
int length
int end
Object key
Object value
private int parseRepeatedField (java.lang.Object, byte[], int, int, int, int, int, int, long, int, long, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException
int size
Object message
byte[] data
int position
int limit
int tag
int number
int wireType
int bufferPosition
long typeAndOffset
int fieldType
long fieldOffset
com.google.protobuf.ArrayDecoders$Registers registers
com.google.protobuf.Internal$ProtobufList list
private int parseMapField (java.lang.Object, byte[], int, int, int, long, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException
Object oldMapField
Object message
byte[] data
int position
int limit
int bufferPosition
long fieldOffset
com.google.protobuf.ArrayDecoders$Registers registers
sun.misc.Unsafe unsafe
Object mapDefaultEntry
Object mapField
private int parseOneofField (java.lang.Object, byte[], int, int, int, int, int, int, int, long, int, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException
String value
int length
Object current
int enumValue
com.google.protobuf.Internal$EnumVerifier enumVerifier
Object current
int endTag
Object message
byte[] data
int position
int limit
int tag
int number
int wireType
int typeAndOffset
int fieldType
long fieldOffset
int bufferPosition
com.google.protobuf.ArrayDecoders$Registers registers
sun.misc.Unsafe unsafe
long oneofCaseOffset
private com.google.protobuf.Schema getMessageFieldSchema (int)
int pos
int index
com.google.protobuf.Schema schema
private java.lang.Object getMapFieldDefaultEntry (int)
int pos
private com.google.protobuf.Internal$EnumVerifier getEnumFieldVerifier (int)
int pos
int parseProto2Message (java.lang.Object, byte[], int, int, int, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException
Object current
int enumValue
com.google.protobuf.Internal$EnumVerifier enumVerifier
Object current
int endTag
int presenceMaskAndOffset
int presenceMask
int presenceFieldOffset
int size
com.google.protobuf.Internal$ProtobufList list
int oldPosition
int oldPosition
int oldPosition
int typeAndOffset
int fieldType
long fieldOffset
int number
int wireType
int i
Object message
byte[] data
int position
int limit
int endGroup
com.google.protobuf.ArrayDecoders$Registers registers
sun.misc.Unsafe unsafe
int currentPresenceFieldOffset
int currentPresenceField
int tag
int oldNumber
int pos
com.google.protobuf.UnknownFieldSetLite unknownFields
private java.lang.Object mutableMessageFieldForMerge (java.lang.Object, int)
Object message
int pos
com.google.protobuf.Schema fieldSchema
long offset
Object current
Object newMessage
private void storeMessageField (java.lang.Object, int, java.lang.Object)
Object message
int pos
Object field
private java.lang.Object mutableOneofMessageFieldForMerge (java.lang.Object, int, int)
Object message
int fieldNumber
int pos
com.google.protobuf.Schema fieldSchema
Object current
Object newMessage
private void storeOneofMessageField (java.lang.Object, int, int, java.lang.Object)
Object message
int fieldNumber
int pos
Object field
private int parseProto3Message (java.lang.Object, byte[], int, int, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException
Object current
int presenceMaskAndOffset
int presenceMask
int presenceFieldOffset
int size
com.google.protobuf.Internal$ProtobufList list
int oldPosition
int oldPosition
int oldPosition
int typeAndOffset
int fieldType
long fieldOffset
int number
int wireType
Object message
byte[] data
int position
int limit
com.google.protobuf.ArrayDecoders$Registers registers
sun.misc.Unsafe unsafe
int currentPresenceFieldOffset
int currentPresenceField
int tag
int oldNumber
int pos
public void mergeFrom (java.lang.Object, byte[], int, int, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException
Object message
byte[] data
int position
int limit
com.google.protobuf.ArrayDecoders$Registers registers
public void makeImmutable (java.lang.Object)
com.google.protobuf.GeneratedMessageLite generatedMessage
Object mapField
int typeAndOffset
long offset
int pos
Object message
int bufferLength
private final void mergeMap (java.lang.Object, int, java.lang.Object, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.Reader) throws java.io.IOException
Object oldMapField
Object message
int pos
Object mapDefaultEntry
com.google.protobuf.ExtensionRegistryLite extensionRegistry
com.google.protobuf.Reader reader
long offset
Object mapField
private java.lang.Object filterMapUnknownEnumValues (java.lang.Object, int, java.lang.Object, com.google.protobuf.UnknownFieldSchema, java.lang.Object)
Object message
int pos
Object unknownFields
com.google.protobuf.UnknownFieldSchema unknownFieldSchema
Object containerMessage
int fieldNumber
long offset
Object mapField
com.google.protobuf.Internal$EnumVerifier enumVerifier
java.util.Map mapData
private java.lang.Object filterUnknownEnumMap (int, int, java.util.Map, com.google.protobuf.Internal$EnumVerifier, java.lang.Object, com.google.protobuf.UnknownFieldSchema, java.lang.Object)
java.io.IOException e
int entrySize
com.google.protobuf.ByteString$CodedBuilder codedBuilder
com.google.protobuf.CodedOutputStream codedOutput
java.util.Map$Entry entry
java.util.Iterator it
int pos
int number
java.util.Map mapData
com.google.protobuf.Internal$EnumVerifier enumVerifier
Object unknownFields
com.google.protobuf.UnknownFieldSchema unknownFieldSchema
Object containerMessage
com.google.protobuf.MapEntryLite$Metadata metadata
public final boolean isInitialized (java.lang.Object)
int pos
int number
int typeAndOffset
int presenceMaskAndOffset
int presenceFieldOffset
int presenceMask
int i
Object message
int currentPresenceFieldOffset
int currentPresenceField
private static boolean isInitialized (java.lang.Object, int, com.google.protobuf.Schema)
Object message
int typeAndOffset
com.google.protobuf.Schema schema
Object nested
private boolean isListInitialized (java.lang.Object, int, int)
Object nested
int i
Object message
int typeAndOffset
int pos
java.util.List list
com.google.protobuf.Schema schema
private boolean isMapInitialized (java.lang.Object, int, int)
Object nested
Object message
int typeAndOffset
int pos
java.util.Map map
Object mapDefaultEntry
com.google.protobuf.MapEntryLite$Metadata metadata
com.google.protobuf.Schema schema
private void writeString (int, java.lang.Object, com.google.protobuf.Writer) throws java.io.IOException
int fieldNumber
Object value
com.google.protobuf.Writer writer
private void readString (java.lang.Object, int, com.google.protobuf.Reader) throws java.io.IOException
Object message
int typeAndOffset
com.google.protobuf.Reader reader
private void readStringList (java.lang.Object, int, com.google.protobuf.Reader) throws java.io.IOException
Object message
int typeAndOffset
com.google.protobuf.Reader reader
private void readMessageList (java.lang.Object, int, com.google.protobuf.Reader, com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
Object message
int typeAndOffset
com.google.protobuf.Reader reader
com.google.protobuf.Schema schema
com.google.protobuf.ExtensionRegistryLite extensionRegistry
long offset
private void readGroupList (java.lang.Object, long, com.google.protobuf.Reader, com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
Object message
long offset
com.google.protobuf.Reader reader
com.google.protobuf.Schema schema
com.google.protobuf.ExtensionRegistryLite extensionRegistry
private int numberAt (int)
int pos
private int typeAndOffsetAt (int)
int pos
private int presenceMaskAndOffsetAt (int)
int pos
private static int type (int)
int value
private static boolean isRequired (int)
int value
private static boolean isEnforceUtf8 (int)
int value
private static long offset (int)
int value
private static boolean isMutable (java.lang.Object)
Object message
private static void checkMutable (java.lang.Object)
Object message
private static double doubleAt (java.lang.Object, long)
Object message
long offset
private static float floatAt (java.lang.Object, long)
Object message
long offset
private static int intAt (java.lang.Object, long)
Object message
long offset
private static long longAt (java.lang.Object, long)
Object message
long offset
private static boolean booleanAt (java.lang.Object, long)
Object message
long offset
private static double oneofDoubleAt (java.lang.Object, long)
Object message
long offset
private static float oneofFloatAt (java.lang.Object, long)
Object message
long offset
private static int oneofIntAt (java.lang.Object, long)
Object message
long offset
private static long oneofLongAt (java.lang.Object, long)
Object message
long offset
private static boolean oneofBooleanAt (java.lang.Object, long)
Object message
long offset
private boolean arePresentForEquals (java.lang.Object, java.lang.Object, int)
Object message
Object other
int pos
private boolean isFieldPresent (java.lang.Object, int, int, int, int)
Object message
int pos
int presenceFieldOffset
int presenceField
int presenceMask
private boolean isFieldPresent (java.lang.Object, int)
Object value
int typeAndOffset
long offset
int presenceMask
Object message
int pos
int presenceMaskAndOffset
long presenceFieldOffset
private void setFieldPresent (java.lang.Object, int)
Object message
int pos
int presenceMaskAndOffset
long presenceFieldOffset
int presenceMask
private boolean isOneofPresent (java.lang.Object, int, int)
Object message
int fieldNumber
int pos
int presenceMaskAndOffset
private boolean isOneofCaseEqual (java.lang.Object, java.lang.Object, int)
Object message
Object other
int pos
int presenceMaskAndOffset
private void setOneofPresent (java.lang.Object, int, int)
Object message
int fieldNumber
int pos
int presenceMaskAndOffset
private int positionForFieldNumber (int)
int number
private int positionForFieldNumber (int, int)
int number
int min
private int slowPositionForFieldNumber (int, int)
int mid
int pos
int midFieldNumber
int number
int min
int max
int getSchemaSize ()
static void <clinit> ()
}
com/google/protobuf/MessageSetSchema.class
MessageSetSchema.java
package com.google.protobuf
final com.google.protobuf.MessageSetSchema extends java.lang.Object implements com.google.protobuf.Schema {
private final com.google.protobuf.MessageLite defaultInstance
private final com.google.protobuf.UnknownFieldSchema unknownFieldSchema
private final boolean hasExtensions
private final com.google.protobuf.ExtensionSchema extensionSchema
private void <init> (com.google.protobuf.UnknownFieldSchema, com.google.protobuf.ExtensionSchema, com.google.protobuf.MessageLite)
com.google.protobuf.UnknownFieldSchema unknownFieldSchema
com.google.protobuf.ExtensionSchema extensionSchema
com.google.protobuf.MessageLite defaultInstance
static com.google.protobuf.MessageSetSchema newSchema (com.google.protobuf.UnknownFieldSchema, com.google.protobuf.ExtensionSchema, com.google.protobuf.MessageLite)
com.google.protobuf.UnknownFieldSchema unknownFieldSchema
com.google.protobuf.ExtensionSchema extensionSchema
com.google.protobuf.MessageLite defaultInstance
public java.lang.Object newInstance ()
public boolean equals (java.lang.Object, java.lang.Object)
com.google.protobuf.FieldSet messageExtensions
com.google.protobuf.FieldSet otherExtensions
Object message
Object other
Object messageUnknown
Object otherUnknown
public int hashCode (java.lang.Object)
com.google.protobuf.FieldSet extensions
Object message
int hashCode
public void mergeFrom (java.lang.Object, java.lang.Object)
Object message
Object other
public void writeTo (java.lang.Object, com.google.protobuf.Writer) throws java.io.IOException
java.util.Map$Entry extension
com.google.protobuf.FieldSet$FieldDescriptorLite fd
Object message
com.google.protobuf.Writer writer
com.google.protobuf.FieldSet extensions
java.util.Iterator iterator
private void writeUnknownFieldsHelper (com.google.protobuf.UnknownFieldSchema, java.lang.Object, com.google.protobuf.Writer) throws java.io.IOException
com.google.protobuf.UnknownFieldSchema unknownFieldSchema
Object message
com.google.protobuf.Writer writer
public void mergeFrom (java.lang.Object, byte[], int, int, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException
int tag
int number
int wireType
int startTag
int typeId
com.google.protobuf.ByteString rawBytes
Object message
byte[] data
int position
int limit
com.google.protobuf.ArrayDecoders$Registers registers
com.google.protobuf.UnknownFieldSetLite unknownFields
com.google.protobuf.FieldSet extensions
com.google.protobuf.GeneratedMessageLite$GeneratedExtension extension
public void mergeFrom (java.lang.Object, com.google.protobuf.Reader, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
Object message
com.google.protobuf.Reader reader
com.google.protobuf.ExtensionRegistryLite extensionRegistry
private void mergeFromHelper (com.google.protobuf.UnknownFieldSchema, com.google.protobuf.ExtensionSchema, java.lang.Object, com.google.protobuf.Reader, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
int number
com.google.protobuf.UnknownFieldSchema unknownFieldSchema
com.google.protobuf.ExtensionSchema extensionSchema
Object message
com.google.protobuf.Reader reader
com.google.protobuf.ExtensionRegistryLite extensionRegistry
Object unknownFields
com.google.protobuf.FieldSet extensions
public void makeImmutable (java.lang.Object)
Object message
private boolean parseMessageSetItemOrUnknownField (com.google.protobuf.Reader, com.google.protobuf.ExtensionRegistryLite, com.google.protobuf.ExtensionSchema, com.google.protobuf.FieldSet, com.google.protobuf.UnknownFieldSchema, java.lang.Object) throws java.io.IOException
Object extension
int number
int tag
com.google.protobuf.Reader reader
com.google.protobuf.ExtensionRegistryLite extensionRegistry
com.google.protobuf.ExtensionSchema extensionSchema
com.google.protobuf.FieldSet extensions
com.google.protobuf.UnknownFieldSchema unknownFieldSchema
Object unknownFields
int startTag
int typeId
com.google.protobuf.ByteString rawBytes
Object extension
public final boolean isInitialized (java.lang.Object)
Object message
com.google.protobuf.FieldSet extensions
public int getSerializedSize (java.lang.Object)
Object message
int size
private int getUnknownFieldsSerializedSize (com.google.protobuf.UnknownFieldSchema, java.lang.Object)
com.google.protobuf.UnknownFieldSchema schema
Object message
Object unknowns
}
com/google/protobuf/MutabilityOracle$1.class
MutabilityOracle.java
package com.google.protobuf
com.google.protobuf.MutabilityOracle$1 extends java.lang.Object implements com.google.protobuf.MutabilityOracle {
void <init> ()
public void ensureMutable ()
}
com/google/protobuf/MutabilityOracle.class
MutabilityOracle.java
package com.google.protobuf
abstract com.google.protobuf.MutabilityOracle extends java.lang.Object {
public static final com.google.protobuf.MutabilityOracle IMMUTABLE
public abstract void ensureMutable ()
static void <clinit> ()
}
com/google/protobuf/NewInstanceSchema.class
NewInstanceSchema.java
package com.google.protobuf
abstract com.google.protobuf.NewInstanceSchema extends java.lang.Object {
public abstract java.lang.Object newInstance (java.lang.Object)
}
com/google/protobuf/NewInstanceSchemaLite.class
NewInstanceSchemaLite.java
package com.google.protobuf
final com.google.protobuf.NewInstanceSchemaLite extends java.lang.Object implements com.google.protobuf.NewInstanceSchema {
void <init> ()
public java.lang.Object newInstance (java.lang.Object)
Object defaultInstance
}
com/google/protobuf/NewInstanceSchemas.class
NewInstanceSchemas.java
package com.google.protobuf
final com.google.protobuf.NewInstanceSchemas extends java.lang.Object {
private static final com.google.protobuf.NewInstanceSchema FULL_SCHEMA
private static final com.google.protobuf.NewInstanceSchema LITE_SCHEMA
void <init> ()
static com.google.protobuf.NewInstanceSchema full ()
static com.google.protobuf.NewInstanceSchema lite ()
private static com.google.protobuf.NewInstanceSchema loadSchemaForFullRuntime ()
Class clazz
Exception e
static void <clinit> ()
}
com/google/protobuf/NioByteString$1.class
NioByteString.java
package com.google.protobuf
com.google.protobuf.NioByteString$1 extends java.io.InputStream {
private final java.nio.ByteBuffer buf
final synthetic com.google.protobuf.NioByteString this$0
void <init> (com.google.protobuf.NioByteString)
com.google.protobuf.NioByteString this$0
public void mark (int)
int readlimit
public boolean markSupported ()
public void reset () throws java.io.IOException
java.nio.InvalidMarkException e
public int available () throws java.io.IOException
public int read () throws java.io.IOException
public int read (byte[], int, int) throws java.io.IOException
byte[] bytes
int off
int len
}
com/google/protobuf/NioByteString.class
NioByteString.java
package com.google.protobuf
final com.google.protobuf.NioByteString extends com.google.protobuf.ByteString$LeafByteString {
private final java.nio.ByteBuffer buffer
void <init> (java.nio.ByteBuffer)
java.nio.ByteBuffer buffer
private java.lang.Object writeReplace ()
private void readObject (java.io.ObjectInputStream) throws java.io.IOException
java.io.ObjectInputStream in
public byte byteAt (int)
ArrayIndexOutOfBoundsException e
IndexOutOfBoundsException e
int index
public byte internalByteAt (int)
int index
public int size ()
public com.google.protobuf.ByteString substring (int, int)
java.nio.ByteBuffer slice
ArrayIndexOutOfBoundsException e
IndexOutOfBoundsException e
int beginIndex
int endIndex
protected void copyToInternal (byte[], int, int, int)
byte[] target
int sourceOffset
int targetOffset
int numberToCopy
java.nio.ByteBuffer slice
public void copyTo (java.nio.ByteBuffer)
java.nio.ByteBuffer target
public void writeTo (java.io.OutputStream) throws java.io.IOException
java.io.OutputStream out
boolean equalsRange (com.google.protobuf.ByteString, int, int)
com.google.protobuf.ByteString other
int offset
int length
void writeToInternal (java.io.OutputStream, int, int) throws java.io.IOException
int bufferOffset
java.io.OutputStream out
int sourceOffset
int numberToWrite
void writeTo (com.google.protobuf.ByteOutput) throws java.io.IOException
com.google.protobuf.ByteOutput output
public java.nio.ByteBuffer asReadOnlyByteBuffer ()
public java.util.List asReadOnlyByteBufferList ()
protected java.lang.String toStringInternal (java.nio.charset.Charset)
byte[] bytes
int offset
int length
java.nio.charset.Charset charset
byte[] bytes
int offset
int length
public boolean isValidUtf8 ()
protected int partialIsValidUtf8 (int, int, int)
int state
int offset
int length
public boolean equals (java.lang.Object)
Object other
com.google.protobuf.ByteString otherString
protected int partialHash (int, int, int)
int i
int h
int offset
int length
public java.io.InputStream newInput ()
public com.google.protobuf.CodedInputStream newCodedInput ()
private java.nio.ByteBuffer slice (int, int)
int beginIndex
int endIndex
java.nio.ByteBuffer slice
static synthetic java.nio.ByteBuffer access$000 (com.google.protobuf.NioByteString)
com.google.protobuf.NioByteString x0
}
com/google/protobuf/OneofInfo.class
OneofInfo.java
package com.google.protobuf
final com.google.protobuf.OneofInfo extends java.lang.Object {
private final int id
private final java.lang.reflect.Field caseField
private final java.lang.reflect.Field valueField
public void <init> (int, java.lang.reflect.Field, java.lang.reflect.Field)
int id
java.lang.reflect.Field caseField
java.lang.reflect.Field valueField
public int getId ()
public java.lang.reflect.Field getCaseField ()
public java.lang.reflect.Field getValueField ()
}
com/google/protobuf/Parser.class
Parser.java
package com.google.protobuf
public abstract com.google.protobuf.Parser extends java.lang.Object {
public abstract java.lang.Object parseFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException
public abstract java.lang.Object parseFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
public abstract java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream) throws com.google.protobuf.InvalidProtocolBufferException
public abstract java.lang.Object parsePartialFrom (com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
public abstract java.lang.Object parseFrom (java.nio.ByteBuffer) throws com.google.protobuf.InvalidProtocolBufferException
public abstract java.lang.Object parseFrom (java.nio.ByteBuffer, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
public abstract java.lang.Object parseFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException
public abstract java.lang.Object parseFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
public abstract java.lang.Object parsePartialFrom (com.google.protobuf.ByteString) throws com.google.protobuf.InvalidProtocolBufferException
public abstract java.lang.Object parsePartialFrom (com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
public abstract java.lang.Object parseFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException
public abstract java.lang.Object parseFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
public abstract java.lang.Object parseFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException
public abstract java.lang.Object parseFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
public abstract java.lang.Object parsePartialFrom (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException
public abstract java.lang.Object parsePartialFrom (byte[], int, int, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
public abstract java.lang.Object parsePartialFrom (byte[]) throws com.google.protobuf.InvalidProtocolBufferException
public abstract java.lang.Object parsePartialFrom (byte[], com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
public abstract java.lang.Object parseFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException
public abstract java.lang.Object parseFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
public abstract java.lang.Object parsePartialFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException
public abstract java.lang.Object parsePartialFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
public abstract java.lang.Object parseDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException
public abstract java.lang.Object parseDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
public abstract java.lang.Object parsePartialDelimitedFrom (java.io.InputStream) throws com.google.protobuf.InvalidProtocolBufferException
public abstract java.lang.Object parsePartialDelimitedFrom (java.io.InputStream, com.google.protobuf.ExtensionRegistryLite) throws com.google.protobuf.InvalidProtocolBufferException
}
com/google/protobuf/PrimitiveNonBoxingCollection.class
PrimitiveNonBoxingCollection.java
package com.google.protobuf
abstract com.google.protobuf.PrimitiveNonBoxingCollection extends java.lang.Object {
}
com/google/protobuf/ProtoSyntax.class
ProtoSyntax.java
package com.google.protobuf
public final enum com.google.protobuf.ProtoSyntax extends java.lang.Enum {
public static final enum com.google.protobuf.ProtoSyntax PROTO2
public static final enum com.google.protobuf.ProtoSyntax PROTO3
private static final synthetic com.google.protobuf.ProtoSyntax[] $VALUES
public static com.google.protobuf.ProtoSyntax[] values ()
public static com.google.protobuf.ProtoSyntax valueOf (java.lang.String)
String name
private void <init> (java.lang.String, int)
private static synthetic com.google.protobuf.ProtoSyntax[] $values ()
static void <clinit> ()
}
com/google/protobuf/Protobuf.class
Protobuf.java
package com.google.protobuf
final com.google.protobuf.Protobuf extends java.lang.Object {
private static final com.google.protobuf.Protobuf INSTANCE
private final com.google.protobuf.SchemaFactory schemaFactory
private final java.util.concurrent.ConcurrentMap schemaCache
public static com.google.protobuf.Protobuf getInstance ()
public void writeTo (java.lang.Object, com.google.protobuf.Writer) throws java.io.IOException
Object message
com.google.protobuf.Writer writer
public void mergeFrom (java.lang.Object, com.google.protobuf.Reader) throws java.io.IOException
Object message
com.google.protobuf.Reader reader
public void mergeFrom (java.lang.Object, com.google.protobuf.Reader, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
Object message
com.google.protobuf.Reader reader
com.google.protobuf.ExtensionRegistryLite extensionRegistry
public void makeImmutable (java.lang.Object)
Object message
boolean isInitialized (java.lang.Object)
Object message
public com.google.protobuf.Schema schemaFor (java.lang.Class)
com.google.protobuf.Schema previous
Class messageType
com.google.protobuf.Schema schema
public com.google.protobuf.Schema schemaFor (java.lang.Object)
Object message
public com.google.protobuf.Schema registerSchema (java.lang.Class, com.google.protobuf.Schema)
Class messageType
com.google.protobuf.Schema schema
public com.google.protobuf.Schema registerSchemaOverride (java.lang.Class, com.google.protobuf.Schema)
Class messageType
com.google.protobuf.Schema schema
private void <init> ()
int getTotalSchemaSize ()
com.google.protobuf.Schema schema
int result
static void <clinit> ()
}
com/google/protobuf/ProtobufArrayList.class
ProtobufArrayList.java
package com.google.protobuf
final com.google.protobuf.ProtobufArrayList extends com.google.protobuf.AbstractProtobufList implements java.util.RandomAccess {
private static final com.google.protobuf.ProtobufArrayList EMPTY_LIST
private Object[] array
private int size
public static com.google.protobuf.ProtobufArrayList emptyList ()
void <init> ()
private void <init> (java.lang.Object[], int)
Object[] array
int size
public com.google.protobuf.ProtobufArrayList mutableCopyWithCapacity (int)
int capacity
Object[] newArray
public boolean add (java.lang.Object)
int length
Object[] newArray
Object element
public void add (int, java.lang.Object)
int length
Object[] newArray
int index
Object element
public java.lang.Object get (int)
int index
public java.lang.Object remove (int)
int index
Object value
public java.lang.Object set (int, java.lang.Object)
int index
Object element
Object toReturn
public int size ()
private static java.lang.Object[] createArray (int)
int capacity
private void ensureIndexInRange (int)
int index
private java.lang.String makeOutOfBoundsExceptionMessage (int)
int index
public volatile synthetic com.google.protobuf.Internal$ProtobufList mutableCopyWithCapacity (int)
static void <clinit> ()
}
com/google/protobuf/ProtobufLists.class
ProtobufLists.java
package com.google.protobuf
final com.google.protobuf.ProtobufLists extends java.lang.Object {
private void <init> ()
public static com.google.protobuf.Internal$ProtobufList emptyProtobufList ()
public static com.google.protobuf.Internal$ProtobufList mutableCopy (com.google.protobuf.Internal$ProtobufList)
com.google.protobuf.Internal$ProtobufList list
int size
public static com.google.protobuf.Internal$BooleanList emptyBooleanList ()
public static com.google.protobuf.Internal$BooleanList newBooleanList ()
public static com.google.protobuf.Internal$IntList emptyIntList ()
public static com.google.protobuf.Internal$IntList newIntList ()
public static com.google.protobuf.Internal$LongList emptyLongList ()
public static com.google.protobuf.Internal$LongList newLongList ()
public static com.google.protobuf.Internal$FloatList emptyFloatList ()
public static com.google.protobuf.Internal$FloatList newFloatList ()
public static com.google.protobuf.Internal$DoubleList emptyDoubleList ()
public static com.google.protobuf.Internal$DoubleList newDoubleList ()
}
com/google/protobuf/ProtocolStringList.class
ProtocolStringList.java
package com.google.protobuf
public abstract com.google.protobuf.ProtocolStringList extends java.lang.Object implements java.util.List {
public abstract java.util.List asByteStringList ()
}
com/google/protobuf/RawMessageInfo.class
RawMessageInfo.java
package com.google.protobuf
final com.google.protobuf.RawMessageInfo extends java.lang.Object implements com.google.protobuf.MessageInfo {
private final com.google.protobuf.MessageLite defaultInstance
private final String info
private final Object[] objects
private final int flags
void <init> (com.google.protobuf.MessageLite, java.lang.String, java.lang.Object[])
int result
int shift
com.google.protobuf.MessageLite defaultInstance
String info
Object[] objects
int position
int value
java.lang.String getStringInfo ()
java.lang.Object[] getObjects ()
public com.google.protobuf.MessageLite getDefaultInstance ()
public com.google.protobuf.ProtoSyntax getSyntax ()
public boolean isMessageSetWireFormat ()
}
com/google/protobuf/Reader.class
Reader.java
package com.google.protobuf
abstract com.google.protobuf.Reader extends java.lang.Object {
public static final int READ_DONE
public static final int TAG_UNKNOWN
public abstract boolean shouldDiscardUnknownFields ()
public abstract int getFieldNumber () throws java.io.IOException
public abstract int getTag ()
public abstract boolean skipField () throws java.io.IOException
public abstract double readDouble () throws java.io.IOException
public abstract float readFloat () throws java.io.IOException
public abstract long readUInt64 () throws java.io.IOException
public abstract long readInt64 () throws java.io.IOException
public abstract int readInt32 () throws java.io.IOException
public abstract long readFixed64 () throws java.io.IOException
public abstract int readFixed32 () throws java.io.IOException
public abstract boolean readBool () throws java.io.IOException
public abstract java.lang.String readString () throws java.io.IOException
public abstract java.lang.String readStringRequireUtf8 () throws java.io.IOException
public abstract java.lang.Object readMessageBySchemaWithCheck (com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
public abstract java.lang.Object readMessage (java.lang.Class, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
public abstract java.lang.Object readGroup (java.lang.Class, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
public abstract java.lang.Object readGroupBySchemaWithCheck (com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
public abstract void mergeMessageField (java.lang.Object, com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
public abstract void mergeGroupField (java.lang.Object, com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
public abstract com.google.protobuf.ByteString readBytes () throws java.io.IOException
public abstract int readUInt32 () throws java.io.IOException
public abstract int readEnum () throws java.io.IOException
public abstract int readSFixed32 () throws java.io.IOException
public abstract long readSFixed64 () throws java.io.IOException
public abstract int readSInt32 () throws java.io.IOException
public abstract long readSInt64 () throws java.io.IOException
public abstract void readDoubleList (java.util.List) throws java.io.IOException
public abstract void readFloatList (java.util.List) throws java.io.IOException
public abstract void readUInt64List (java.util.List) throws java.io.IOException
public abstract void readInt64List (java.util.List) throws java.io.IOException
public abstract void readInt32List (java.util.List) throws java.io.IOException
public abstract void readFixed64List (java.util.List) throws java.io.IOException
public abstract void readFixed32List (java.util.List) throws java.io.IOException
public abstract void readBoolList (java.util.List) throws java.io.IOException
public abstract void readStringList (java.util.List) throws java.io.IOException
public abstract void readStringListRequireUtf8 (java.util.List) throws java.io.IOException
public abstract void readMessageList (java.util.List, com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
public abstract void readMessageList (java.util.List, java.lang.Class, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
public abstract void readGroupList (java.util.List, java.lang.Class, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
public abstract void readGroupList (java.util.List, com.google.protobuf.Schema, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
public abstract void readBytesList (java.util.List) throws java.io.IOException
public abstract void readUInt32List (java.util.List) throws java.io.IOException
public abstract void readEnumList (java.util.List) throws java.io.IOException
public abstract void readSFixed32List (java.util.List) throws java.io.IOException
public abstract void readSFixed64List (java.util.List) throws java.io.IOException
public abstract void readSInt32List (java.util.List) throws java.io.IOException
public abstract void readSInt64List (java.util.List) throws java.io.IOException
public abstract void readMap (java.util.Map, com.google.protobuf.MapEntryLite$Metadata, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
}
com/google/protobuf/RopeByteString$1.class
RopeByteString.java
package com.google.protobuf
com.google.protobuf.RopeByteString$1 extends com.google.protobuf.ByteString$AbstractByteIterator {
final com.google.protobuf.RopeByteString$PieceIterator pieces
com.google.protobuf.ByteString$ByteIterator current
final synthetic com.google.protobuf.RopeByteString this$0
void <init> (com.google.protobuf.RopeByteString)
com.google.protobuf.RopeByteString this$0
private com.google.protobuf.ByteString$ByteIterator nextPiece ()
public boolean hasNext ()
public byte nextByte ()
byte b
}
com/google/protobuf/RopeByteString$Balancer.class
RopeByteString.java
package com.google.protobuf
com.google.protobuf.RopeByteString$Balancer extends java.lang.Object {
private final java.util.ArrayDeque prefixesStack
private void <init> ()
private com.google.protobuf.ByteString balance (com.google.protobuf.ByteString, com.google.protobuf.ByteString)
com.google.protobuf.ByteString newLeft
com.google.protobuf.ByteString left
com.google.protobuf.ByteString right
com.google.protobuf.ByteString partialString
private void doBalance (com.google.protobuf.ByteString)
com.google.protobuf.RopeByteString rbs
com.google.protobuf.ByteString root
private void insert (com.google.protobuf.ByteString)
com.google.protobuf.ByteString left
com.google.protobuf.ByteString left
int binStart
com.google.protobuf.ByteString newTree
com.google.protobuf.ByteString byteString
int depthBin
int binEnd
private int getDepthBinForLength (int)
int insertionPoint
int length
int depth
synthetic void <init> (com.google.protobuf.RopeByteString$1)
com.google.protobuf.RopeByteString$1 x0
static synthetic com.google.protobuf.ByteString access$100 (com.google.protobuf.RopeByteString$Balancer, com.google.protobuf.ByteString, com.google.protobuf.ByteString)
com.google.protobuf.RopeByteString$Balancer x0
com.google.protobuf.ByteString x1
com.google.protobuf.ByteString x2
}
com/google/protobuf/RopeByteString$PieceIterator.class
RopeByteString.java
package com.google.protobuf
final com.google.protobuf.RopeByteString$PieceIterator extends java.lang.Object implements java.util.Iterator {
private final java.util.ArrayDeque breadCrumbs
private com.google.protobuf.ByteString$LeafByteString next
private void <init> (com.google.protobuf.ByteString)
com.google.protobuf.RopeByteString rbs
com.google.protobuf.ByteString root
private com.google.protobuf.ByteString$LeafByteString getLeafByLeft (com.google.protobuf.ByteString)
com.google.protobuf.RopeByteString rbs
com.google.protobuf.ByteString root
com.google.protobuf.ByteString pos
private com.google.protobuf.ByteString$LeafByteString getNextNonEmptyLeaf ()
com.google.protobuf.ByteString$LeafByteString result
public boolean hasNext ()
public com.google.protobuf.ByteString$LeafByteString next ()
com.google.protobuf.ByteString$LeafByteString result
public void remove ()
public volatile synthetic java.lang.Object next ()
synthetic void <init> (com.google.protobuf.ByteString, com.google.protobuf.RopeByteString$1)
com.google.protobuf.ByteString x0
com.google.protobuf.RopeByteString$1 x1
}
com/google/protobuf/RopeByteString$RopeInputStream.class
RopeByteString.java
package com.google.protobuf
com.google.protobuf.RopeByteString$RopeInputStream extends java.io.InputStream {
private com.google.protobuf.RopeByteString$PieceIterator pieceIterator
private com.google.protobuf.ByteString$LeafByteString currentPiece
private int currentPieceSize
private int currentPieceIndex
private int currentPieceOffsetInRope
private int mark
final synthetic com.google.protobuf.RopeByteString this$0
public void <init> (com.google.protobuf.RopeByteString)
public int read (byte[], int, int)
byte[] b
int offset
int length
int bytesRead
public long skip (long)
long length
private int readSkipInternal (byte[], int, int)
int currentPieceRemaining
int count
byte[] b
int offset
int length
int bytesRemaining
public int read () throws java.io.IOException
public int available () throws java.io.IOException
public boolean markSupported ()
public void mark (int)
int readAheadLimit
public synchronized void reset ()
private void initialize ()
private void advanceIfCurrentPieceFullyRead ()
private int availableInternal ()
int bytesRead
}
com/google/protobuf/RopeByteString.class
RopeByteString.java
package com.google.protobuf
final com.google.protobuf.RopeByteString extends com.google.protobuf.ByteString {
static final int[] minLengthByDepth
private final int totalLength
private final com.google.protobuf.ByteString left
private final com.google.protobuf.ByteString right
private final int leftLength
private final int treeDepth
private static final long serialVersionUID
private void <init> (com.google.protobuf.ByteString, com.google.protobuf.ByteString)
com.google.protobuf.ByteString left
com.google.protobuf.ByteString right
static com.google.protobuf.ByteString concatenate (com.google.protobuf.ByteString, com.google.protobuf.ByteString)
com.google.protobuf.ByteString newRight
com.google.protobuf.ByteString newRight
com.google.protobuf.RopeByteString leftRope
com.google.protobuf.ByteString left
com.google.protobuf.ByteString right
int newLength
int newDepth
private static com.google.protobuf.ByteString concatenateBytes (com.google.protobuf.ByteString, com.google.protobuf.ByteString)
com.google.protobuf.ByteString left
com.google.protobuf.ByteString right
int leftSize
int rightSize
byte[] bytes
static com.google.protobuf.RopeByteString newInstanceForTest (com.google.protobuf.ByteString, com.google.protobuf.ByteString)
com.google.protobuf.ByteString left
com.google.protobuf.ByteString right
static int minLength (int)
int depth
public byte byteAt (int)
int index
byte internalByteAt (int)
int index
public int size ()
public com.google.protobuf.ByteString$ByteIterator iterator ()
protected int getTreeDepth ()
protected boolean isBalanced ()
public com.google.protobuf.ByteString substring (int, int)
int beginIndex
int endIndex
int length
com.google.protobuf.ByteString leftSub
com.google.protobuf.ByteString rightSub
protected void copyToInternal (byte[], int, int, int)
int leftLength
byte[] target
int sourceOffset
int targetOffset
int numberToCopy
public void copyTo (java.nio.ByteBuffer)
java.nio.ByteBuffer target
public java.nio.ByteBuffer asReadOnlyByteBuffer ()
java.nio.ByteBuffer byteBuffer
public java.util.List asReadOnlyByteBufferList ()
com.google.protobuf.ByteString$LeafByteString byteString
java.util.List result
com.google.protobuf.RopeByteString$PieceIterator pieces
public void writeTo (java.io.OutputStream) throws java.io.IOException
java.io.OutputStream outputStream
void writeToInternal (java.io.OutputStream, int, int) throws java.io.IOException
int numberToWriteInLeft
java.io.OutputStream out
int sourceOffset
int numberToWrite
void writeTo (com.google.protobuf.ByteOutput) throws java.io.IOException
com.google.protobuf.ByteOutput output
void writeToReverse (com.google.protobuf.ByteOutput) throws java.io.IOException
com.google.protobuf.ByteOutput output
protected java.lang.String toStringInternal (java.nio.charset.Charset)
java.nio.charset.Charset charset
public boolean isValidUtf8 ()
int leftPartial
int state
protected int partialIsValidUtf8 (int, int, int)
int leftLength
int leftPartial
int state
int offset
int length
int toIndex
public boolean equals (java.lang.Object)
Object other
com.google.protobuf.ByteString otherByteString
int thisHash
int thatHash
private boolean equalsFragments (com.google.protobuf.ByteString)
int thisRemaining
int thatRemaining
int bytesToCompare
boolean stillEqual
com.google.protobuf.ByteString other
int thisOffset
java.util.Iterator thisIter
com.google.protobuf.ByteString$LeafByteString thisString
int thatOffset
java.util.Iterator thatIter
com.google.protobuf.ByteString$LeafByteString thatString
int pos
protected int partialHash (int, int, int)
int leftLength
int leftPartial
int h
int offset
int length
int toIndex
public com.google.protobuf.CodedInputStream newCodedInput ()
public java.io.InputStream newInput ()
java.lang.Object writeReplace ()
private void readObject (java.io.ObjectInputStream) throws java.io.IOException
java.io.ObjectInputStream in
public volatile synthetic java.util.Iterator iterator ()
synthetic void <init> (com.google.protobuf.ByteString, com.google.protobuf.ByteString, com.google.protobuf.RopeByteString$1)
com.google.protobuf.ByteString x0
com.google.protobuf.ByteString x1
com.google.protobuf.RopeByteString$1 x2
static synthetic com.google.protobuf.ByteString access$400 (com.google.protobuf.RopeByteString)
com.google.protobuf.RopeByteString x0
static synthetic com.google.protobuf.ByteString access$500 (com.google.protobuf.RopeByteString)
com.google.protobuf.RopeByteString x0
static void <clinit> ()
}
com/google/protobuf/Schema.class
Schema.java
package com.google.protobuf
abstract com.google.protobuf.Schema extends java.lang.Object {
public abstract void writeTo (java.lang.Object, com.google.protobuf.Writer) throws java.io.IOException
public abstract void mergeFrom (java.lang.Object, com.google.protobuf.Reader, com.google.protobuf.ExtensionRegistryLite) throws java.io.IOException
public abstract void mergeFrom (java.lang.Object, byte[], int, int, com.google.protobuf.ArrayDecoders$Registers) throws java.io.IOException
public abstract void makeImmutable (java.lang.Object)
public abstract boolean isInitialized (java.lang.Object)
public abstract java.lang.Object newInstance ()
public abstract boolean equals (java.lang.Object, java.lang.Object)
public abstract int hashCode (java.lang.Object)
public abstract void mergeFrom (java.lang.Object, java.lang.Object)
public abstract int getSerializedSize (java.lang.Object)
}
com/google/protobuf/SchemaFactory.class
SchemaFactory.java
package com.google.protobuf
abstract com.google.protobuf.SchemaFactory extends java.lang.Object {
public abstract com.google.protobuf.Schema createSchema (java.lang.Class)
}
com/google/protobuf/SchemaUtil.class
SchemaUtil.java
package com.google.protobuf
final com.google.protobuf.SchemaUtil extends java.lang.Object {
private static final Class GENERATED_MESSAGE_CLASS
private static final com.google.protobuf.UnknownFieldSchema PROTO2_UNKNOWN_FIELD_SET_SCHEMA
private static final com.google.protobuf.UnknownFieldSchema PROTO3_UNKNOWN_FIELD_SET_SCHEMA
private static final com.google.protobuf.UnknownFieldSchema UNKNOWN_FIELD_SET_LITE_SCHEMA
private static final int DEFAULT_LOOK_UP_START_NUMBER
private void <init> ()
public static void requireGeneratedMessage (java.lang.Class)
Class messageType
public static void writeDouble (int, double, com.google.protobuf.Writer) throws java.io.IOException
int fieldNumber
double value
com.google.protobuf.Writer writer
public static void writeFloat (int, float, com.google.protobuf.Writer) throws java.io.IOException
int fieldNumber
float value
com.google.protobuf.Writer writer
public static void writeInt64 (int, long, com.google.protobuf.Writer) throws java.io.IOException
int fieldNumber
long value
com.google.protobuf.Writer writer
public static void writeUInt64 (int, long, com.google.protobuf.Writer) throws java.io.IOException
int fieldNumber
long value
com.google.protobuf.Writer writer
public static void writeSInt64 (int, long, com.google.protobuf.Writer) throws java.io.IOException
int fieldNumber
long value
com.google.protobuf.Writer writer
public static void writeFixed64 (int, long, com.google.protobuf.Writer) throws java.io.IOException
int fieldNumber
long value
com.google.protobuf.Writer writer
public static void writeSFixed64 (int, long, com.google.protobuf.Writer) throws java.io.IOException
int fieldNumber
long value
com.google.protobuf.Writer writer
public static void writeInt32 (int, int, com.google.protobuf.Writer) throws java.io.IOException
int fieldNumber
int value
com.google.protobuf.Writer writer
public static void writeUInt32 (int, int, com.google.protobuf.Writer) throws java.io.IOException
int fieldNumber
int value
com.google.protobuf.Writer writer
public static void writeSInt32 (int, int, com.google.protobuf.Writer) throws java.io.IOException
int fieldNumber
int value
com.google.protobuf.Writer writer
public static void writeFixed32 (int, int, com.google.protobuf.Writer) throws java.io.IOException
int fieldNumber
int value
com.google.protobuf.Writer writer
public static void writeSFixed32 (int, int, com.google.protobuf.Writer) throws java.io.IOException
int fieldNumber
int value
com.google.protobuf.Writer writer
public static void writeEnum (int, int, com.google.protobuf.Writer) throws java.io.IOException
int fieldNumber
int value
com.google.protobuf.Writer writer
public static void writeBool (int, boolean, com.google.protobuf.Writer) throws java.io.IOException
int fieldNumber
boolean value
com.google.protobuf.Writer writer
public static void writeString (int, java.lang.Object, com.google.protobuf.Writer) throws java.io.IOException
int fieldNumber
Object value
com.google.protobuf.Writer writer
private static void writeStringInternal (int, java.lang.String, com.google.protobuf.Writer) throws java.io.IOException
int fieldNumber
String value
com.google.protobuf.Writer writer
public static void writeBytes (int, com.google.protobuf.ByteString, com.google.protobuf.Writer) throws java.io.IOException
int fieldNumber
com.google.protobuf.ByteString value
com.google.protobuf.Writer writer
public static void writeMessage (int, java.lang.Object, com.google.protobuf.Writer) throws java.io.IOException
int fieldNumber
Object value
com.google.protobuf.Writer writer
public static void writeDoubleList (int, java.util.List, com.google.protobuf.Writer, boolean) throws java.io.IOException
int fieldNumber
java.util.List value
com.google.protobuf.Writer writer
boolean packed
public static void writeFloatList (int, java.util.List, com.google.protobuf.Writer, boolean) throws java.io.IOException
int fieldNumber
java.util.List value
com.google.protobuf.Writer writer
boolean packed
public static void writeInt64List (int, java.util.List, com.google.protobuf.Writer, boolean) throws java.io.IOException
int fieldNumber
java.util.List value
com.google.protobuf.Writer writer
boolean packed
public static void writeUInt64List (int, java.util.List, com.google.protobuf.Writer, boolean) throws java.io.IOException
int fieldNumber
java.util.List value
com.google.protobuf.Writer writer
boolean packed
public static void writeSInt64List (int, java.util.List, com.google.protobuf.Writer, boolean) throws java.io.IOException
int fieldNumber
java.util.List value
com.google.protobuf.Writer writer
boolean packed
public static void writeFixed64List (int, java.util.List, com.google.protobuf.Writer, boolean) throws java.io.IOException
int fieldNumber
java.util.List value
com.google.protobuf.Writer writer
boolean packed
public static void writeSFixed64List (int, java.util.List, com.google.protobuf.Writer, boolean) throws java.io.IOException
int fieldNumber
java.util.List value
com.google.protobuf.Writer writer
boolean packed
public static void writeInt32List (int, java.util.List, com.google.protobuf.Writer, boolean) throws java.io.IOException
int fieldNumber
java.util.List value
com.google.protobuf.Writer writer
boolean packed
public static void writeUInt32List (int, java.util.List, com.google.protobuf.Writer, boolean) throws java.io.IOException
int fieldNumber
java.util.List value
com.google.protobuf.Writer writer
boolean packed
public static void writeSInt32List (int, java.util.List, com.google.protobuf.Writer, boolean) throws java.io.IOException
int fieldNumber
java.util.List value
com.google.protobuf.Writer writer
boolean packed
public static void writeFixed32List (int, java.util.List, com.google.protobuf.Writer, boolean) throws java.io.IOException
int fieldNumber
java.util.List value
com.google.protobuf.Writer writer
boolean packed
public static void writeSFixed32List (int, java.util.List, com.google.protobuf.Writer, boolean) throws java.io.IOException
int fieldNumber
java.util.List value
com.google.protobuf.Writer writer
boolean packed
public static void writeEnumList (int, java.util.List, com.google.protobuf.Writer, boolean) throws java.io.IOException
int fieldNumber
java.util.List value
com.google.protobuf.Writer writer
boolean packed
public static void writeBoolList (int, java.util.List, com.google.protobuf.Writer, boolean) throws java.io.IOException
int fieldNumber
java.util.List value
com.google.protobuf.Writer writer
boolean packed
public static void writeStringList (int, java.util.List, com.google.protobuf.Writer) throws java.io.IOException
int fieldNumber
java.util.List value
com.google.protobuf.Writer writer
public static void writeBytesList (int, java.util.List, com.google.protobuf.Writer) throws java.io.IOException
int fieldNumber
java.util.List value
com.google.protobuf.Writer writer
public static void writeMessageList (int, java.util.List, com.google.protobuf.Writer) throws java.io.IOException
int fieldNumber
java.util.List value
com.google.protobuf.Writer writer
public static void writeMessageList (int, java.util.List, com.google.protobuf.Writer, com.google.protobuf.Schema) throws java.io.IOException
int fieldNumber
java.util.List value
com.google.protobuf.Writer writer
com.google.protobuf.Schema schema
public static void writeLazyFieldList (int, java.util.List, com.google.protobuf.Writer) throws java.io.IOException
Object item
int fieldNumber
java.util.List value
com.google.protobuf.Writer writer
public static void writeGroupList (int, java.util.List, com.google.protobuf.Writer) throws java.io.IOException
int fieldNumber
java.util.List value
com.google.protobuf.Writer writer
public static void writeGroupList (int, java.util.List, com.google.protobuf.Writer, com.google.protobuf.Schema) throws java.io.IOException
int fieldNumber
java.util.List value
com.google.protobuf.Writer writer
com.google.protobuf.Schema schema
static int computeSizeInt64ListNoTag (java.util.List)
int i
com.google.protobuf.LongArrayList primitiveList
int i
java.util.List list
int length
int size
static int computeSizeInt64List (int, java.util.List, boolean)
int fieldNumber
java.util.List list
boolean packed
int length
int size
static int computeSizeUInt64ListNoTag (java.util.List)
int i
com.google.protobuf.LongArrayList primitiveList
int i
java.util.List list
int length
int size
static int computeSizeUInt64List (int, java.util.List, boolean)
int fieldNumber
java.util.List list
boolean packed
int length
int size
static int computeSizeSInt64ListNoTag (java.util.List)
int i
com.google.protobuf.LongArrayList primitiveList
int i
java.util.List list
int length
int size
static int computeSizeSInt64List (int, java.util.List, boolean)
int fieldNumber
java.util.List list
boolean packed
int length
int size
static int computeSizeEnumListNoTag (java.util.List)
int i
com.google.protobuf.IntArrayList primitiveList
int i
java.util.List list
int length
int size
static int computeSizeEnumList (int, java.util.List, boolean)
int fieldNumber
java.util.List list
boolean packed
int length
int size
static int computeSizeInt32ListNoTag (java.util.List)
int i
com.google.protobuf.IntArrayList primitiveList
int i
java.util.List list
int length
int size
static int computeSizeInt32List (int, java.util.List, boolean)
int fieldNumber
java.util.List list
boolean packed
int length
int size
static int computeSizeUInt32ListNoTag (java.util.List)
int i
com.google.protobuf.IntArrayList primitiveList
int i
java.util.List list
int length
int size
static int computeSizeUInt32List (int, java.util.List, boolean)
int fieldNumber
java.util.List list
boolean packed
int length
int size
static int computeSizeSInt32ListNoTag (java.util.List)
int i
com.google.protobuf.IntArrayList primitiveList
int i
java.util.List list
int length
int size
static int computeSizeSInt32List (int, java.util.List, boolean)
int fieldNumber
java.util.List list
boolean packed
int length
int size
static int computeSizeFixed32ListNoTag (java.util.List)
java.util.List list
static int computeSizeFixed32List (int, java.util.List, boolean)
int dataSize
int fieldNumber
java.util.List list
boolean packed
int length
static int computeSizeFixed64ListNoTag (java.util.List)
java.util.List list
static int computeSizeFixed64List (int, java.util.List, boolean)
int dataSize
int fieldNumber
java.util.List list
boolean packed
int length
static int computeSizeBoolListNoTag (java.util.List)
java.util.List list
static int computeSizeBoolList (int, java.util.List, boolean)
int fieldNumber
java.util.List list
boolean packed
int length
static int computeSizeStringList (int, java.util.List)
Object value
int i
com.google.protobuf.LazyStringList lazyList
Object value
int i
int fieldNumber
java.util.List list
int length
int size
static int computeSizeMessage (int, java.lang.Object, com.google.protobuf.Schema)
int fieldNumber
Object value
com.google.protobuf.Schema schema
static int computeSizeMessageList (int, java.util.List)
Object value
int i
int fieldNumber
java.util.List list
int length
int size
static int computeSizeMessageList (int, java.util.List, com.google.protobuf.Schema)
Object value
int i
int fieldNumber
java.util.List list
com.google.protobuf.Schema schema
int length
int size
static int computeSizeByteStringList (int, java.util.List)
int i
int fieldNumber
java.util.List list
int length
int size
static int computeSizeGroupList (int, java.util.List)
int i
int fieldNumber
java.util.List list
int length
int size
static int computeSizeGroupList (int, java.util.List, com.google.protobuf.Schema)
int i
int fieldNumber
java.util.List list
com.google.protobuf.Schema schema
int length
int size
public static boolean shouldUseTableSwitch (com.google.protobuf.FieldInfo[])
com.google.protobuf.FieldInfo[] fields
int lo
int hi
public static boolean shouldUseTableSwitch (int, int, int)
int lo
int hi
int numFields
long tableSpaceCost
long tableTimeCost
long lookupSpaceCost
long lookupTimeCost
public static com.google.protobuf.UnknownFieldSchema proto2UnknownFieldSetSchema ()
public static com.google.protobuf.UnknownFieldSchema proto3UnknownFieldSetSchema ()
public static com.google.protobuf.UnknownFieldSchema unknownFieldSetLiteSchema ()
private static com.google.protobuf.UnknownFieldSchema getUnknownFieldSetSchema (boolean)
Class clz
Throwable t
boolean proto3
private static java.lang.Class getGeneratedMessageClass ()
Throwable e
private static java.lang.Class getUnknownFieldSetSchemaClass ()
Throwable e
static java.lang.Object getMapDefaultEntry (java.lang.Class, java.lang.String)
Class holder
java.lang.reflect.Field[] fields
Throwable t
Class clazz
String name
static java.lang.String toCamelCase (java.lang.String, boolean)
char c
int i
String name
boolean capNext
StringBuilder sb
static boolean safeEquals (java.lang.Object, java.lang.Object)
Object a
Object b
static void mergeMap (com.google.protobuf.MapFieldSchema, java.lang.Object, java.lang.Object, long)
com.google.protobuf.MapFieldSchema mapFieldSchema
Object message
Object o
long offset
Object merged
static void mergeExtensions (com.google.protobuf.ExtensionSchema, java.lang.Object, java.lang.Object)
com.google.protobuf.FieldSet messageExtensions
com.google.protobuf.ExtensionSchema schema
Object message
Object other
com.google.protobuf.FieldSet otherExtensions
static void mergeUnknownFields (com.google.protobuf.UnknownFieldSchema, java.lang.Object, java.lang.Object)
com.google.protobuf.UnknownFieldSchema schema
Object message
Object other
Object messageUnknowns
Object otherUnknowns
Object merged
static java.lang.Object filterUnknownEnumList (java.lang.Object, int, java.util.List, com.google.protobuf.Internal$EnumLiteMap, java.lang.Object, com.google.protobuf.UnknownFieldSchema)
int enumValue
int readPos
int writePos
int size
int enumValue
java.util.Iterator it
Object containerMessage
int number
java.util.List enumList
com.google.protobuf.Internal$EnumLiteMap enumMap
Object unknownFields
com.google.protobuf.UnknownFieldSchema unknownFieldSchema
static java.lang.Object filterUnknownEnumList (java.lang.Object, int, java.util.List, com.google.protobuf.Internal$EnumVerifier, java.lang.Object, com.google.protobuf.UnknownFieldSchema)
int enumValue
int readPos
int writePos
int size
int enumValue
java.util.Iterator it
Object containerMessage
int number
java.util.List enumList
com.google.protobuf.Internal$EnumVerifier enumVerifier
Object unknownFields
com.google.protobuf.UnknownFieldSchema unknownFieldSchema
static java.lang.Object storeUnknownEnum (java.lang.Object, int, int, java.lang.Object, com.google.protobuf.UnknownFieldSchema)
Object containerMessage
int number
int enumValue
Object unknownFields
com.google.protobuf.UnknownFieldSchema unknownFieldSchema
static void <clinit> ()
}
com/google/protobuf/SmallSortedMap$1.class
SmallSortedMap.java
package com.google.protobuf
com.google.protobuf.SmallSortedMap$1 extends com.google.protobuf.SmallSortedMap {
void <init> (int)
int arraySize
public void makeImmutable ()
java.util.List value
java.util.Map$Entry entry
int i
java.util.List value
java.util.Map$Entry entry
}
com/google/protobuf/SmallSortedMap$DescendingEntryIterator.class
SmallSortedMap.java
package com.google.protobuf
com.google.protobuf.SmallSortedMap$DescendingEntryIterator extends java.lang.Object implements java.util.Iterator {
private int pos
private java.util.Iterator lazyOverflowIterator
final synthetic com.google.protobuf.SmallSortedMap this$0
private void <init> (com.google.protobuf.SmallSortedMap)
public boolean hasNext ()
public java.util.Map$Entry next ()
public void remove ()
private java.util.Iterator getOverflowIterator ()
public volatile synthetic java.lang.Object next ()
synthetic void <init> (com.google.protobuf.SmallSortedMap, com.google.protobuf.SmallSortedMap$1)
com.google.protobuf.SmallSortedMap x0
com.google.protobuf.SmallSortedMap$1 x1
}
com/google/protobuf/SmallSortedMap$DescendingEntrySet.class
SmallSortedMap.java
package com.google.protobuf
com.google.protobuf.SmallSortedMap$DescendingEntrySet extends com.google.protobuf.SmallSortedMap$EntrySet {
final synthetic com.google.protobuf.SmallSortedMap this$0
private void <init> (com.google.protobuf.SmallSortedMap)
public java.util.Iterator iterator ()
synthetic void <init> (com.google.protobuf.SmallSortedMap, com.google.protobuf.SmallSortedMap$1)
com.google.protobuf.SmallSortedMap x0
com.google.protobuf.SmallSortedMap$1 x1
}
com/google/protobuf/SmallSortedMap$EmptySet$1.class
SmallSortedMap.java
package com.google.protobuf
com.google.protobuf.SmallSortedMap$EmptySet$1 extends java.lang.Object implements java.util.Iterator {
void <init> ()
public boolean hasNext ()
public java.lang.Object next ()
public void remove ()
}
com/google/protobuf/SmallSortedMap$EmptySet$2.class
SmallSortedMap.java
package com.google.protobuf
com.google.protobuf.SmallSortedMap$EmptySet$2 extends java.lang.Object implements java.lang.Iterable {
void <init> ()
public java.util.Iterator iterator ()
}
com/google/protobuf/SmallSortedMap$EmptySet.class
SmallSortedMap.java
package com.google.protobuf
com.google.protobuf.SmallSortedMap$EmptySet extends java.lang.Object {
private static final java.util.Iterator ITERATOR
private static final Iterable ITERABLE
private void <init> ()
static java.lang.Iterable iterable ()
static synthetic java.util.Iterator access$1000 ()
static void <clinit> ()
}
com/google/protobuf/SmallSortedMap$Entry.class
SmallSortedMap.java
package com.google.protobuf
com.google.protobuf.SmallSortedMap$Entry extends java.lang.Object implements java.util.Map$Entry java.lang.Comparable {
private final Comparable key
private Object value
final synthetic com.google.protobuf.SmallSortedMap this$0
void <init> (com.google.protobuf.SmallSortedMap, java.util.Map$Entry)
java.util.Map$Entry copy
void <init> (com.google.protobuf.SmallSortedMap, java.lang.Comparable, java.lang.Object)
Comparable key
Object value
public java.lang.Comparable getKey ()
public java.lang.Object getValue ()
public int compareTo (com.google.protobuf.SmallSortedMap$Entry)
com.google.protobuf.SmallSortedMap$Entry other
public java.lang.Object setValue (java.lang.Object)
Object newValue
Object oldValue
public boolean equals (java.lang.Object)
Object o
java.util.Map$Entry other
public int hashCode ()
public java.lang.String toString ()
private boolean equals (java.lang.Object, java.lang.Object)
Object o1
Object o2
public volatile synthetic java.lang.Object getKey ()
public volatile synthetic int compareTo (java.lang.Object)
}
com/google/protobuf/SmallSortedMap$EntryIterator.class
SmallSortedMap.java
package com.google.protobuf
com.google.protobuf.SmallSortedMap$EntryIterator extends java.lang.Object implements java.util.Iterator {
private int pos
private boolean nextCalledBeforeRemove
private java.util.Iterator lazyOverflowIterator
final synthetic com.google.protobuf.SmallSortedMap this$0
private void <init> (com.google.protobuf.SmallSortedMap)
public boolean hasNext ()
public java.util.Map$Entry next ()
public void remove ()
private java.util.Iterator getOverflowIterator ()
public volatile synthetic java.lang.Object next ()
synthetic void <init> (com.google.protobuf.SmallSortedMap, com.google.protobuf.SmallSortedMap$1)
com.google.protobuf.SmallSortedMap x0
com.google.protobuf.SmallSortedMap$1 x1
}
com/google/protobuf/SmallSortedMap$EntrySet.class
SmallSortedMap.java
package com.google.protobuf
com.google.protobuf.SmallSortedMap$EntrySet extends java.util.AbstractSet {
final synthetic com.google.protobuf.SmallSortedMap this$0
private void <init> (com.google.protobuf.SmallSortedMap)
public java.util.Iterator iterator ()
public int size ()
public boolean contains (java.lang.Object)
Object o
java.util.Map$Entry entry
Object existing
Object value
public boolean add (java.util.Map$Entry)
java.util.Map$Entry entry
public boolean remove (java.lang.Object)
Object o
java.util.Map$Entry entry
public void clear ()
public volatile synthetic boolean add (java.lang.Object)
synthetic void <init> (com.google.protobuf.SmallSortedMap, com.google.protobuf.SmallSortedMap$1)
com.google.protobuf.SmallSortedMap x0
com.google.protobuf.SmallSortedMap$1 x1
}
com/google/protobuf/SmallSortedMap.class
SmallSortedMap.java
package com.google.protobuf
com.google.protobuf.SmallSortedMap extends java.util.AbstractMap {
private final int maxArraySize
private java.util.List entryList
private java.util.Map overflowEntries
private boolean isImmutable
private volatile com.google.protobuf.SmallSortedMap$EntrySet lazyEntrySet
private java.util.Map overflowEntriesDescending
private volatile com.google.protobuf.SmallSortedMap$DescendingEntrySet lazyDescendingEntrySet
static com.google.protobuf.SmallSortedMap newFieldMap (int)
int arraySize
static com.google.protobuf.SmallSortedMap newInstanceForTest (int)
int arraySize
private void <init> (int)
int arraySize
public void makeImmutable ()
public boolean isImmutable ()
public int getNumArrayEntries ()
public java.util.Map$Entry getArrayEntryAt (int)
int index
public int getNumOverflowEntries ()
public java.lang.Iterable getOverflowEntries ()
java.lang.Iterable getOverflowEntriesDescending ()
public int size ()
public boolean containsKey (java.lang.Object)
Object o
Comparable key
public java.lang.Object get (java.lang.Object)
Object o
Comparable key
int index
public java.lang.Object put (java.lang.Comparable, java.lang.Object)
com.google.protobuf.SmallSortedMap$Entry lastEntryInArray
Comparable key
Object value
int index
int insertionPoint
public void clear ()
public java.lang.Object remove (java.lang.Object)
Object o
Comparable key
int index
private java.lang.Object removeArrayEntryAt (int)
java.util.Iterator iterator
int index
Object removed
private int binarySearchInArray (java.lang.Comparable)
int cmp
int mid
int cmp
Comparable key
int left
int right
public java.util.Set entrySet ()
java.util.Set descendingEntrySet ()
private void checkMutable ()
private java.util.SortedMap getOverflowEntriesMutable ()
private void ensureEntryArrayMutable ()
public boolean equals (java.lang.Object)
int i
Object o
com.google.protobuf.SmallSortedMap other
int size
int numArrayEntries
public int hashCode ()
int i
int h
int listSize
public volatile synthetic java.lang.Object put (java.lang.Object, java.lang.Object)
synthetic void <init> (int, com.google.protobuf.SmallSortedMap$1)
int x0
com.google.protobuf.SmallSortedMap$1 x1
static synthetic void access$300 (com.google.protobuf.SmallSortedMap)
com.google.protobuf.SmallSortedMap x0
static synthetic java.util.List access$600 (com.google.protobuf.SmallSortedMap)
com.google.protobuf.SmallSortedMap x0
static synthetic java.util.Map access$700 (com.google.protobuf.SmallSortedMap)
com.google.protobuf.SmallSortedMap x0
static synthetic java.lang.Object access$800 (com.google.protobuf.SmallSortedMap, int)
com.google.protobuf.SmallSortedMap x0
int x1
static synthetic java.util.Map access$900 (com.google.protobuf.SmallSortedMap)
com.google.protobuf.SmallSortedMap x0
}
com/google/protobuf/StructuralMessageInfo$Builder.class
StructuralMessageInfo.java
package com.google.protobuf
public final com.google.protobuf.StructuralMessageInfo$Builder extends java.lang.Object {
private final java.util.List fields
private com.google.protobuf.ProtoSyntax syntax
private boolean wasBuilt
private boolean messageSetWireFormat
private int[] checkInitialized
private Object defaultInstance
public void <init> ()
public void <init> (int)
int numFields
public void withDefaultInstance (java.lang.Object)
Object defaultInstance
public void withSyntax (com.google.protobuf.ProtoSyntax)
com.google.protobuf.ProtoSyntax syntax
public void withMessageSetWireFormat (boolean)
boolean messageSetWireFormat
public void withCheckInitialized (int[])
int[] checkInitialized
public void withField (com.google.protobuf.FieldInfo)
com.google.protobuf.FieldInfo field
public com.google.protobuf.StructuralMessageInfo build ()
}
com/google/protobuf/StructuralMessageInfo.class
StructuralMessageInfo.java
package com.google.protobuf
final com.google.protobuf.StructuralMessageInfo extends java.lang.Object implements com.google.protobuf.MessageInfo {
private final com.google.protobuf.ProtoSyntax syntax
private final boolean messageSetWireFormat
private final int[] checkInitialized
private final com.google.protobuf.FieldInfo[] fields
private final com.google.protobuf.MessageLite defaultInstance
void <init> (com.google.protobuf.ProtoSyntax, boolean, int[], com.google.protobuf.FieldInfo[], java.lang.Object)
com.google.protobuf.ProtoSyntax syntax
boolean messageSetWireFormat
int[] checkInitialized
com.google.protobuf.FieldInfo[] fields
Object defaultInstance
public com.google.protobuf.ProtoSyntax getSyntax ()
public boolean isMessageSetWireFormat ()
public int[] getCheckInitialized ()
public com.google.protobuf.FieldInfo[] getFields ()
public com.google.protobuf.MessageLite getDefaultInstance ()
public static com.google.protobuf.StructuralMessageInfo$Builder newBuilder ()
public static com.google.protobuf.StructuralMessageInfo$Builder newBuilder (int)
int numFields
}
com/google/protobuf/TextFormatEscaper$1.class
TextFormatEscaper.java
package com.google.protobuf
com.google.protobuf.TextFormatEscaper$1 extends java.lang.Object implements com.google.protobuf.TextFormatEscaper$ByteSequence {
final synthetic com.google.protobuf.ByteString val$input
void <init> (com.google.protobuf.ByteString)
public int size ()
public byte byteAt (int)
int offset
}
com/google/protobuf/TextFormatEscaper$2.class
TextFormatEscaper.java
package com.google.protobuf
com.google.protobuf.TextFormatEscaper$2 extends java.lang.Object implements com.google.protobuf.TextFormatEscaper$ByteSequence {
final synthetic byte[] val$input
void <init> (byte[])
public int size ()
public byte byteAt (int)
int offset
}
com/google/protobuf/TextFormatEscaper$ByteSequence.class
TextFormatEscaper.java
package com.google.protobuf
abstract com.google.protobuf.TextFormatEscaper$ByteSequence extends java.lang.Object {
public abstract int size ()
public abstract byte byteAt (int)
}
com/google/protobuf/TextFormatEscaper.class
TextFormatEscaper.java
package com.google.protobuf
final com.google.protobuf.TextFormatEscaper extends java.lang.Object {
private void <init> ()
static java.lang.String escapeBytes (com.google.protobuf.TextFormatEscaper$ByteSequence)
byte b
int i
com.google.protobuf.TextFormatEscaper$ByteSequence input
StringBuilder builder
static java.lang.String escapeBytes (com.google.protobuf.ByteString)
com.google.protobuf.ByteString input
static java.lang.String escapeBytes (byte[])
byte[] input
static java.lang.String escapeText (java.lang.String)
String input
static java.lang.String escapeDoubleQuotesAndBackslashes (java.lang.String)
String input
}
com/google/protobuf/UninitializedMessageException.class
UninitializedMessageException.java
package com.google.protobuf
public com.google.protobuf.UninitializedMessageException extends java.lang.RuntimeException {
private static final long serialVersionUID
private final java.util.List missingFields
public void <init> (com.google.protobuf.MessageLite)
com.google.protobuf.MessageLite message
public void <init> (java.util.List)
java.util.List missingFields
public java.util.List getMissingFields ()
public com.google.protobuf.InvalidProtocolBufferException asInvalidProtocolBufferException ()
private static java.lang.String buildDescription (java.util.List)
String field
java.util.List missingFields
StringBuilder description
boolean first
}
com/google/protobuf/UnknownFieldSchema.class
UnknownFieldSchema.java
package com.google.protobuf
abstract com.google.protobuf.UnknownFieldSchema extends java.lang.Object {
void <init> ()
abstract boolean shouldDiscardUnknownFields (com.google.protobuf.Reader)
abstract void addVarint (java.lang.Object, int, long)
abstract void addFixed32 (java.lang.Object, int, int)
abstract void addFixed64 (java.lang.Object, int, long)
abstract void addLengthDelimited (java.lang.Object, int, com.google.protobuf.ByteString)
abstract void addGroup (java.lang.Object, int, java.lang.Object)
abstract java.lang.Object newBuilder ()
abstract java.lang.Object toImmutable (java.lang.Object)
abstract void setToMessage (java.lang.Object, java.lang.Object)
abstract java.lang.Object getFromMessage (java.lang.Object)
abstract java.lang.Object getBuilderFromMessage (java.lang.Object)
abstract void setBuilderToMessage (java.lang.Object, java.lang.Object)
abstract void makeImmutable (java.lang.Object)
final boolean mergeOneFieldFrom (java.lang.Object, com.google.protobuf.Reader) throws java.io.IOException
Object subFields
int endGroupTag
Object unknownFields
com.google.protobuf.Reader reader
int tag
int fieldNumber
final void mergeFrom (java.lang.Object, com.google.protobuf.Reader) throws java.io.IOException
Object unknownFields
com.google.protobuf.Reader reader
abstract void writeTo (java.lang.Object, com.google.protobuf.Writer) throws java.io.IOException
abstract void writeAsMessageSetTo (java.lang.Object, com.google.protobuf.Writer) throws java.io.IOException
abstract java.lang.Object merge (java.lang.Object, java.lang.Object)
abstract int getSerializedSizeAsMessageSet (java.lang.Object)
abstract int getSerializedSize (java.lang.Object)
}
com/google/protobuf/UnknownFieldSetLite.class
UnknownFieldSetLite.java
package com.google.protobuf
public final com.google.protobuf.UnknownFieldSetLite extends java.lang.Object {
private static final int MIN_CAPACITY
private static final com.google.protobuf.UnknownFieldSetLite DEFAULT_INSTANCE
private int count
private int[] tags
private Object[] objects
private int memoizedSerializedSize
private boolean isMutable
public static com.google.protobuf.UnknownFieldSetLite getDefaultInstance ()
static com.google.protobuf.UnknownFieldSetLite newInstance ()
static com.google.protobuf.UnknownFieldSetLite mutableCopyOf (com.google.protobuf.UnknownFieldSetLite, com.google.protobuf.UnknownFieldSetLite)
com.google.protobuf.UnknownFieldSetLite first
com.google.protobuf.UnknownFieldSetLite second
int count
int[] tags
Object[] objects
private void <init> ()
private void <init> (int, int[], java.lang.Object[], boolean)
int count
int[] tags
Object[] objects
boolean isMutable
public void makeImmutable ()
void checkMutable ()
public void writeTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException
int tag
int fieldNumber
int i
com.google.protobuf.CodedOutputStream output
public void writeAsMessageSetTo (com.google.protobuf.CodedOutputStream) throws java.io.IOException
int fieldNumber
int i
com.google.protobuf.CodedOutputStream output
void writeAsMessageSetTo (com.google.protobuf.Writer) throws java.io.IOException
int fieldNumber
int i
int fieldNumber
int i
com.google.protobuf.Writer writer
public void writeTo (com.google.protobuf.Writer) throws java.io.IOException
int i
int i
com.google.protobuf.Writer writer
private static void writeField (int, java.lang.Object, com.google.protobuf.Writer) throws java.io.IOException
int tag
Object object
com.google.protobuf.Writer writer
int fieldNumber
public int getSerializedSizeAsMessageSet ()
int tag
int fieldNumber
int i
int size
public int getSerializedSize ()
int tag
int fieldNumber
int i
int size
private static boolean tagsEquals (int[], int[], int)
int i
int[] tags1
int[] tags2
int count
private static boolean objectsEquals (java.lang.Object[], java.lang.Object[], int)
int i
Object[] objects1
Object[] objects2
int count
public boolean equals (java.lang.Object)
Object obj
com.google.protobuf.UnknownFieldSetLite other
private static int hashCode (int[], int)
int i
int[] tags
int count
int hashCode
private static int hashCode (java.lang.Object[], int)
int i
Object[] objects
int count
int hashCode
public int hashCode ()
int hashCode
final void printWithIndent (java.lang.StringBuilder, int)
int fieldNumber
int i
StringBuilder buffer
int indent
void storeField (int, java.lang.Object)
int tag
Object value
private void ensureCapacity (int)
int newCapacity
int minCapacity
boolean mergeFieldFrom (int, com.google.protobuf.CodedInputStream) throws java.io.IOException
com.google.protobuf.UnknownFieldSetLite subFieldSet
int tag
com.google.protobuf.CodedInputStream input
int fieldNumber
com.google.protobuf.UnknownFieldSetLite mergeVarintField (int, int)
int fieldNumber
int value
com.google.protobuf.UnknownFieldSetLite mergeLengthDelimitedField (int, com.google.protobuf.ByteString)
int fieldNumber
com.google.protobuf.ByteString value
private com.google.protobuf.UnknownFieldSetLite mergeFrom (com.google.protobuf.CodedInputStream) throws java.io.IOException
int tag
com.google.protobuf.CodedInputStream input
com.google.protobuf.UnknownFieldSetLite mergeFrom (com.google.protobuf.UnknownFieldSetLite)
com.google.protobuf.UnknownFieldSetLite other
int newCount
static void <clinit> ()
}
com/google/protobuf/UnknownFieldSetLiteSchema.class
UnknownFieldSetLiteSchema.java
package com.google.protobuf
com.google.protobuf.UnknownFieldSetLiteSchema extends com.google.protobuf.UnknownFieldSchema {
void <init> ()
boolean shouldDiscardUnknownFields (com.google.protobuf.Reader)
com.google.protobuf.Reader reader
com.google.protobuf.UnknownFieldSetLite newBuilder ()
void addVarint (com.google.protobuf.UnknownFieldSetLite, int, long)
com.google.protobuf.UnknownFieldSetLite fields
int number
long value
void addFixed32 (com.google.protobuf.UnknownFieldSetLite, int, int)
com.google.protobuf.UnknownFieldSetLite fields
int number
int value
void addFixed64 (com.google.protobuf.UnknownFieldSetLite, int, long)
com.google.protobuf.UnknownFieldSetLite fields
int number
long value
void addLengthDelimited (com.google.protobuf.UnknownFieldSetLite, int, com.google.protobuf.ByteString)
com.google.protobuf.UnknownFieldSetLite fields
int number
com.google.protobuf.ByteString value
void addGroup (com.google.protobuf.UnknownFieldSetLite, int, com.google.protobuf.UnknownFieldSetLite)
com.google.protobuf.UnknownFieldSetLite fields
int number
com.google.protobuf.UnknownFieldSetLite subFieldSet
com.google.protobuf.UnknownFieldSetLite toImmutable (com.google.protobuf.UnknownFieldSetLite)
com.google.protobuf.UnknownFieldSetLite fields
void setToMessage (java.lang.Object, com.google.protobuf.UnknownFieldSetLite)
Object message
com.google.protobuf.UnknownFieldSetLite fields
com.google.protobuf.UnknownFieldSetLite getFromMessage (java.lang.Object)
Object message
com.google.protobuf.UnknownFieldSetLite getBuilderFromMessage (java.lang.Object)
Object message
com.google.protobuf.UnknownFieldSetLite unknownFields
void setBuilderToMessage (java.lang.Object, com.google.protobuf.UnknownFieldSetLite)
Object message
com.google.protobuf.UnknownFieldSetLite fields
void makeImmutable (java.lang.Object)
Object message
void writeTo (com.google.protobuf.UnknownFieldSetLite, com.google.protobuf.Writer) throws java.io.IOException
com.google.protobuf.UnknownFieldSetLite fields
com.google.protobuf.Writer writer
void writeAsMessageSetTo (com.google.protobuf.UnknownFieldSetLite, com.google.protobuf.Writer) throws java.io.IOException
com.google.protobuf.UnknownFieldSetLite fields
com.google.protobuf.Writer writer
com.google.protobuf.UnknownFieldSetLite merge (com.google.protobuf.UnknownFieldSetLite, com.google.protobuf.UnknownFieldSetLite)
com.google.protobuf.UnknownFieldSetLite target
com.google.protobuf.UnknownFieldSetLite source
int getSerializedSize (com.google.protobuf.UnknownFieldSetLite)
com.google.protobuf.UnknownFieldSetLite unknowns
int getSerializedSizeAsMessageSet (com.google.protobuf.UnknownFieldSetLite)
com.google.protobuf.UnknownFieldSetLite unknowns
volatile synthetic int getSerializedSize (java.lang.Object)
volatile synthetic int getSerializedSizeAsMessageSet (java.lang.Object)
volatile synthetic java.lang.Object merge (java.lang.Object, java.lang.Object)
volatile synthetic void writeAsMessageSetTo (java.lang.Object, com.google.protobuf.Writer) throws java.io.IOException
volatile synthetic void writeTo (java.lang.Object, com.google.protobuf.Writer) throws java.io.IOException
volatile synthetic void setBuilderToMessage (java.lang.Object, java.lang.Object)
volatile synthetic java.lang.Object getBuilderFromMessage (java.lang.Object)
volatile synthetic java.lang.Object getFromMessage (java.lang.Object)
volatile synthetic void setToMessage (java.lang.Object, java.lang.Object)
volatile synthetic java.lang.Object toImmutable (java.lang.Object)
volatile synthetic java.lang.Object newBuilder ()
volatile synthetic void addGroup (java.lang.Object, int, java.lang.Object)
volatile synthetic void addLengthDelimited (java.lang.Object, int, com.google.protobuf.ByteString)
volatile synthetic void addFixed64 (java.lang.Object, int, long)
volatile synthetic void addFixed32 (java.lang.Object, int, int)
volatile synthetic void addVarint (java.lang.Object, int, long)
}
com/google/protobuf/UnmodifiableLazyStringList$1.class
UnmodifiableLazyStringList.java
package com.google.protobuf
com.google.protobuf.UnmodifiableLazyStringList$1 extends java.lang.Object implements java.util.ListIterator {
java.util.ListIterator iter
final synthetic int val$index
final synthetic com.google.protobuf.UnmodifiableLazyStringList this$0
void <init> (com.google.protobuf.UnmodifiableLazyStringList, int)
com.google.protobuf.UnmodifiableLazyStringList this$0
public boolean hasNext ()
public java.lang.String next ()
public boolean hasPrevious ()
public java.lang.String previous ()
public int nextIndex ()
public int previousIndex ()
public void remove ()
public void set (java.lang.String)
String o
public void add (java.lang.String)
String o
public volatile synthetic void set (java.lang.Object)
public volatile synthetic java.lang.Object previous ()
public volatile synthetic void add (java.lang.Object)
public volatile synthetic java.lang.Object next ()
}
com/google/protobuf/UnmodifiableLazyStringList$2.class
UnmodifiableLazyStringList.java
package com.google.protobuf
com.google.protobuf.UnmodifiableLazyStringList$2 extends java.lang.Object implements java.util.Iterator {
java.util.Iterator iter
final synthetic com.google.protobuf.UnmodifiableLazyStringList this$0
void <init> (com.google.protobuf.UnmodifiableLazyStringList)
com.google.protobuf.UnmodifiableLazyStringList this$0
public boolean hasNext ()
public java.lang.String next ()
public void remove ()
public volatile synthetic java.lang.Object next ()
}
com/google/protobuf/UnmodifiableLazyStringList.class
UnmodifiableLazyStringList.java
package com.google.protobuf
public com.google.protobuf.UnmodifiableLazyStringList extends java.util.AbstractList implements com.google.protobuf.LazyStringList java.util.RandomAccess {
private final com.google.protobuf.LazyStringList list
public void <init> (com.google.protobuf.LazyStringList)
com.google.protobuf.LazyStringList list
public java.lang.String get (int)
int index
public java.lang.Object getRaw (int)
int index
public int size ()
public com.google.protobuf.ByteString getByteString (int)
int index
public void add (com.google.protobuf.ByteString)
com.google.protobuf.ByteString element
public void set (int, com.google.protobuf.ByteString)
int index
com.google.protobuf.ByteString element
public boolean addAllByteString (java.util.Collection)
java.util.Collection element
public byte[] getByteArray (int)
int index
public void add (byte[])
byte[] element
public void set (int, byte[])
int index
byte[] element
public boolean addAllByteArray (java.util.Collection)
java.util.Collection element
public java.util.ListIterator listIterator (int)
int index
public java.util.Iterator iterator ()
public java.util.List getUnderlyingElements ()
public void mergeFrom (com.google.protobuf.LazyStringList)
com.google.protobuf.LazyStringList other
public java.util.List asByteArrayList ()
public java.util.List asByteStringList ()
public com.google.protobuf.LazyStringList getUnmodifiableView ()
public volatile synthetic java.lang.Object get (int)
static synthetic com.google.protobuf.LazyStringList access$000 (com.google.protobuf.UnmodifiableLazyStringList)
com.google.protobuf.UnmodifiableLazyStringList x0
}
com/google/protobuf/UnsafeByteOperations.class
UnsafeByteOperations.java
package com.google.protobuf
public final com.google.protobuf.UnsafeByteOperations extends java.lang.Object {
private void <init> ()
public static com.google.protobuf.ByteString unsafeWrap (byte[])
byte[] buffer
public static com.google.protobuf.ByteString unsafeWrap (byte[], int, int)
byte[] buffer
int offset
int length
public static com.google.protobuf.ByteString unsafeWrap (java.nio.ByteBuffer)
java.nio.ByteBuffer buffer
public static void unsafeWriteTo (com.google.protobuf.ByteString, com.google.protobuf.ByteOutput) throws java.io.IOException
com.google.protobuf.ByteString bytes
com.google.protobuf.ByteOutput output
}
com/google/protobuf/UnsafeUtil$1.class
UnsafeUtil.java
package com.google.protobuf
com.google.protobuf.UnsafeUtil$1 extends java.lang.Object implements java.security.PrivilegedExceptionAction {
void <init> ()
public sun.misc.Unsafe run () throws java.lang.Exception
Object x
java.lang.reflect.Field f
Class k
public volatile synthetic java.lang.Object run () throws java.lang.Exception
}
com/google/protobuf/UnsafeUtil$Android32MemoryAccessor.class
UnsafeUtil.java
package com.google.protobuf
final com.google.protobuf.UnsafeUtil$Android32MemoryAccessor extends com.google.protobuf.UnsafeUtil$MemoryAccessor {
private static final long SMALL_ADDRESS_MASK
private static int smallAddress (long)
long address
void <init> (sun.misc.Unsafe)
sun.misc.Unsafe unsafe
public java.lang.Object getStaticObject (java.lang.reflect.Field)
IllegalAccessException e
java.lang.reflect.Field field
public byte getByte (java.lang.Object, long)
Object target
long offset
public void putByte (java.lang.Object, long, byte)
Object target
long offset
byte value
public boolean getBoolean (java.lang.Object, long)
Object target
long offset
public void putBoolean (java.lang.Object, long, boolean)
Object target
long offset
boolean value
public float getFloat (java.lang.Object, long)
Object target
long offset
public void putFloat (java.lang.Object, long, float)
Object target
long offset
float value
public double getDouble (java.lang.Object, long)
Object target
long offset
public void putDouble (java.lang.Object, long, double)
Object target
long offset
double value
public boolean supportsUnsafeByteBufferOperations ()
public byte getByte (long)
long address
public void putByte (long, byte)
long address
byte value
public int getInt (long)
long address
public void putInt (long, int)
long address
int value
public long getLong (long)
long address
public void putLong (long, long)
long address
long value
public void copyMemory (long, byte[], long, long)
long srcOffset
byte[] target
long targetIndex
long length
public void copyMemory (byte[], long, long, long)
byte[] src
long srcIndex
long targetOffset
long length
}
com/google/protobuf/UnsafeUtil$Android64MemoryAccessor.class
UnsafeUtil.java
package com.google.protobuf
final com.google.protobuf.UnsafeUtil$Android64MemoryAccessor extends com.google.protobuf.UnsafeUtil$MemoryAccessor {
void <init> (sun.misc.Unsafe)
sun.misc.Unsafe unsafe
public java.lang.Object getStaticObject (java.lang.reflect.Field)
IllegalAccessException e
java.lang.reflect.Field field
public byte getByte (java.lang.Object, long)
Object target
long offset
public void putByte (java.lang.Object, long, byte)
Object target
long offset
byte value
public boolean getBoolean (java.lang.Object, long)
Object target
long offset
public void putBoolean (java.lang.Object, long, boolean)
Object target
long offset
boolean value
public float getFloat (java.lang.Object, long)
Object target
long offset
public void putFloat (java.lang.Object, long, float)
Object target
long offset
float value
public double getDouble (java.lang.Object, long)
Object target
long offset
public void putDouble (java.lang.Object, long, double)
Object target
long offset
double value
public boolean supportsUnsafeByteBufferOperations ()
public byte getByte (long)
long address
public void putByte (long, byte)
long address
byte value
public int getInt (long)
long address
public void putInt (long, int)
long address
int value
public long getLong (long)
long address
public void putLong (long, long)
long address
long value
public void copyMemory (long, byte[], long, long)
long srcOffset
byte[] target
long targetIndex
long length
public void copyMemory (byte[], long, long, long)
byte[] src
long srcIndex
long targetOffset
long length
}
com/google/protobuf/UnsafeUtil$JvmMemoryAccessor.class
UnsafeUtil.java
package com.google.protobuf
final com.google.protobuf.UnsafeUtil$JvmMemoryAccessor extends com.google.protobuf.UnsafeUtil$MemoryAccessor {
void <init> (sun.misc.Unsafe)
sun.misc.Unsafe unsafe
public java.lang.Object getStaticObject (java.lang.reflect.Field)
java.lang.reflect.Field field
public boolean supportsUnsafeArrayOperations ()
Class clazz
Throwable e
public byte getByte (java.lang.Object, long)
Object target
long offset
public void putByte (java.lang.Object, long, byte)
Object target
long offset
byte value
public boolean getBoolean (java.lang.Object, long)
Object target
long offset
public void putBoolean (java.lang.Object, long, boolean)
Object target
long offset
boolean value
public float getFloat (java.lang.Object, long)
Object target
long offset
public void putFloat (java.lang.Object, long, float)
Object target
long offset
float value
public double getDouble (java.lang.Object, long)
Object target
long offset
public void putDouble (java.lang.Object, long, double)
Object target
long offset
double value
public boolean supportsUnsafeByteBufferOperations ()
Class clazz
Throwable e
public byte getByte (long)
long address
public void putByte (long, byte)
long address
byte value
public int getInt (long)
long address
public void putInt (long, int)
long address
int value
public long getLong (long)
long address
public void putLong (long, long)
long address
long value
public void copyMemory (long, byte[], long, long)
long srcOffset
byte[] target
long targetIndex
long length
public void copyMemory (byte[], long, long, long)
byte[] src
long srcIndex
long targetOffset
long length
}
com/google/protobuf/UnsafeUtil$MemoryAccessor.class
UnsafeUtil.java
package com.google.protobuf
abstract com.google.protobuf.UnsafeUtil$MemoryAccessor extends java.lang.Object {
sun.misc.Unsafe unsafe
void <init> (sun.misc.Unsafe)
sun.misc.Unsafe unsafe
public final long objectFieldOffset (java.lang.reflect.Field)
java.lang.reflect.Field field
public final int arrayBaseOffset (java.lang.Class)
Class clazz
public final int arrayIndexScale (java.lang.Class)
Class clazz
public abstract java.lang.Object getStaticObject (java.lang.reflect.Field)
public boolean supportsUnsafeArrayOperations ()
Class clazz
Throwable e
public abstract byte getByte (java.lang.Object, long)
public abstract void putByte (java.lang.Object, long, byte)
public final int getInt (java.lang.Object, long)
Object target
long offset
public final void putInt (java.lang.Object, long, int)
Object target
long offset
int value
public final long getLong (java.lang.Object, long)
Object target
long offset
public final void putLong (java.lang.Object, long, long)
Object target
long offset
long value
public abstract boolean getBoolean (java.lang.Object, long)
public abstract void putBoolean (java.lang.Object, long, boolean)
public abstract float getFloat (java.lang.Object, long)
public abstract void putFloat (java.lang.Object, long, float)
public abstract double getDouble (java.lang.Object, long)
public abstract void putDouble (java.lang.Object, long, double)
public final java.lang.Object getObject (java.lang.Object, long)
Object target
long offset
public final void putObject (java.lang.Object, long, java.lang.Object)
Object target
long offset
Object value
public boolean supportsUnsafeByteBufferOperations ()
Class clazz
Throwable e
public abstract byte getByte (long)
public abstract void putByte (long, byte)
public abstract int getInt (long)
public abstract void putInt (long, int)
public abstract long getLong (long)
public abstract void putLong (long, long)
public abstract void copyMemory (long, byte[], long, long)
public abstract void copyMemory (byte[], long, long, long)
}
com/google/protobuf/UnsafeUtil.class
UnsafeUtil.java
package com.google.protobuf
final com.google.protobuf.UnsafeUtil extends java.lang.Object {
private static final sun.misc.Unsafe UNSAFE
private static final Class MEMORY_CLASS
private static final boolean IS_ANDROID_64
private static final boolean IS_ANDROID_32
private static final com.google.protobuf.UnsafeUtil$MemoryAccessor MEMORY_ACCESSOR
private static final boolean HAS_UNSAFE_BYTEBUFFER_OPERATIONS
private static final boolean HAS_UNSAFE_ARRAY_OPERATIONS
static final long BYTE_ARRAY_BASE_OFFSET
private static final long BOOLEAN_ARRAY_BASE_OFFSET
private static final long BOOLEAN_ARRAY_INDEX_SCALE
private static final long INT_ARRAY_BASE_OFFSET
private static final long INT_ARRAY_INDEX_SCALE
private static final long LONG_ARRAY_BASE_OFFSET
private static final long LONG_ARRAY_INDEX_SCALE
private static final long FLOAT_ARRAY_BASE_OFFSET
private static final long FLOAT_ARRAY_INDEX_SCALE
private static final long DOUBLE_ARRAY_BASE_OFFSET
private static final long DOUBLE_ARRAY_INDEX_SCALE
private static final long OBJECT_ARRAY_BASE_OFFSET
private static final long OBJECT_ARRAY_INDEX_SCALE
private static final long BUFFER_ADDRESS_OFFSET
private static final int STRIDE
private static final int STRIDE_ALIGNMENT_MASK
private static final int BYTE_ARRAY_ALIGNMENT
static final boolean IS_BIG_ENDIAN
private void <init> ()
static boolean hasUnsafeArrayOperations ()
static boolean hasUnsafeByteBufferOperations ()
static boolean isAndroid64 ()
static java.lang.Object allocateInstance (java.lang.Class)
InstantiationException e
Class clazz
static long objectFieldOffset (java.lang.reflect.Field)
java.lang.reflect.Field field
private static int arrayBaseOffset (java.lang.Class)
Class clazz
private static int arrayIndexScale (java.lang.Class)
Class clazz
static byte getByte (java.lang.Object, long)
Object target
long offset
static void putByte (java.lang.Object, long, byte)
Object target
long offset
byte value
static int getInt (java.lang.Object, long)
Object target
long offset
static void putInt (java.lang.Object, long, int)
Object target
long offset
int value
static long getLong (java.lang.Object, long)
Object target
long offset
static void putLong (java.lang.Object, long, long)
Object target
long offset
long value
static boolean getBoolean (java.lang.Object, long)
Object target
long offset
static void putBoolean (java.lang.Object, long, boolean)
Object target
long offset
boolean value
static float getFloat (java.lang.Object, long)
Object target
long offset
static void putFloat (java.lang.Object, long, float)
Object target
long offset
float value
static double getDouble (java.lang.Object, long)
Object target
long offset
static void putDouble (java.lang.Object, long, double)
Object target
long offset
double value
static java.lang.Object getObject (java.lang.Object, long)
Object target
long offset
static void putObject (java.lang.Object, long, java.lang.Object)
Object target
long offset
Object value
static byte getByte (byte[], long)
byte[] target
long index
static void putByte (byte[], long, byte)
byte[] target
long index
byte value
static int getInt (int[], long)
int[] target
long index
static void putInt (int[], long, int)
int[] target
long index
int value
static long getLong (long[], long)
long[] target
long index
static void putLong (long[], long, long)
long[] target
long index
long value
static boolean getBoolean (boolean[], long)
boolean[] target
long index
static void putBoolean (boolean[], long, boolean)
boolean[] target
long index
boolean value
static float getFloat (float[], long)
float[] target
long index
static void putFloat (float[], long, float)
float[] target
long index
float value
static double getDouble (double[], long)
double[] target
long index
static void putDouble (double[], long, double)
double[] target
long index
double value
static java.lang.Object getObject (java.lang.Object[], long)
Object[] target
long index
static void putObject (java.lang.Object[], long, java.lang.Object)
Object[] target
long index
Object value
static void copyMemory (byte[], long, long, long)
byte[] src
long srcIndex
long targetOffset
long length
static void copyMemory (long, byte[], long, long)
long srcOffset
byte[] target
long targetIndex
long length
static void copyMemory (byte[], long, byte[], long, long)
byte[] src
long srcIndex
byte[] target
long targetIndex
long length
static byte getByte (long)
long address
static void putByte (long, byte)
long address
byte value
static int getInt (long)
long address
static void putInt (long, int)
long address
int value
static long getLong (long)
long address
static void putLong (long, long)
long address
long value
static long addressOffset (java.nio.ByteBuffer)
java.nio.ByteBuffer buffer
static java.lang.Object getStaticObject (java.lang.reflect.Field)
java.lang.reflect.Field field
static sun.misc.Unsafe getUnsafe ()
sun.misc.Unsafe unsafe
private static com.google.protobuf.UnsafeUtil$MemoryAccessor getMemoryAccessor ()
private static boolean supportsUnsafeArrayOperations ()
private static boolean supportsUnsafeByteBufferOperations ()
static boolean determineAndroidSupportByAddressSize (java.lang.Class)
Class clazz
Throwable t
Class addressClass
private static java.lang.reflect.Field bufferAddressField ()
java.lang.reflect.Field field
java.lang.reflect.Field field
private static int firstDifferingByteIndexNativeEndian (long, long)
long left
long right
int n
static int mismatch (byte[], int, byte[], int, int)
long leftLongWord
long rightLongWord
int leftAlignment
int strideLength
byte[] left
int leftOff
byte[] right
int rightOff
int length
int index
private static long fieldOffset (java.lang.reflect.Field)
java.lang.reflect.Field field
private static java.lang.reflect.Field field (java.lang.Class, java.lang.String)
java.lang.reflect.Field field
Throwable t
Class clazz
String fieldName
java.lang.reflect.Field field
private static byte getByteBigEndian (java.lang.Object, long)
Object target
long offset
private static byte getByteLittleEndian (java.lang.Object, long)
Object target
long offset
private static void putByteBigEndian (java.lang.Object, long, byte)
Object target
long offset
byte value
int intValue
int shift
int output
private static void putByteLittleEndian (java.lang.Object, long, byte)
Object target
long offset
byte value
int intValue
int shift
int output
private static boolean getBooleanBigEndian (java.lang.Object, long)
Object target
long offset
private static boolean getBooleanLittleEndian (java.lang.Object, long)
Object target
long offset
private static void putBooleanBigEndian (java.lang.Object, long, boolean)
Object target
long offset
boolean value
private static void putBooleanLittleEndian (java.lang.Object, long, boolean)
Object target
long offset
boolean value
private static void logMissingMethod (java.lang.Throwable)
Throwable e
static synthetic void access$000 (java.lang.Throwable)
Throwable x0
static synthetic java.lang.reflect.Field access$100 ()
static synthetic byte access$200 (java.lang.Object, long)
Object x0
long x1
static synthetic byte access$300 (java.lang.Object, long)
Object x0
long x1
static synthetic void access$400 (java.lang.Object, long, byte)
Object x0
long x1
byte x2
static synthetic void access$500 (java.lang.Object, long, byte)
Object x0
long x1
byte x2
static synthetic boolean access$600 (java.lang.Object, long)
Object x0
long x1
static synthetic boolean access$700 (java.lang.Object, long)
Object x0
long x1
static synthetic void access$800 (java.lang.Object, long, boolean)
Object x0
long x1
boolean x2
static synthetic void access$900 (java.lang.Object, long, boolean)
Object x0
long x1
boolean x2
static void <clinit> ()
}
com/google/protobuf/Utf8$DecodeUtil.class
Utf8.java
package com.google.protobuf
com.google.protobuf.Utf8$DecodeUtil extends java.lang.Object {
private void <init> ()
private static boolean isOneByte (byte)
byte b
private static boolean isTwoBytes (byte)
byte b
private static boolean isThreeBytes (byte)
byte b
private static void handleOneByte (byte, char[], int)
byte byte1
char[] resultArr
int resultPos
private static void handleTwoBytes (byte, byte, char[], int) throws com.google.protobuf.InvalidProtocolBufferException
byte byte1
byte byte2
char[] resultArr
int resultPos
private static void handleThreeBytes (byte, byte, byte, char[], int) throws com.google.protobuf.InvalidProtocolBufferException
byte byte1
byte byte2
byte byte3
char[] resultArr
int resultPos
private static void handleFourBytes (byte, byte, byte, byte, char[], int) throws com.google.protobuf.InvalidProtocolBufferException
byte byte1
byte byte2
byte byte3
byte byte4
char[] resultArr
int resultPos
int codepoint
private static boolean isNotTrailingByte (byte)
byte b
private static int trailingByteValue (byte)
byte b
private static char highSurrogate (int)
int codePoint
private static char lowSurrogate (int)
int codePoint
static synthetic boolean access$400 (byte)
byte x0
static synthetic void access$500 (byte, char[], int)
byte x0
char[] x1
int x2
static synthetic boolean access$600 (byte)
byte x0
static synthetic void access$700 (byte, byte, char[], int) throws com.google.protobuf.InvalidProtocolBufferException
byte x0
byte x1
char[] x2
int x3
static synthetic boolean access$800 (byte)
byte x0
static synthetic void access$900 (byte, byte, byte, char[], int) throws com.google.protobuf.InvalidProtocolBufferException
byte x0
byte x1
byte x2
char[] x3
int x4
static synthetic void access$1000 (byte, byte, byte, byte, char[], int) throws com.google.protobuf.InvalidProtocolBufferException
byte x0
byte x1
byte x2
byte x3
char[] x4
int x5
}
com/google/protobuf/Utf8$Processor.class
Utf8.java
package com.google.protobuf
abstract com.google.protobuf.Utf8$Processor extends java.lang.Object {
void <init> ()
final boolean isValidUtf8 (byte[], int, int)
byte[] bytes
int index
int limit
abstract int partialIsValidUtf8 (int, byte[], int, int)
final boolean isValidUtf8 (java.nio.ByteBuffer, int, int)
java.nio.ByteBuffer buffer
int index
int limit
final int partialIsValidUtf8 (int, java.nio.ByteBuffer, int, int)
int offset
int state
java.nio.ByteBuffer buffer
int index
int limit
abstract int partialIsValidUtf8Direct (int, java.nio.ByteBuffer, int, int)
final int partialIsValidUtf8Default (int, java.nio.ByteBuffer, int, int)
byte byte2
byte byte2
byte byte3
byte byte1
int state
java.nio.ByteBuffer buffer
int index
int limit
private static int partialIsValidUtf8 (java.nio.ByteBuffer, int, int)
byte byte2
int byte2
int byte1
java.nio.ByteBuffer buffer
int index
int limit
abstract java.lang.String decodeUtf8 (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException
final java.lang.String decodeUtf8 (java.nio.ByteBuffer, int, int) throws com.google.protobuf.InvalidProtocolBufferException
int offset
java.nio.ByteBuffer buffer
int index
int size
abstract java.lang.String decodeUtf8Direct (java.nio.ByteBuffer, int, int) throws com.google.protobuf.InvalidProtocolBufferException
final java.lang.String decodeUtf8Default (java.nio.ByteBuffer, int, int) throws com.google.protobuf.InvalidProtocolBufferException
byte b
byte b
byte byte1
java.nio.ByteBuffer buffer
int index
int size
int offset
int limit
char[] resultArr
int resultPos
abstract int encodeUtf8 (java.lang.CharSequence, byte[], int, int)
final void encodeUtf8 (java.lang.CharSequence, java.nio.ByteBuffer)
int offset
int endIndex
CharSequence in
java.nio.ByteBuffer out
abstract void encodeUtf8Direct (java.lang.CharSequence, java.nio.ByteBuffer)
final void encodeUtf8Default (java.lang.CharSequence, java.nio.ByteBuffer)
char c
char low
char low
int codePoint
char c
int badWriteIndex
IndexOutOfBoundsException e
CharSequence in
java.nio.ByteBuffer out
int inLength
int outIx
int inIx
}
com/google/protobuf/Utf8$SafeProcessor.class
Utf8.java
package com.google.protobuf
final com.google.protobuf.Utf8$SafeProcessor extends com.google.protobuf.Utf8$Processor {
void <init> ()
int partialIsValidUtf8 (int, byte[], int, int)
int byte2
int byte2
int byte3
int byte1
int state
byte[] bytes
int index
int limit
int partialIsValidUtf8Direct (int, java.nio.ByteBuffer, int, int)
int state
java.nio.ByteBuffer buffer
int index
int limit
java.lang.String decodeUtf8 (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException
byte b
byte b
byte byte1
byte[] bytes
int index
int size
int offset
int limit
char[] resultArr
int resultPos
java.lang.String decodeUtf8Direct (java.nio.ByteBuffer, int, int) throws com.google.protobuf.InvalidProtocolBufferException
java.nio.ByteBuffer buffer
int index
int size
int encodeUtf8 (java.lang.CharSequence, byte[], int, int)
char c
char low
char low
int codePoint
char c
CharSequence in
byte[] out
int offset
int length
int utf16Length
int j
int i
int limit
void encodeUtf8Direct (java.lang.CharSequence, java.nio.ByteBuffer)
CharSequence in
java.nio.ByteBuffer out
private static int partialIsValidUtf8 (byte[], int, int)
byte[] bytes
int index
int limit
private static int partialIsValidUtf8NonAscii (byte[], int, int)
int byte2
int byte1
int byte2
byte[] bytes
int index
int limit
}
com/google/protobuf/Utf8$UnpairedSurrogateException.class
Utf8.java
package com.google.protobuf
com.google.protobuf.Utf8$UnpairedSurrogateException extends java.lang.IllegalArgumentException {
void <init> (int, int)
int index
int length
}
com/google/protobuf/Utf8$UnsafeProcessor.class
Utf8.java
package com.google.protobuf
final com.google.protobuf.Utf8$UnsafeProcessor extends com.google.protobuf.Utf8$Processor {
void <init> ()
static boolean isAvailable ()
int partialIsValidUtf8 (int, byte[], int, int)
int byte2
int byte2
int byte3
int byte1
int state
byte[] bytes
int index
int limit
long offset
long offsetLimit
int partialIsValidUtf8Direct (int, java.nio.ByteBuffer, int, int)
int byte2
int byte2
int byte3
int byte1
int state
java.nio.ByteBuffer buffer
int index
int limit
long address
long addressLimit
java.lang.String decodeUtf8 (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException
byte[] bytes
int index
int size
String s
java.lang.String decodeUtf8Direct (java.nio.ByteBuffer, int, int) throws com.google.protobuf.InvalidProtocolBufferException
byte b
byte b
byte byte1
java.nio.ByteBuffer buffer
int index
int size
long address
long addressLimit
char[] resultArr
int resultPos
int encodeUtf8 (java.lang.CharSequence, byte[], int, int)
char c
char low
char low
int codePoint
char c
CharSequence in
byte[] out
int offset
int length
long outIx
long outLimit
int inLimit
int inIx
void encodeUtf8Direct (java.lang.CharSequence, java.nio.ByteBuffer)
char c
char low
char low
int codePoint
char c
CharSequence in
java.nio.ByteBuffer out
long address
long outIx
long outLimit
int inLimit
int inIx
private static int unsafeEstimateConsecutiveAscii (byte[], long, int)
byte[] bytes
long offset
int maxChars
int unaligned
int i
private static int unsafeEstimateConsecutiveAscii (long, int)
int j
long address
int maxChars
int remaining
int unaligned
private static int partialIsValidUtf8 (byte[], long, int)
int byte2
int byte2
int byte1
byte[] bytes
long offset
int remaining
int skipped
private static int partialIsValidUtf8 (long, int)
byte byte2
byte byte2
int byte1
long address
int remaining
int skipped
private static int unsafeIncompleteStateFor (byte[], int, long, int)
byte[] bytes
int byte1
long offset
int remaining
private static int unsafeIncompleteStateFor (long, int, int)
long address
int byte1
int remaining
}
com/google/protobuf/Utf8.class
Utf8.java
package com.google.protobuf
final com.google.protobuf.Utf8 extends java.lang.Object {
private static final com.google.protobuf.Utf8$Processor processor
private static final long ASCII_MASK_LONG
static final int MAX_BYTES_PER_CHAR
static final int COMPLETE
static final int MALFORMED
private static final int UNSAFE_COUNT_ASCII_THRESHOLD
static boolean isValidUtf8 (byte[])
byte[] bytes
static boolean isValidUtf8 (byte[], int, int)
byte[] bytes
int index
int limit
static int partialIsValidUtf8 (int, byte[], int, int)
int state
byte[] bytes
int index
int limit
private static int incompleteStateFor (int)
int byte1
private static int incompleteStateFor (int, int)
int byte1
int byte2
private static int incompleteStateFor (int, int, int)
int byte1
int byte2
int byte3
private static int incompleteStateFor (byte[], int, int)
byte[] bytes
int index
int limit
int byte1
private static int incompleteStateFor (java.nio.ByteBuffer, int, int, int)
java.nio.ByteBuffer buffer
int byte1
int index
int remaining
static int encodedLength (java.lang.CharSequence)
char c
CharSequence sequence
int utf16Length
int utf8Length
int i
private static int encodedLengthGeneral (java.lang.CharSequence, int)
int cp
char c
int i
CharSequence sequence
int start
int utf16Length
int utf8Length
static int encode (java.lang.CharSequence, byte[], int, int)
CharSequence in
byte[] out
int offset
int length
static boolean isValidUtf8 (java.nio.ByteBuffer)
java.nio.ByteBuffer buffer
static int partialIsValidUtf8 (int, java.nio.ByteBuffer, int, int)
int state
java.nio.ByteBuffer buffer
int index
int limit
static java.lang.String decodeUtf8 (java.nio.ByteBuffer, int, int) throws com.google.protobuf.InvalidProtocolBufferException
java.nio.ByteBuffer buffer
int index
int size
static java.lang.String decodeUtf8 (byte[], int, int) throws com.google.protobuf.InvalidProtocolBufferException
byte[] bytes
int index
int size
static void encodeUtf8 (java.lang.CharSequence, java.nio.ByteBuffer)
CharSequence in
java.nio.ByteBuffer out
private static int estimateConsecutiveAscii (java.nio.ByteBuffer, int, int)
java.nio.ByteBuffer buffer
int index
int limit
int i
int lim
private void <init> ()
static synthetic int access$000 (int, int)
int x0
int x1
static synthetic int access$100 (int, int, int)
int x0
int x1
int x2
static synthetic int access$200 (java.nio.ByteBuffer, int, int)
java.nio.ByteBuffer x0
int x1
int x2
static synthetic int access$300 (java.nio.ByteBuffer, int, int, int)
java.nio.ByteBuffer x0
int x1
int x2
int x3
static synthetic int access$1100 (byte[], int, int)
byte[] x0
int x1
int x2
static synthetic int access$1200 (int)
int x0
static void <clinit> ()
}
com/google/protobuf/WireFormat$1.class
WireFormat.java
package com.google.protobuf
synthetic com.google.protobuf.WireFormat$1 extends java.lang.Object {
}
com/google/protobuf/WireFormat$FieldType$1.class
WireFormat.java
package com.google.protobuf
final enum com.google.protobuf.WireFormat$FieldType$1 extends com.google.protobuf.WireFormat$FieldType {
void <init> (java.lang.String, int, com.google.protobuf.WireFormat$JavaType, int)
com.google.protobuf.WireFormat$JavaType javaType
int wireType
public boolean isPackable ()
}
com/google/protobuf/WireFormat$FieldType$2.class
WireFormat.java
package com.google.protobuf
final enum com.google.protobuf.WireFormat$FieldType$2 extends com.google.protobuf.WireFormat$FieldType {
void <init> (java.lang.String, int, com.google.protobuf.WireFormat$JavaType, int)
com.google.protobuf.WireFormat$JavaType javaType
int wireType
public boolean isPackable ()
}
com/google/protobuf/WireFormat$FieldType$3.class
WireFormat.java
package com.google.protobuf
final enum com.google.protobuf.WireFormat$FieldType$3 extends com.google.protobuf.WireFormat$FieldType {
void <init> (java.lang.String, int, com.google.protobuf.WireFormat$JavaType, int)
com.google.protobuf.WireFormat$JavaType javaType
int wireType
public boolean isPackable ()
}
com/google/protobuf/WireFormat$FieldType$4.class
WireFormat.java
package com.google.protobuf
final enum com.google.protobuf.WireFormat$FieldType$4 extends com.google.protobuf.WireFormat$FieldType {
void <init> (java.lang.String, int, com.google.protobuf.WireFormat$JavaType, int)
com.google.protobuf.WireFormat$JavaType javaType
int wireType
public boolean isPackable ()
}
com/google/protobuf/WireFormat$FieldType.class
WireFormat.java
package com.google.protobuf
public enum com.google.protobuf.WireFormat$FieldType extends java.lang.Enum {
public static final enum com.google.protobuf.WireFormat$FieldType DOUBLE
public static final enum com.google.protobuf.WireFormat$FieldType FLOAT
public static final enum com.google.protobuf.WireFormat$FieldType INT64
public static final enum com.google.protobuf.WireFormat$FieldType UINT64
public static final enum com.google.protobuf.WireFormat$FieldType INT32
public static final enum com.google.protobuf.WireFormat$FieldType FIXED64
public static final enum com.google.protobuf.WireFormat$FieldType FIXED32
public static final enum com.google.protobuf.WireFormat$FieldType BOOL
public static final enum com.google.protobuf.WireFormat$FieldType STRING
public static final enum com.google.protobuf.WireFormat$FieldType GROUP
public static final enum com.google.protobuf.WireFormat$FieldType MESSAGE
public static final enum com.google.protobuf.WireFormat$FieldType BYTES
public static final enum com.google.protobuf.WireFormat$FieldType UINT32
public static final enum com.google.protobuf.WireFormat$FieldType ENUM
public static final enum com.google.protobuf.WireFormat$FieldType SFIXED32
public static final enum com.google.protobuf.WireFormat$FieldType SFIXED64
public static final enum com.google.protobuf.WireFormat$FieldType SINT32
public static final enum com.google.protobuf.WireFormat$FieldType SINT64
private final com.google.protobuf.WireFormat$JavaType javaType
private final int wireType
private static final synthetic com.google.protobuf.WireFormat$FieldType[] $VALUES
public static com.google.protobuf.WireFormat$FieldType[] values ()
public static com.google.protobuf.WireFormat$FieldType valueOf (java.lang.String)
String name
private void <init> (java.lang.String, int, com.google.protobuf.WireFormat$JavaType, int)
com.google.protobuf.WireFormat$JavaType javaType
int wireType
public com.google.protobuf.WireFormat$JavaType getJavaType ()
public int getWireType ()
public boolean isPackable ()
private static synthetic com.google.protobuf.WireFormat$FieldType[] $values ()
synthetic void <init> (java.lang.String, int, com.google.protobuf.WireFormat$JavaType, int, com.google.protobuf.WireFormat$1)
String x0
int x1
com.google.protobuf.WireFormat$JavaType x2
int x3
com.google.protobuf.WireFormat$1 x4
static void <clinit> ()
}
com/google/protobuf/WireFormat$JavaType.class
WireFormat.java
package com.google.protobuf
public final enum com.google.protobuf.WireFormat$JavaType extends java.lang.Enum {
public static final enum com.google.protobuf.WireFormat$JavaType INT
public static final enum com.google.protobuf.WireFormat$JavaType LONG
public static final enum com.google.protobuf.WireFormat$JavaType FLOAT
public static final enum com.google.protobuf.WireFormat$JavaType DOUBLE
public static final enum com.google.protobuf.WireFormat$JavaType BOOLEAN
public static final enum com.google.protobuf.WireFormat$JavaType STRING
public static final enum com.google.protobuf.WireFormat$JavaType BYTE_STRING
public static final enum com.google.protobuf.WireFormat$JavaType ENUM
public static final enum com.google.protobuf.WireFormat$JavaType MESSAGE
private final Object defaultDefault
private static final synthetic com.google.protobuf.WireFormat$JavaType[] $VALUES
public static com.google.protobuf.WireFormat$JavaType[] values ()
public static com.google.protobuf.WireFormat$JavaType valueOf (java.lang.String)
String name
private void <init> (java.lang.String, int, java.lang.Object)
Object defaultDefault
java.lang.Object getDefaultDefault ()
private static synthetic com.google.protobuf.WireFormat$JavaType[] $values ()
static void <clinit> ()
}
com/google/protobuf/WireFormat$Utf8Validation$1.class
WireFormat.java
package com.google.protobuf
final enum com.google.protobuf.WireFormat$Utf8Validation$1 extends com.google.protobuf.WireFormat$Utf8Validation {
void <init> (java.lang.String, int)
java.lang.Object readString (com.google.protobuf.CodedInputStream) throws java.io.IOException
com.google.protobuf.CodedInputStream input
}
com/google/protobuf/WireFormat$Utf8Validation$2.class
WireFormat.java
package com.google.protobuf
final enum com.google.protobuf.WireFormat$Utf8Validation$2 extends com.google.protobuf.WireFormat$Utf8Validation {
void <init> (java.lang.String, int)
java.lang.Object readString (com.google.protobuf.CodedInputStream) throws java.io.IOException
com.google.protobuf.CodedInputStream input
}
com/google/protobuf/WireFormat$Utf8Validation$3.class
WireFormat.java
package com.google.protobuf
final enum com.google.protobuf.WireFormat$Utf8Validation$3 extends com.google.protobuf.WireFormat$Utf8Validation {
void <init> (java.lang.String, int)
java.lang.Object readString (com.google.protobuf.CodedInputStream) throws java.io.IOException
com.google.protobuf.CodedInputStream input
}
com/google/protobuf/WireFormat$Utf8Validation.class
WireFormat.java
package com.google.protobuf
abstract enum com.google.protobuf.WireFormat$Utf8Validation extends java.lang.Enum {
public static final enum com.google.protobuf.WireFormat$Utf8Validation LOOSE
public static final enum com.google.protobuf.WireFormat$Utf8Validation STRICT
public static final enum com.google.protobuf.WireFormat$Utf8Validation LAZY
private static final synthetic com.google.protobuf.WireFormat$Utf8Validation[] $VALUES
public static com.google.protobuf.WireFormat$Utf8Validation[] values ()
public static com.google.protobuf.WireFormat$Utf8Validation valueOf (java.lang.String)
String name
private void <init> (java.lang.String, int)
abstract java.lang.Object readString (com.google.protobuf.CodedInputStream) throws java.io.IOException
private static synthetic com.google.protobuf.WireFormat$Utf8Validation[] $values ()
synthetic void <init> (java.lang.String, int, com.google.protobuf.WireFormat$1)
String x0
int x1
com.google.protobuf.WireFormat$1 x2
static void <clinit> ()
}
com/google/protobuf/WireFormat.class
WireFormat.java
package com.google.protobuf
public final com.google.protobuf.WireFormat extends java.lang.Object {
static final int FIXED32_SIZE
static final int FIXED64_SIZE
static final int MAX_VARINT32_SIZE
static final int MAX_VARINT64_SIZE
static final int MAX_VARINT_SIZE
public static final int WIRETYPE_VARINT
public static final int WIRETYPE_FIXED64
public static final int WIRETYPE_LENGTH_DELIMITED
public static final int WIRETYPE_START_GROUP
public static final int WIRETYPE_END_GROUP
public static final int WIRETYPE_FIXED32
static final int TAG_TYPE_BITS
static final int TAG_TYPE_MASK
static final int MESSAGE_SET_ITEM
static final int MESSAGE_SET_TYPE_ID
static final int MESSAGE_SET_MESSAGE
static final int MESSAGE_SET_ITEM_TAG
static final int MESSAGE_SET_ITEM_END_TAG
static final int MESSAGE_SET_TYPE_ID_TAG
static final int MESSAGE_SET_MESSAGE_TAG
private void <init> ()
public static int getTagWireType (int)
int tag
public static int getTagFieldNumber (int)
int tag
static int makeTag (int, int)
int fieldNumber
int wireType
static java.lang.Object readPrimitiveField (com.google.protobuf.CodedInputStream, com.google.protobuf.WireFormat$FieldType, com.google.protobuf.WireFormat$Utf8Validation) throws java.io.IOException
com.google.protobuf.CodedInputStream input
com.google.protobuf.WireFormat$FieldType type
com.google.protobuf.WireFormat$Utf8Validation utf8Validation
static void <clinit> ()
}
com/google/protobuf/Writer$FieldOrder.class
Writer.java
package com.google.protobuf
public final enum com.google.protobuf.Writer$FieldOrder extends java.lang.Enum {
public static final enum com.google.protobuf.Writer$FieldOrder ASCENDING
public static final enum com.google.protobuf.Writer$FieldOrder DESCENDING
private static final synthetic com.google.protobuf.Writer$FieldOrder[] $VALUES
public static com.google.protobuf.Writer$FieldOrder[] values ()
public static com.google.protobuf.Writer$FieldOrder valueOf (java.lang.String)
String name
private void <init> (java.lang.String, int)
private static synthetic com.google.protobuf.Writer$FieldOrder[] $values ()
static void <clinit> ()
}
com/google/protobuf/Writer.class
Writer.java
package com.google.protobuf
abstract com.google.protobuf.Writer extends java.lang.Object {
public abstract com.google.protobuf.Writer$FieldOrder fieldOrder ()
public abstract void writeSFixed32 (int, int) throws java.io.IOException
public abstract void writeInt64 (int, long) throws java.io.IOException
public abstract void writeSFixed64 (int, long) throws java.io.IOException
public abstract void writeFloat (int, float) throws java.io.IOException
public abstract void writeDouble (int, double) throws java.io.IOException
public abstract void writeEnum (int, int) throws java.io.IOException
public abstract void writeUInt64 (int, long) throws java.io.IOException
public abstract void writeInt32 (int, int) throws java.io.IOException
public abstract void writeFixed64 (int, long) throws java.io.IOException
public abstract void writeFixed32 (int, int) throws java.io.IOException
public abstract void writeBool (int, boolean) throws java.io.IOException
public abstract void writeString (int, java.lang.String) throws java.io.IOException
public abstract void writeBytes (int, com.google.protobuf.ByteString) throws java.io.IOException
public abstract void writeUInt32 (int, int) throws java.io.IOException
public abstract void writeSInt32 (int, int) throws java.io.IOException
public abstract void writeSInt64 (int, long) throws java.io.IOException
public abstract void writeMessage (int, java.lang.Object) throws java.io.IOException
public abstract void writeMessage (int, java.lang.Object, com.google.protobuf.Schema) throws java.io.IOException
public abstract void writeGroup (int, java.lang.Object) throws java.io.IOException
public abstract void writeGroup (int, java.lang.Object, com.google.protobuf.Schema) throws java.io.IOException
public abstract void writeStartGroup (int) throws java.io.IOException
public abstract void writeEndGroup (int) throws java.io.IOException
public abstract void writeInt32List (int, java.util.List, boolean) throws java.io.IOException
public abstract void writeFixed32List (int, java.util.List, boolean) throws java.io.IOException
public abstract void writeInt64List (int, java.util.List, boolean) throws java.io.IOException
public abstract void writeUInt64List (int, java.util.List, boolean) throws java.io.IOException
public abstract void writeFixed64List (int, java.util.List, boolean) throws java.io.IOException
public abstract void writeFloatList (int, java.util.List, boolean) throws java.io.IOException
public abstract void writeDoubleList (int, java.util.List, boolean) throws java.io.IOException
public abstract void writeEnumList (int, java.util.List, boolean) throws java.io.IOException
public abstract void writeBoolList (int, java.util.List, boolean) throws java.io.IOException
public abstract void writeStringList (int, java.util.List) throws java.io.IOException
public abstract void writeBytesList (int, java.util.List) throws java.io.IOException
public abstract void writeUInt32List (int, java.util.List, boolean) throws java.io.IOException
public abstract void writeSFixed32List (int, java.util.List, boolean) throws java.io.IOException
public abstract void writeSFixed64List (int, java.util.List, boolean) throws java.io.IOException
public abstract void writeSInt32List (int, java.util.List, boolean) throws java.io.IOException
public abstract void writeSInt64List (int, java.util.List, boolean) throws java.io.IOException
public abstract void writeMessageList (int, java.util.List) throws java.io.IOException
public abstract void writeMessageList (int, java.util.List, com.google.protobuf.Schema) throws java.io.IOException
public abstract void writeGroupList (int, java.util.List) throws java.io.IOException
public abstract void writeGroupList (int, java.util.List, com.google.protobuf.Schema) throws java.io.IOException
public abstract void writeMessageSetItem (int, java.lang.Object) throws java.io.IOException
public abstract void writeMap (int, com.google.protobuf.MapEntryLite$Metadata, java.util.Map) throws java.io.IOException
}