Namespace Cobilas.GodotEngine.Utility.IO.Interfaces
Interfaces
- IArchiveInfo
Represents information about an archive file and provides operations for working with archive contents.
- IArchiveStream
Represents an archive stream interface that extends basic stream functionality with position tracking and naming.
- IDataInfo
Represents information about a data item within an archive or file system.
- IFolderInfo
Represents information about a folder/directory and provides operations for folder management.
- IGodotArchiveStream
Represents a Godot-specific archive stream interface with additional buffer management capabilities.
- IStream
Represents a generic stream interface for reading from and writing to different data sources.