Package | Description |
---|---|
io.vertx.rxjava.core.file |
Modifier and Type | Method and Description |
---|---|
FileSystemProps |
FileSystem.fsPropsBlocking(String path)
Blocking version of
FileSystem |
static FileSystemProps |
FileSystemProps.newInstance(FileSystemProps arg) |
Modifier and Type | Method and Description |
---|---|
rx.Observable<FileSystemProps> |
FileSystem.fsPropsObservable(String path)
Returns properties of the file-system being used by the specified
path , asynchronously. |
Modifier and Type | Method and Description |
---|---|
FileSystem |
FileSystem.fsProps(String path,
Handler<AsyncResult<FileSystemProps>> handler)
Returns properties of the file-system being used by the specified
path , asynchronously. |
Copyright © 2015. All Rights Reserved.