Uses of Class
com.adobe.pdfservices.operation.internal.http.ByteArrayPart
-
Packages that use ByteArrayPart Package Description com.adobe.pdfservices.operation.internal.http com.adobe.pdfservices.operation.internal.util -
-
Uses of ByteArrayPart in com.adobe.pdfservices.operation.internal.http
Methods in com.adobe.pdfservices.operation.internal.http that return types with arguments of type ByteArrayPart Modifier and Type Method Description List<ByteArrayPart>BaseMultipartRequest. getByteArrayParts()List<ByteArrayPart>MultiPartRequest. getByteArrayParts()Methods in com.adobe.pdfservices.operation.internal.http with parameters of type ByteArrayPart Modifier and Type Method Description MultiPartRequestBaseMultipartRequest. withByteArrayPart(ByteArrayPart byteArrayPart)MultiPartRequestMultiPartRequest. withByteArrayPart(ByteArrayPart byteArrayPart) -
Uses of ByteArrayPart in com.adobe.pdfservices.operation.internal.util
Methods in com.adobe.pdfservices.operation.internal.util that return ByteArrayPart Modifier and Type Method Description static ByteArrayPartByteArrayUtil. createByteArrayPart(com.adobe.pdfservices.operation.internal.FileRefImpl fileRefImpl, int partNumber)
-