Home
last modified time | relevance | path

Searched refs:filecontent (Results 1 – 1 of 1) sorted by relevance

/unit/test/java/multipart/
H A Dapp.java44 InputStream filecontent = null; in doPost() local
50 filecontent = filePart.getInputStream(); in doPost()
55 while ((read = filecontent.read(bytes)) != -1) { in doPost()
70 if (filecontent != null) { in doPost()
71 filecontent.close(); in doPost()