Searched refs:tempAttachmentFile (Results 1 – 1 of 1) sorted by relevance
210 final File tempAttachmentFile = File.createTempFile("testAttachmentRoundTrip", ".txt", in testAttachmentRoundTrip() local214 final OutputStream attOut = new FileOutputStream(tempAttachmentFile); in testAttachmentRoundTrip()220 size = tempAttachmentFile.length(); in testAttachmentRoundTrip()221 final InputStream attIn = new FileInputStream(tempAttachmentFile); in testAttachmentRoundTrip()225 if (!tempAttachmentFile.delete()) { in testAttachmentRoundTrip()