public interface FilePath extends Path
This interface represents a path which is a file.
Modifier and Type | Method and Description |
---|---|
InputStream |
openStream()
Opens a stream to the path represented by this path.
|
getAbsolutePath, getLastUpdate, getName, getParent
InputStream openStream() throws IOException
Opens a stream to the path represented by this path.
IOException
- if stream can't be openedCopyright © 2012-2015. All Rights Reserved.