public abstract class OpenHandle
extends java.lang.Object
implements java.io.Closeable
| Modifier and Type | Field and Description |
|---|---|
protected java.nio.file.Path |
path |
| Constructor and Description |
|---|
OpenHandle(java.nio.file.Path path) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
close() |
abstract boolean |
isRegularFile() |
Copyright © 2018. All rights reserved.