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:FileSystem
Copies a file.- Specified by:
copy
in classFileSystem
- Parameters:
source
- The source file.target
- The target file.- Throws:
IOException
- If an I/O exception occurs.
-
move
Description copied from class:FileSystem
Moves a file.- Specified by:
move
in classFileSystem
- Parameters:
source
- The source file.target
- The target file.- Throws:
IOException
- If an I/O exception occurs.
-