pfile library

Classes

PFile
A cross-platform representation of a file, provides some ability to read/cache the data internally in a mutable way, so it can be passed around while it's loading
PFileLoader
Knows how to recognize different types of data representations into a PFile using a series of strategies

Properties

upToLastDot RegExp
final

Functions

illegalState<T>(String? message) → T
loaders() Future<List<FileOf>>
puid() String

Typedefs

FileOf = PFile? Function(dynamic type, {String? name, int? size})
PFileToByteStream = Stream<List<int>> Function(PFile file)