Searched refs:bytesTobeRead (Results 1 – 1 of 1) sorted by relevance
230 int bytesTobeRead = MmsConfig.getMaxMessageSize(); in httpConnection() local231 byte[] tempBody = new byte[bytesTobeRead]; in httpConnection()239 bytesRead = dis.read(tempBody, offset, bytesTobeRead); in httpConnection()247 bytesTobeRead -= bytesRead; in httpConnection()250 } while (bytesRead >= 0 && bytesTobeRead > 0); in httpConnection()