Searched refs:strippedBytesLeft (Results 1 – 1 of 1) sorted by relevance
1615 int strippedBytesLeft = sampleStrippedBytes.bytesLeft(); in writeToOutput() local1616 if (strippedBytesLeft > 0) { in writeToOutput()1617 bytesWritten = Math.min(length, strippedBytesLeft); in writeToOutput()