67686970717273
throws IOException { if (! getCurPath().mkdirs()) { throw new IOException("Unable to create dirs for: " + this.path); } return new ImmutableOutputStream(path.toString()); }