Uses of Class
com.ironsoftware.ironpdf.internal.proto.ImageResultStreamP
-
Packages that use ImageResultStreamP Package Description com.ironsoftware.ironpdf.internal.proto -
-
Uses of ImageResultStreamP in com.ironsoftware.ironpdf.internal.proto
Methods in com.ironsoftware.ironpdf.internal.proto that return ImageResultStreamP Modifier and Type Method Description ImageResultStreamP
ImageResultStreamP.Builder. build()
ImageResultStreamP
ImageResultStreamP.Builder. buildPartial()
static ImageResultStreamP
ImageResultStreamP. getDefaultInstance()
ImageResultStreamP
ImageResultStreamP.Builder. getDefaultInstanceForType()
ImageResultStreamP
ImageResultStreamP. getDefaultInstanceForType()
static ImageResultStreamP
ImageResultStreamP. parseDelimitedFrom(InputStream input)
static ImageResultStreamP
ImageResultStreamP. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImageResultStreamP
ImageResultStreamP. parseFrom(byte[] data)
static ImageResultStreamP
ImageResultStreamP. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImageResultStreamP
ImageResultStreamP. parseFrom(com.google.protobuf.ByteString data)
static ImageResultStreamP
ImageResultStreamP. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImageResultStreamP
ImageResultStreamP. parseFrom(com.google.protobuf.CodedInputStream input)
static ImageResultStreamP
ImageResultStreamP. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImageResultStreamP
ImageResultStreamP. parseFrom(InputStream input)
static ImageResultStreamP
ImageResultStreamP. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImageResultStreamP
ImageResultStreamP. parseFrom(ByteBuffer data)
static ImageResultStreamP
ImageResultStreamP. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.ironsoftware.ironpdf.internal.proto that return types with arguments of type ImageResultStreamP Modifier and Type Method Description com.google.protobuf.Parser<ImageResultStreamP>
ImageResultStreamP. getParserForType()
static io.grpc.MethodDescriptor<PdfiumPdfToMultiPageTiffImageRequestP,ImageResultStreamP>
IronPdfServiceGrpc. getPdfiumImagePdfToMultiPageTiffImageMethod()
static com.google.protobuf.Parser<ImageResultStreamP>
ImageResultStreamP. parser()
Iterator<ImageResultStreamP>
IronPdfServiceGrpc.IronPdfServiceBlockingStub. pdfiumImagePdfToMultiPageTiffImage(PdfiumPdfToMultiPageTiffImageRequestP request)
Methods in com.ironsoftware.ironpdf.internal.proto with parameters of type ImageResultStreamP Modifier and Type Method Description ImageResultStreamP.Builder
ImageResultStreamP.Builder. mergeFrom(ImageResultStreamP other)
static ImageResultStreamP.Builder
ImageResultStreamP. newBuilder(ImageResultStreamP prototype)
Method parameters in com.ironsoftware.ironpdf.internal.proto with type arguments of type ImageResultStreamP Modifier and Type Method Description default void
IronPdfServiceGrpc.AsyncService. pdfiumImagePdfToMultiPageTiffImage(PdfiumPdfToMultiPageTiffImageRequestP request, io.grpc.stub.StreamObserver<ImageResultStreamP> responseObserver)
void
IronPdfServiceGrpc.IronPdfServiceStub. pdfiumImagePdfToMultiPageTiffImage(PdfiumPdfToMultiPageTiffImageRequestP request, io.grpc.stub.StreamObserver<ImageResultStreamP> responseObserver)
-