Uses of Class
com.adobe.pdfservices.operation.internal.http.InputStreamPart
-
Packages that use InputStreamPart Package Description com.adobe.pdfservices.operation.internal.http com.adobe.pdfservices.operation.internal.util -
-
Uses of InputStreamPart in com.adobe.pdfservices.operation.internal.http
Methods in com.adobe.pdfservices.operation.internal.http that return types with arguments of type InputStreamPart Modifier and Type Method Description List<InputStreamPart>BaseMultipartRequest. getInputStreams()List<InputStreamPart>MultiPartRequest. getInputStreams()Methods in com.adobe.pdfservices.operation.internal.http with parameters of type InputStreamPart Modifier and Type Method Description MultiPartRequestBaseMultipartRequest. withInputStreamPart(InputStreamPart inputStreamPart)MultiPartRequestMultiPartRequest. withInputStreamPart(InputStreamPart inputStream) -
Uses of InputStreamPart in com.adobe.pdfservices.operation.internal.util
Methods in com.adobe.pdfservices.operation.internal.util that return InputStreamPart Modifier and Type Method Description static InputStreamPartInputStreamUtil. createInputStreamPart(com.adobe.pdfservices.operation.internal.FileRefImpl fileRefImpl, int partNumber)
-