HomeSort by relevance Sort by last modified time
    Searched full:thiscopy (Results 1 - 1 of 1) sorted by null

  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
CipherInputStream.java 65 int thiscopy = (len > avail) ? avail : len; local
67 System.arraycopy(input_buffer, input_buffer_pos, b, off, thiscopy);
68 input_buffer_pos += thiscopy;
70 return thiscopy;

Completed in 49 milliseconds