JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
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
TextFile
TextFile.
append
(
String
txt)
Adds text to the current content of this file.
TextFile
TextFile.
appendLine
(
String
txt)
Appends text to the current content of this file and adds a new line separator at the end.