Uses of Class
io.split.client.utils.FileTypeEnum
-
Packages that use FileTypeEnum Package Description io.split.client io.split.client.utils -
-
Uses of FileTypeEnum in io.split.client
Methods in io.split.client that return FileTypeEnum Modifier and Type Method Description FileTypeEnumSplitClientConfig. fileType()Methods in io.split.client with parameters of type FileTypeEnum Modifier and Type Method Description SplitClientConfig.BuilderSplitClientConfig.Builder. splitFile(InputStream inputStream, FileTypeEnum fileType) -
Uses of FileTypeEnum in io.split.client.utils
Methods in io.split.client.utils that return FileTypeEnum Modifier and Type Method Description static FileTypeEnumFileTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static FileTypeEnum[]FileTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-