Public Member Functions | |
byte[] | copyFrom (byte[] bytes, int offset, int size) |
byte[] | copyFrom (byte[] bytes, int offset, int size) |
Implementation of
which uses Arrays#copyOfRange.
Definition at line 114 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ByteString.java.
|
inline |
Copies the specified range of the specified array into a new array
Implements com.google.protobuf.ByteString.ByteArrayCopier.
Definition at line 116 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ByteString.java.
|
inline |
Copies the specified range of the specified array into a new array
Implements com.google.protobuf.ByteString.ByteArrayCopier.
Definition at line 126 of file protobuf/java/core/src/main/java/com/google/protobuf/ByteString.java.