| Interface | Description |
|---|---|
| RandomAccessInterface |
Interface for random access file operations.
|
| Serializer<T> |
Interface for serializing and deserializing objects to/from byte arrays.
|
| Class | Description |
|---|---|
| RAIFile |
Implementation of RandomAccessInterface using RandomAccessFile.
|
Input/output utilities for the address book application.
This package provides low-level I/O operations and abstractions used by the address book for reading and writing data efficiently. It includes stream-based operations, buffering, and file handling utilities.
Key features: