Uses of Class
net.bytebuddy.utility.FileSystem
-
Packages that use FileSystem Package Description net.bytebuddy.utility This package contains utility classes for common use within any Byte Buddy logic. -
-
Uses of FileSystem in net.bytebuddy.utility
Subclasses of FileSystem in net.bytebuddy.utility Modifier and Type Class Description protected static class
FileSystem.ForLegacyVm
A file system representation for a VM that does not support NIO2.protected static class
FileSystem.ForNio2CapableVm
A file system representation for a VM that does support NIO2.Methods in net.bytebuddy.utility that return FileSystem Modifier and Type Method Description static FileSystem
FileSystem. getInstance()
Returns theFileSystem
instance to use.
-