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; }
public CurlyFilePath(String path) { super(path, Curly.parseVersionNumber(new File(path).getName())); }