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 RereadableContentBuilder
RereadableContentBuilder. data(InputStream data)
Sets the data to the designated one or appends this data to the output stream when building theRereadableContent
.RereadableContentBuilder
RereadableContentBuilder. tempDir(File tempDir)
Sets the directory to store the temporary file.RereadableContentBuilder
RereadableContentBuilder. tempFileTag(String tempFileTag)
Sets a part of the file name of the created temporary file to identify it.
-