We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3904abd commit 081edddCopy full SHA for 081eddd
README.md
@@ -49,8 +49,8 @@ abstract class RandomAccessSource {
49
50
Implementations:
51
52
-- `BytesRASource` for `Uint8List`.
+- Use `BytesRASource` for `Uint8List`.
53
- `BytesRASource(Uint8List bytes)`: creates a `BytesRASource` from the given `bytes`.
54
-- `FileRASource` for `RandomAccessFile` (`dart:io`) and `Blob` (`package:web`).
+- Use `FileRASource` for `File` (`dart:io`) and `Blob` (`package:web`).
55
- `await FileRASource.open(path)`: Opens a `FileRASource` from a file path.
56
- `await FileRASource.load(file)`: Loads a `FileRASource` from a `PlatformFile`.
0 commit comments