| Package | Description |
|---|---|
| net.openhft.chronicle.core.io | |
| net.openhft.chronicle.core.util |
| Modifier and Type | Class and Description |
|---|---|
class |
ClosedIORuntimeException
ClosedIORuntimeException is thrown to indicate that an I/O operation has been
attempted on a closed I/O resource, such as a file or network connection. |
| Modifier and Type | Method and Description |
|---|---|
static IORuntimeException |
IORuntimeException.newIORuntimeException(Exception e)
Creates a new
IORuntimeException based on the provided exception. |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
IOTools.deleteDirWithFiles(@NotNull File dir)
Attempts to delete directories and their files.
|
static boolean |
IOTools.deleteDirWithFiles(@NotNull File dir,
int maxDepth)
Attempts to delete directories and their files.
|
static boolean |
IOTools.deleteDirWithFiles(String... dirs)
Deletes each supplied directory and its contents.
|
static boolean |
IOTools.deleteDirWithFiles(@NotNull String dir,
int maxDepth)
Attempts to delete the specified directory and its files recursively up to a
given depth.
|
static void |
IOTools.deleteDirWithFilesOrThrow(File... dirs)
Variant accepting
File objects. |
static void |
IOTools.deleteDirWithFilesOrThrow(String... dirs)
Removes the supplied directories and throws if any remain.
|
static boolean |
IOTools.shallowDeleteDirWithFiles(@NotNull File dir)
Attempts to delete a directory with its files.
|
static boolean |
IOTools.shallowDeleteDirWithFiles(@NotNull String directory)
Attempts to delete a directory with its files.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ThrowingBiConsumer.accept(I in,
J i2)
Performs this operation on the given arguments.
|
Copyright © 2026 Chronicle Software Ltd. All rights reserved.