|
TUM CCSM Commons | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EByteOrderMark | |
---|---|
edu.tum.cs.commons.filesystem | Utilities for file system access. |
Uses of EByteOrderMark in edu.tum.cs.commons.filesystem |
---|
Methods in edu.tum.cs.commons.filesystem that return EByteOrderMark | |
---|---|
static EByteOrderMark |
EByteOrderMark.determineBOM(byte[] data)
This method checks the start of the provided data array to find a BOM. |
static EByteOrderMark |
EByteOrderMark.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EByteOrderMark[] |
EByteOrderMark.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in edu.tum.cs.commons.filesystem with parameters of type EByteOrderMark | |
---|---|
static void |
FileSystemUtils.writeFileWithBOM(java.io.File file,
java.lang.String content,
EByteOrderMark bom)
Write string to a file using a UTF encoding. |
|
TUM CCSM Commons | |||||||||
PREV NEXT | FRAMES NO FRAMES |