Read
An interface that defines the operations for reading file or content-related data. Extends the Serialization interface to provide additional methods for reading byte data, retrieving data sources, and determining the size of given paths.
Parameters
Path
The type that represents the file or directory path.
Inheritors
Functions
Link copied to clipboard
Converts a string representation of an absolute file path into a Path object.
Link copied to clipboard
Converts a relative path string to a Path
object by resolving it against a base path.
Link copied to clipboard
Converts a given Path object into its absolute path representation as a string.
Link copied to clipboard
Converts the given path to a string representation of the file path.