/[gzz]/gzz/lava/gzz/storm/impl/AbstractPool.java
ViewVC logotype

Diff of /gzz/lava/gzz/storm/impl/AbstractPool.java

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

revision 1.2 by benja, Sat Nov 16 02:16:13 2002 UTC revision 1.3 by benja, Sat Nov 16 04:38:04 2002 UTC
# Line 20  public abstract class AbstractPool imple Line 20  public abstract class AbstractPool imple
20          protected Header822 header;          protected Header822 header;
21          protected Block block;          protected Block block;
22    
23          protected AbstractBlockOutputStream(OutputStream os, Header822 header) {          /** Create a new AbstractBlockOutputStream object
24             *  and write the given header to it.
25             */
26            protected AbstractBlockOutputStream(OutputStream os, Header822 header)
27                throws IOException {
28              super(os);              super(os);
29              this.header = header;              this.header = header;
30    
31                header.writeTo(this);
32          }          }
33    
34          public Block getBlock() { return block; }          public Block getBlock() { return block; }

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