/[storm]/storm/org/nongnu/storm/StormPool.java
ViewVC logotype

Diff of /storm/org/nongnu/storm/StormPool.java

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

revision 1.4 by benja, Mon Apr 7 20:07:38 2003 UTC revision 1.5 by benja, Mon Apr 21 21:07:41 2003 UTC
# Line 148  public interface StormPool { Line 148  public interface StormPool {
148      // CREATING NEW BLOCKS      // CREATING NEW BLOCKS
149    
150      /** Get an <code>OutputStream</code> for adding a new block to this pool.      /** Get an <code>OutputStream</code> for adding a new block to this pool.
151         *  @param contentType The content type of the new block.
152         *         Must already be URI-escaped: All non-URN characters
153         *         (except the first slash, as in image/jpeg) and significant
154         *         upper-case characters must be percent-escaped.
155         *         There must be no spaces in the contentType string.
156       *  @see BlockOutputStream       *  @see BlockOutputStream
157       */       */
158      BlockOutputStream getBlockOutputStream(String contentType) throws IOException;      BlockOutputStream getBlockOutputStream(String contentType) throws IOException;

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26