Searched refs:tempBody (Results 1 – 5 of 5) sorted by relevance
330 BinaryTempFileBody tempBody = new BinaryTempFileBody(); in decodeBody() local331 OutputStream out = tempBody.getOutputStream(); in decodeBody()341 return tempBody; in decodeBody()
346 BinaryTempFileBody tempBody = new BinaryTempFileBody(); in decodeBody() local347 OutputStream out = tempBody.getOutputStream(); in decodeBody()357 return tempBody; in decodeBody()
438 BinaryTempFileBody tempBody = new BinaryTempFileBody(); in decodeBody() local439 OutputStream out = tempBody.getOutputStream(); in decodeBody()454 return tempBody; in decodeBody()
857 byte[] tempBody = new byte[maxSize + 1]; in readPduFromContentUri()858 int bytesRead = inStream.read(tempBody, 0, maxSize + 1); in readPduFromContentUri()864 return Arrays.copyOf(tempBody, bytesRead); in readPduFromContentUri()
802 BinaryTempFileBody tempBody = new BinaryTempFileBody(); in decodeBody() local803 OutputStream out = tempBody.getOutputStream(); in decodeBody()826 return tempBody; in decodeBody()