io/index
Overview
Module
- package:
@aerokit/sdk/io - source: io/index.ts
- last updated:
This module provides functionalities for input/output operations within the Aerokit SDK. It includes classes and methods for handling various types of data, such as bytes, files, images, streams, and zip archives.
The main components of this module are:
- Bytes: Represents a byte array and provides methods for manipulating byte data.
- Files: Represents file operations and provides methods for reading, writing, and managing files.
- Image: Represents image processing functionalities and provides methods for manipulating images.
- Streams: Represents stream operations and provides methods for handling data streams.
- Zip: Represents zip archive functionalities and provides methods for creating and extracting zip files.
