Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Package | Description |
---|---|
java.nio.file | Defines interfaces and classes for the Java virtual machine to access files, file attributes, and file systems. |
Uses of DirectoryStream in java.nio.file |
---|
Modifier and Type | Class and Description |
---|---|
class |
SecureDirectoryStream<T>
A DirectoryStream that defines operations on files that are located
relative to an open directory. |
Modifier and Type | Method and Description |
---|---|
abstract DirectoryStream<Path> |
Path.newDirectoryStream()
Opens the directory referenced by this object, returning a DirectoryStream to iterate over all entries in the directory. |
abstract DirectoryStream<Path> |
Path.newDirectoryStream(DirectoryStream.Filter<? super Path> filter)
Opens the directory referenced by this object, returning a DirectoryStream to iterate over the entries in the directory. |
abstract DirectoryStream<Path> |
Path.newDirectoryStream(String glob)
Opens the directory referenced by this object, returning a DirectoryStream to iterate over the entries in the directory. |
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.