Public Member Functions | List of all members
com.google.protobuf.ByteString.SystemByteArrayCopier Class Reference
Inheritance diagram for com.google.protobuf.ByteString.SystemByteArrayCopier:
Inheritance graph
[legend]

Public Member Functions

byte[] copyFrom (byte[] bytes, int offset, int size)
 
byte[] copyFrom (byte[] bytes, int offset, int size)
 

Detailed Description

Implementation of

ByteArrayCopier

which uses System#arraycopy.

Definition at line 104 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ByteString.java.

Member Function Documentation

◆ copyFrom() [1/2]

byte [] com.google.protobuf.ByteString.SystemByteArrayCopier.copyFrom ( byte[]  bytes,
int  offset,
int  size 
)
inline

Copies the specified range of the specified array into a new array

Implements com.google.protobuf.ByteString.ByteArrayCopier.

Definition at line 106 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ByteString.java.

◆ copyFrom() [2/2]

byte [] com.google.protobuf.ByteString.SystemByteArrayCopier.copyFrom ( byte[]  bytes,
int  offset,
int  size 
)
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 protobuf/java/core/src/main/java/com/google/protobuf/ByteString.java.


The documentation for this class was generated from the following file:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:02