Uses of Class
com.hybris.datahub.core.io.TextFile
-
Packages that use TextFile Package Description com.hybris.datahub.core.io -
-
Uses of TextFile in com.hybris.datahub.core.io
Methods in com.hybris.datahub.core.io that return TextFile Modifier and Type Method Description TextFileTextFile. append(java.lang.String txt)Adds text to the current content of this file.TextFileTextFile. appendLine(java.lang.String txt)Appends text to the current content of this file and adds a new line separator at the end.
-