Subversion Repository Public Repository

litesoft

Diff Revisions 150 vs 151 for /trunk/Java/core/Server/src/org/litesoft/filesinksource/FileSink.java

Diff revisions: vs.
  @@ -7,8 +7,11 @@
7 7 {
8 8 /**
9 9 * Record from Client Multipart content InputStream to a 'store' returning the Opaque Handle
10 + *
10 11 * @param pInputStream !null & we will close!
12 + *
11 13 * @return Opaque Hanle to underlying store
14 + *
12 15 * @throws IOException - can't write or already exists...
13 16 */
14 17 String put( InputStream pInputStream )