Uses of Interface
de.xima.fc.prompt.service.IPromptStoredData
Packages that use IPromptStoredData
Package
Description
Contains the API for a prompt service that abstract the details of a particular provider.
Contains default implementations for various interfaces defined by the handler API.
-
Uses of IPromptStoredData in de.xima.fc.prompt.service
Methods in de.xima.fc.prompt.service that return IPromptStoredDataModifier and TypeMethodDescriptionIPromptFileStorage.storeBinaryData(IPromptFileWriter writer) Provides an output stream to the given writer that can be used to write binary data to be stored.IPromptFileStorage.storeBinaryData(InputStream inputStream) Stores the given binary data and returns a supplier that can be used to read the data later. -
Uses of IPromptStoredData in de.xima.fc.prompt.service.defaults
Classes in de.xima.fc.prompt.service.defaults that implement IPromptStoredDataMethods in de.xima.fc.prompt.service.defaults that return IPromptStoredDataModifier and TypeMethodDescriptionstatic IPromptStoredDataDefaultPromptStoredData.ofData(byte[] data) Creates a new prompt stored data instance with the given data.static IPromptStoredDataCreates a new prompt stored data instance with the given file size and input stream supplier.static IPromptStoredDataDefaultPromptStoredData.ofSupplier(int fileSize, ISerializableInputStreamSupplier inputStreamSupplier) Creates a new prompt stored data instance with the given file size and input stream supplier.