Home
last modified time | relevance | path

Searched refs:possibleWithoutResize (Results 1 – 1 of 1) sorted by relevance

/external/apache-commons-compress/src/main/java/org/apache/commons/compress/utils/
DSeekableInMemoryByteChannel.java137 int possibleWithoutResize = size - position; in write() local
138 if (wanted > possibleWithoutResize) { in write()