Uses of Class
net.stoerr.ai.aigenpipeline.framework.task.SegmentedFile
-
Packages that use SegmentedFile Package Description net.stoerr.ai.aigenpipeline.framework.task -
-
Uses of SegmentedFile in net.stoerr.ai.aigenpipeline.framework.task
Fields in net.stoerr.ai.aigenpipeline.framework.task declared as SegmentedFile Modifier and Type Field Description protected SegmentedFile
AIInOut.AIFileSegmentInOut. segmentedFile
Methods in net.stoerr.ai.aigenpipeline.framework.task with parameters of type SegmentedFile Modifier and Type Method Description static AIInOut
AIInOut. of(SegmentedFile segmentedFile, int segmentIndex)
Creates an AIInOut instance that reads from a segment of a segmented file.Constructors in net.stoerr.ai.aigenpipeline.framework.task with parameters of type SegmentedFile Constructor Description AIFileSegmentInOut(SegmentedFile segmentedFile, int segmentIndex)
Constructs an AIFileSegmentInOut instance.
-