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

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

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

revision 1.9 by benja, Tue Apr 15 08:48:11 2003 UTC revision 1.10 by benja, Tue Apr 15 09:33:41 2003 UTC
# Line 120  public final class BlockId { Line 120  public final class BlockId {
120    
121          return new FilterInputStream(in) {          return new FilterInputStream(in) {
122                  public void close() throws IOException {                  public void close() throws IOException {
123                        /** Read all that hasn't been read yet.
124                         */
125                        while(read() > 0);
126    
127                      super.close();                      super.close();
128                      byte[] dig;                      byte[] dig;
129    

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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