Searched refs:bufferedBytes (Results 1 – 1 of 1) sorted by relevance
1182 final int bufferedBytes = bufferSize - bufferPos; in readRawBytesSlowPath() local1190 int sizeLeft = size - bufferedBytes; in readRawBytesSlowPath()1198 System.arraycopy(buffer, originalBufferPos, bytes, 0, bufferedBytes); in readRawBytesSlowPath()1201 int pos = bufferedBytes; in readRawBytesSlowPath()1243 System.arraycopy(buffer, originalBufferPos, bytes, 0, bufferedBytes); in readRawBytesSlowPath()1246 int pos = bufferedBytes; in readRawBytesSlowPath()