History log of /external/protobuf/javanano/src/main/java/com/google/protobuf/nano/CodedInputByteBufferNano.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
137226a921d0f50c9e8a9f3ae43a3459b48d18a1 08-May-2015 Jeff Davidson <jpd@google.com> Add a flag to use offset/length with byte arrays.

This is an advanced option that most users won't want/need. However,
it can greatly optimize flows where we want to reuse byte[] buffers
from other locations without having to first copy the contents into
a new array of the exact correct size.

Bug: 20636336
Change-Id: Ia8d0af82e952858f9571f84110da621da776619c
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/CodedInputByteBufferNano.java
b0575e93e4c39dec69365b850088a1eb7f82c5b3 04-Jun-2016 Tamas Berghammer <tberghammer@google.com> Update from protobuf v2.6.1 to protobuf 3.0.0-beta-3

This change just copies the upstream code into the repository without
fixing the Android.mk or fixing the possible cmpile errors. All of those
will be fixed with foloowup CLs.

Bug: b/28974522
Change-Id: I79fb3966dbef85915965692fa6ab14dc611ed9ea
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/CodedInputByteBufferNano.java