/[projects]/android/PicturePosterService/src/dk/thoerup/pictureposterservice/PostServlet.java
ViewVC logotype

Diff of /android/PicturePosterService/src/dk/thoerup/pictureposterservice/PostServlet.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 602 by torben, Sun Feb 21 20:31:20 2010 UTC revision 603 by torben, Sun Feb 21 20:53:25 2010 UTC
# Line 92  public class PostServlet extends HttpSer Line 92  public class PostServlet extends HttpSer
92                                                                    
93                  FileOutputStream fo = new FileOutputStream(fileName);                  FileOutputStream fo = new FileOutputStream(fileName);
94                  fo.write(file);                  fo.write(file);
95                    fo.close();
96          }          }
97    
98  }  }

Legend:
Removed from v.602  
changed lines
  Added in v.603

  ViewVC Help
Powered by ViewVC 1.1.20