This simple inner class holds the details for a read or write operation on one of the underlying {@link FileStorage}s.
207208209210211212213214215216217
actual.getParentFile().mkdirs(); files.add(new FileStorage(actual, offset, file.size)); offset += file.size; } this.bucket = new FileCollectionStorage(files, this.getSize()); this.random = new Random(System.currentTimeMillis()); this.stop = false; this.uploaded = 0;