public interface CopyOption
Objects of this type may be used with the Files.copy(Path,Path,CopyOption...)
,
Files.copy(InputStream,Path,CopyOption...)
and Files.move(Path,Path,CopyOption...)
methods to configure how a file is
copied or moved.
The StandardCopyOption
enumeration type defines the
standard options.
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.