OutputGenerator class
Service for generating output files in various formats
Constructors
- OutputGenerator(GenConfig config, String outputDir)
Properties
Methods
-
chunkFilesBySize(
List< FileInfo> files) → List<List< FileInfo> > - Chunk files by size limit
-
generateOutputs(
List< FileInfo> files, {void onFileCreated(String path)?}) → Future<List< String> > - Generate all output files
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
getTotalOutputSize(
List< String> outputPaths) → Future<int> - Get total output size for a list of output files