Uses of Class
de.aristaflow.adept2.model.datamanagement.FileUDTValue.FileDescriptor
Packages that use FileUDTValue.FileDescriptor
-
Uses of FileUDTValue.FileDescriptor in de.aristaflow.adept2.model.datamanagement
Methods in de.aristaflow.adept2.model.datamanagement with parameters of type FileUDTValue.FileDescriptorModifier and TypeMethodDescriptionstatic byte[]FileUDTValue.getContent(FileUDTValue.FileDescriptor fileDescriptor) Deprecated, for removal: This API element is subject to removal in a future version.static InputStreamFileUDTValue.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.FileDescriptorModifierConstructorDescriptionFileUDTValue(String userDefinedType, FileUDTValue.FileDescriptor fileDescriptor) Creates a newFileUDTValuewith the designated user-defined type name and the input of the file represented by the designated file descriptor.
FileUDTValue.getContentStream(FileDescriptor)instead.