Package net.bytebuddy.utility
Class FileSystem.ForLegacyVm
java.lang.Object
net.bytebuddy.utility.FileSystem
net.bytebuddy.utility.FileSystem.ForLegacyVm
- Enclosing class:
FileSystem
A file system representation for a VM that does not support NIO2.
-
Nested Class Summary
Nested classes/interfaces inherited from class net.bytebuddy.utility.FileSystem
FileSystem.ForLegacyVm, FileSystem.ForNio2CapableVm -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.bytebuddy.utility.FileSystem
getInstance
-
Constructor Details
-
ForLegacyVm
protected ForLegacyVm()
-
-
Method Details
-
copy
Description copied from class:FileSystemCopies a file.- Specified by:
copyin classFileSystem- Parameters:
source- The source file.target- The target file.- Throws:
IOException- If an I/O exception occurs.
-
move
Description copied from class:FileSystemMoves a file.- Specified by:
movein classFileSystem- Parameters:
source- The source file.target- The target file.- Throws:
IOException- If an I/O exception occurs.
-