datapipe library
Classes
- AnyToStringPump
- Pumping any type to String.
- Base64String
- DartConstListInt
- DartConstListIntOptions
- DartConstTagsBytes
- DartConstTagsBytesOptions
- DirectoryToDartConstTagsBytePump
-
Pumping files from Directory to String
const data = <(tags, bytes)>[...]
with header, footer and comments. See DartConstTagsBytesOptions. - FileToDartConstListIntPump
-
Pumping File to String
const data = <int>[...]
. See DartConstListIntOptions. - FileToListIntPump
- Pumping File to List<int>.
- ListIntToBase64StringPump
- Pumping List<int> to Base64String.
- ListIntToFilePump
- Pumping List<int> to File.
-
OwnType<
T> - OwnTypeString
-
Pipe<
A, P extends PipeOptions> - A pipe (wrapper with options) for data. See O.
- PipeOptions
- A base class for options.
-
Pump<
A extends Pipe< dynamic, PipeOptions> , B extends Pipe<dynamic, PipeOptions> > - A universal pump for Pipe.
Extensions
- PipeExt on T
-
SaveAsStringDataDynamicExt
on Pipe<
dynamic, PipeOptions> -
SaveDataListIntExt
on Pipe<
List< int> , PipeOptions> -
SaveDataStringExt
on Pipe<
String, PipeOptions>
Typedefs
-
O<
A, P extends PipeOptions> = Pipe< A, P> -
Alias for Pipe.
O
looks like pipe.