|
NIO2 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SecureDirectoryStream | |
---|---|
org.classpath.icedtea.java.nio.file | Define interfaces and classes for the Java virtual machine to access files, file attributes, and file systems. |
Uses of SecureDirectoryStream in org.classpath.icedtea.java.nio.file |
---|
Methods in org.classpath.icedtea.java.nio.file that return SecureDirectoryStream | |
---|---|
abstract SecureDirectoryStream |
SecureDirectoryStream.newDirectoryStream(Path path,
boolean followLinks,
DirectoryStream.Filter<? super Path> filter)
Opens the directory identified by the given path, returning a SecureDirectoryStream to iterate over the entries in the directory. |
Methods in org.classpath.icedtea.java.nio.file with parameters of type SecureDirectoryStream | |
---|---|
abstract void |
SecureDirectoryStream.move(Path srcpath,
SecureDirectoryStream targetdir,
Path targetpath)
Move a file from this directory to another directory. |
|
NIO2 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 2007, 2011, Oracle and/or its affiliates. All rights reserved.