Uses of Enum Class
org.europa.together.domain.ByteOrderMark
Package
Description
00 Domain Layer: Includes all Data Objects with Validation for
Persistence.
Utils: Helpful things, which can't implement against an Interface.
-
Uses of ByteOrderMark in org.europa.together.domain
Modifier and TypeMethodDescriptionstatic ByteOrderMark
Returns the enum constant of this class with the specified name.static ByteOrderMark[]
ByteOrderMark.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ByteOrderMark in org.europa.together.utils
Modifier and TypeMethodDescriptionstatic String
FileUtils.readFileStream
(File file, ByteOrderMark... charset) Reads the full content of a text file in UTF-8.The second parameter charset is optional.