/[gzz]/gzz/lava/gzz/storm/BlockOutputStream.java
ViewVC logotype

Diff of /gzz/lava/gzz/storm/BlockOutputStream.java

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

revision 1.2 by benja, Thu Aug 29 17:50:37 2002 UTC revision 1.3 by benja, Sat Aug 31 14:01:29 2002 UTC
# Line 31  import java.io.*; Line 31  import java.io.*;
31   *  <code>getBlock()</code> and <code>getBlockId</code> methods.   *  <code>getBlock()</code> and <code>getBlockId</code> methods.
32   */   */
33  public abstract class BlockOutputStream extends FilterOutputStream {  public abstract class BlockOutputStream extends FilterOutputStream {
34      protected BlockOutputStream(OutputStream out, Header822 header) {      protected BlockOutputStream(OutputStream out) {
35          super(out);          super(out);
36      }      }
37    
# Line 41  public abstract class BlockOutputStream Line 41  public abstract class BlockOutputStream
41       *  retrieved from this stream through the <code>getBlock()</code>       *  retrieved from this stream through the <code>getBlock()</code>
42       *  and <code>getBlockId()</code> methods.       *  and <code>getBlockId()</code> methods.
43       */       */
44      public abstract void close() throws IOException;      public void close() throws IOException { super.close(); };
45    
46      /** Get the <code>Block</code> created by this stream.      /** Get the <code>Block</code> created by this stream.
47       *  This may only be called after the stream has been closed.       *  This may only be called after the stream has been closed.

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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