asReadOnlyByteBuffer() | com.google.protobuf.ByteString | |
asReadOnlyByteBufferList() | com.google.protobuf.ByteString | |
byteAt(int index) | com.google.protobuf.ByteString | |
concat(ByteString other) | com.google.protobuf.ByteString | inline |
copyFrom(byte[] bytes, int offset, int size) | com.google.protobuf.ByteString | inlinestatic |
copyFrom(byte[] bytes) | com.google.protobuf.ByteString | inlinestatic |
copyFrom(ByteBuffer bytes, int size) | com.google.protobuf.ByteString | inlinestatic |
copyFrom(ByteBuffer bytes) | com.google.protobuf.ByteString | inlinestatic |
copyFrom(String text, String charsetName) | com.google.protobuf.ByteString | inlinestatic |
copyFrom(String text, Charset charset) | com.google.protobuf.ByteString | inlinestatic |
copyFrom(Iterable< ByteString > byteStrings) | com.google.protobuf.ByteString | inlinestatic |
copyFromUtf8(String text) | com.google.protobuf.ByteString | inlinestatic |
copyTo(byte[] target, int offset) | com.google.protobuf.ByteString | inline |
copyTo(byte[] target, int sourceOffset, int targetOffset, int numberToCopy) | com.google.protobuf.ByteString | inline |
copyTo(ByteBuffer target) | com.google.protobuf.ByteString | |
copyToInternal(byte[] target, int sourceOffset, int targetOffset, int numberToCopy) | com.google.protobuf.ByteString | protected |
EMPTY | com.google.protobuf.ByteString | static |
endsWith(ByteString suffix) | com.google.protobuf.ByteString | inline |
equals(Object o) | com.google.protobuf.ByteString | |
getTreeDepth() | com.google.protobuf.ByteString | protected |
hashCode() | com.google.protobuf.ByteString | inline |
isBalanced() | com.google.protobuf.ByteString | protected |
isEmpty() | com.google.protobuf.ByteString | inline |
isValidUtf8() | com.google.protobuf.ByteString | |
iterator() | com.google.protobuf.ByteString | inline |
newCodedInput() | com.google.protobuf.ByteString | |
newInput() | com.google.protobuf.ByteString | |
newOutput(int initialCapacity) | com.google.protobuf.ByteString | inlinestatic |
newOutput() | com.google.protobuf.ByteString | inlinestatic |
partialHash(int h, int offset, int length) | com.google.protobuf.ByteString | protected |
partialIsValidUtf8(int state, int offset, int length) | com.google.protobuf.ByteString | protected |
peekCachedHashCode() | com.google.protobuf.ByteString | inlineprotected |
readFrom(InputStream streamToDrain) | com.google.protobuf.ByteString | inlinestatic |
readFrom(InputStream streamToDrain, int chunkSize) | com.google.protobuf.ByteString | inlinestatic |
readFrom(InputStream streamToDrain, int minChunkSize, int maxChunkSize) | com.google.protobuf.ByteString | inlinestatic |
size() | com.google.protobuf.ByteString | |
startsWith(ByteString prefix) | com.google.protobuf.ByteString | inline |
substring(int beginIndex) | com.google.protobuf.ByteString | inline |
substring(int beginIndex, int endIndex) | com.google.protobuf.ByteString | |
toByteArray() | com.google.protobuf.ByteString | inline |
toString(String charsetName) | com.google.protobuf.ByteString | inline |
toString(Charset charset) | com.google.protobuf.ByteString | inline |
toString() | com.google.protobuf.ByteString | inline |
toStringInternal(Charset charset) | com.google.protobuf.ByteString | protected |
toStringUtf8() | com.google.protobuf.ByteString | inline |
writeTo(OutputStream out) | com.google.protobuf.ByteString | |