Home | History | Annotate | Download | only in pdu

Lines Matching full:readlen

1216         int readLen = pduDataStream.read(area, 0, length);
1217 if (readLen < length) { //The actually read length is lower than the length
1220 return readLen;