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

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

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

revision 1.5 by benja, Thu Nov 14 20:43:05 2002 UTC revision 1.6 by benja, Thu Nov 14 21:25:06 2002 UTC
# Line 120  public class DirPool implements StormPoo Line 120  public class DirPool implements StormPoo
120          os.write(bytes);          os.write(bytes);
121          os.close();          os.close();
122      }      }
123      public void delete(Block b) {}      public void delete(Block b) throws IOException {
124            getFile(b.getId()).delete();
125        }
126      public Set getIds() {      public Set getIds() {
127          HashSet ids = new HashSet();          HashSet ids = new HashSet();
128          String[] list = dir.list();          String[] list = dir.list();

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

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