| Package | Description |
|---|---|
| net.openhft.chronicle.core.io |
The resource management package provides classes and interfaces for managing the lifecycle of
resources such as files, streams, and memory buffers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCloseable
An abstract class that represents a closeable resource with additional utilities for managing the resource lifecycle.
|
class |
AbstractCloseableReferenceCounted
Represents a closeable resource with reference counting capabilities.
|
class |
SimpleCloseable
An abstract class providing a basic implementation of the
Closeable, ReferenceOwner, and ManagedCloseable interfaces. |
class |
UnsafeCloseable
An abstract base class for resources that use the
Unsafe class for low-level memory operations. |
Copyright © 2024. All rights reserved.