Uses of Class
org.anchoranalysis.io.generator.sequence.pattern.OutputPatternIntegerSuffix
Packages that use OutputPatternIntegerSuffix
Package
Description
Writing a sequence of elements using a generator.
-
Uses of OutputPatternIntegerSuffix in org.anchoranalysis.io.generator.sequence
Methods in org.anchoranalysis.io.generator.sequence with parameters of type OutputPatternIntegerSuffixModifier and TypeMethodDescriptionOutputSequenceFactory.incrementingByOne
(OutputPatternIntegerSuffix pattern) Writes elements todirectory
, with an incrementing integer in the filename.void
OutputSequenceFactory.incrementingByOneStream
(OutputPatternIntegerSuffix pattern, Stream<T> stream) Writes file for each element in a stream with an incrementing integer sequence in the outputted file-name.OutputSequenceFactory.indexedWithInteger
(OutputPatternIntegerSuffix pattern) Writes elements (indexed by integers) todirectory
, without any order in the sequence.