Uses of Interface
com.attivio.sdk.client.InputStreamBuilder
-
Packages that use InputStreamBuilder Package Description com.attivio.client Contains the Client Attivio API for adding content, submitting queries, and sending general purpose messages to an Attivio server.com.attivio.sdk.client Interfaces for client side AIE development.com.attivio.sdk.service com.attivio.util Contains utility classes and methods used across the Attivio code base.com.attivio.util.stream -
-
Uses of InputStreamBuilder in com.attivio.client
Methods in com.attivio.client with parameters of type InputStreamBuilder Modifier and Type Method Description ContentPointer
ContentFeeder. put(java.lang.String id, InputStreamBuilder builder)
Stores binary data in the ContentStore.ContentPointer
LazyContentStoreClient. store(java.lang.String id, InputStreamBuilder input)
Store a ContentPointer in the ContentStore. -
Uses of InputStreamBuilder in com.attivio.sdk.client
Methods in com.attivio.sdk.client with parameters of type InputStreamBuilder Modifier and Type Method Description ContentPointer
IngestClient. put(java.lang.String id, InputStreamBuilder input)
Stores binary data in the ContentStore.ContentPointer
ContentStoreClient. store(java.lang.String id, InputStreamBuilder input)
Deprecated.Store a ContentPointer in the ContentStore. -
Uses of InputStreamBuilder in com.attivio.sdk.service
Methods in com.attivio.sdk.service with parameters of type InputStreamBuilder Modifier and Type Method Description ContentPointer
MockContentStoreClient. store(java.lang.String id, InputStreamBuilder input)
Store a ContentPointer in the ContentStore. -
Uses of InputStreamBuilder in com.attivio.util
Methods in com.attivio.util with parameters of type InputStreamBuilder Modifier and Type Method Description static java.lang.String
HTTPUtils. post(InputStreamBuilder in, java.lang.String url)
Executes an HTTP request and gets a response back for inspection. -
Uses of InputStreamBuilder in com.attivio.util.stream
Classes in com.attivio.util.stream that implement InputStreamBuilder Modifier and Type Class Description class
ByteArrayInputStreamBuilder
Creates InputStreams from the supplied byte array.class
FileInputStreamBuilder
{code}FileInputStreamBuilder{code} is an adapter for a FileInputStream.class
NonRestartableInputStreamBuilder
Creates an InputStreamBuilder from an existing InputStream.Methods in com.attivio.util.stream that return InputStreamBuilder Modifier and Type Method Description InputStreamBuilder
NonCopyingByteArrayOutputStream. getInputStreamBuilder()
Constructors in com.attivio.util.stream with parameters of type InputStreamBuilder Constructor Description ResettableInputStreamRequestEntity(InputStreamBuilder in, java.lang.String contentType)
-