Uses of Enum
de.xima.fc.mdl.enums.EByteOrderMarkMode
Packages that use EByteOrderMarkMode
Package
Description
Commonly used enumeration that are mainly used in model classes.
Package für Utilsklassen
-
Uses of EByteOrderMarkMode in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EByteOrderMarkModeModifier and TypeMethodDescriptionstatic EByteOrderMarkMode
Returns the enum constant of this type with the specified name.static EByteOrderMarkMode[]
EByteOrderMarkMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EByteOrderMarkMode in de.xima.fc.utils
Methods in de.xima.fc.utils with parameters of type EByteOrderMarkModeModifier and TypeMethodDescriptionstatic byte[]
ByteOrderMarkUtil.toBytes
(String data, Charset charset, EByteOrderMarkMode mode) Converts the given string to its byte representations according to the given charset. -
Uses of EByteOrderMarkMode in de.xima.fc.workflow.model.nodes
Methods in de.xima.fc.workflow.model.nodes that return EByteOrderMarkModeMethods in de.xima.fc.workflow.model.nodes with parameters of type EByteOrderMarkModeModifier and TypeMethodDescriptionvoid
FcCreateTextFileProps.setByteOrderMarkMode
(EByteOrderMarkMode byteOrderMarkMode) -
Uses of EByteOrderMarkMode in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory with parameters of type EByteOrderMarkModeModifier and TypeMethodDescriptionICreateTextFileNodeBuilder.bomMode
(EByteOrderMarkMode bomMode) static WorkflowNode
WorkflowNodeFactory.createTextFile
(String fileName, String fileContent, ETextFileContentType contentType, Charset charset, EByteOrderMarkMode bomMode) Deprecated.
WorkflowNodeFactory.createTextFile()
.