Uses of Class
de.aristaflow.adept2.util.io.RereadableContentBuilder
-
Packages that use RereadableContentBuilder Package Description de.aristaflow.adept2.util.io -
-
Uses of RereadableContentBuilder in de.aristaflow.adept2.util.io
Methods in de.aristaflow.adept2.util.io that return RereadableContentBuilder Modifier and Type Method Description RereadableContentBuilderRereadableContentBuilder. data(InputStream data)Sets the data to the designated one or appends this data to the output stream when building theRereadableContent.RereadableContentBuilderRereadableContentBuilder. tempDir(File tempDir)Sets the directory to store the temporary file.RereadableContentBuilderRereadableContentBuilder. tempFileTag(String tempFileTag)Sets a part of the file name of the created temporary file to identify it.
-