Uses of Class
de.aristaflow.adept2.model.datamanagement.FileUDTValue.FileDescriptor
-
Packages that use FileUDTValue.FileDescriptor Package Description de.aristaflow.adept2.model.datamanagement -
-
Uses of FileUDTValue.FileDescriptor in de.aristaflow.adept2.model.datamanagement
Methods in de.aristaflow.adept2.model.datamanagement with parameters of type FileUDTValue.FileDescriptor Modifier and Type Method Description protected static byte[]
FileUDTValue. getContent(FileUDTValue.FileDescriptor fileDescriptor)
Reads the contents of the file represented by the designated file descriptor.Constructors in de.aristaflow.adept2.model.datamanagement with parameters of type FileUDTValue.FileDescriptor Constructor Description FileUDTValue(String userDefinedType, FileUDTValue.FileDescriptor fileDescriptor)
Creates a newFileUDTValue
with the designated user-defined type name and the input of the file represented by the designated file descriptor.
-