Uses of Class
de.xima.fc.mdl.enums.EByteOrderMarkMode
-
Packages that use EByteOrderMarkMode Package Description de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes.de.xima.fc.utils Package für Utilsklassende.xima.fc.workflow.model.nodes de.xima.fc.workflow.processor.factory -
-
Uses of EByteOrderMarkMode in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EByteOrderMarkMode Modifier and Type Method Description static EByteOrderMarkMode
EByteOrderMarkMode. valueOf(String name)
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 EByteOrderMarkMode Modifier and Type Method Description static 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 EByteOrderMarkMode Modifier and Type Method Description EByteOrderMarkMode
FcCreateTextFileProps. getByteOrderMarkMode()
Methods in de.xima.fc.workflow.model.nodes with parameters of type EByteOrderMarkMode Modifier and Type Method Description void
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 EByteOrderMarkMode Modifier and Type Method Description static WorkflowNode
WorkflowNodeFactory. createTextFile(String fileName, String fileContent, ETextFileContentType contentType, Charset charset, EByteOrderMarkMode bomMode)
Creates a new workflow node for aEWorkflowNodeType.FC_CREATE_TEXT_FILE
that creates a text file with the given content.
-