Package | Description |
---|---|
net.bytebuddy.utility |
This package contains utility classes for common use within any Byte Buddy logic.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
static FileSystem |
FileSystem.getInstance()
Returns the
FileSystem instance to use. |
Copyright © 2014–2024. All rights reserved.