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