Exemplo n.º 1
0
 public CurlyReader(String partitionRoot, int recordFileReadBufferBytes, Reader keyfileReader)
     throws IOException {
   this.recordFile = new FileInputStream(Curly.getBases(partitionRoot).last()).getChannel();
   this.keyfile = keyfileReader;
   this.readBufferSize = recordFileReadBufferBytes;
 }
Exemplo n.º 2
0
 public CurlyFilePath(String path) {
   super(path, Curly.parseVersionNumber(new File(path).getName()));
 }