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 static byte[]
FileUDTValue. getContent(FileUDTValue.FileDescriptor fileDescriptor)
Deprecated, for removal: This API element is subject to removal in a future version.UseFileUDTValue.getContentStream(FileDescriptor)
instead.static InputStream
FileUDTValue. getContentStream(FileUDTValue.FileDescriptor fileDescriptor)
Gets an input stream for reading 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.
-