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 EByteOrderMarkModeEByteOrderMarkMode. 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 EByteOrderMarkModeFcCreateTextFileProps. getByteOrderMarkMode()Methods in de.xima.fc.workflow.model.nodes with parameters of type EByteOrderMarkMode Modifier and Type Method Description voidFcCreateTextFileProps. 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 ICreateTextFileNodeBuilderICreateTextFileNodeBuilder. bomMode(EByteOrderMarkMode bomMode)static WorkflowNodeWorkflowNodeFactory. createTextFile(String fileName, String fileContent, ETextFileContentType contentType, Charset charset, EByteOrderMarkMode bomMode)Deprecated.
-