public static interface ContentAddressedStorageClient.FileMaterializer
Modifier and Type | Method and Description |
---|---|
WritableByteChannel |
getOutputChannel(Path path,
boolean executable)
Get a writable channel to the file at the provided path, marking it executable if
appropriate.
|
void |
makeDirectories(Path dirRoot)
Make the directory and all parent directories.
|
WritableByteChannel getOutputChannel(Path path, boolean executable) throws IOException
IOException
void makeDirectories(Path dirRoot) throws IOException
IOException