| 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 |
AbstractReferenceCounted
Abstract base class for managing reference-counted resources.
|
class |
UnsafeCloseable
An abstract base class for resources that use the
Unsafe class for low-level memory operations. |
Copyright © 2024. All rights reserved.