Searched defs:bufOffset (Results 1 – 2 of 2) sorted by relevance
96 public abstract int read(byte[] buf, int bufOffset, int count); in read()740 public int read(byte[] buf, int bufOffset, int count) { in read()770 System.arraycopy(mMap.getDataPtr(), toIntExact(mOffset), buf, bufOffset, count); in read() local
333 int bufOffset = mHeader.myOffset(); in stringAt() local