Uses of Class
com.ironsoftware.ironpdf.internal.proto.ImagesResultStreamP
-
Packages that use ImagesResultStreamP Package Description com.ironsoftware.ironpdf.internal.proto -
-
Uses of ImagesResultStreamP in com.ironsoftware.ironpdf.internal.proto
Methods in com.ironsoftware.ironpdf.internal.proto that return ImagesResultStreamP Modifier and Type Method Description ImagesResultStreamP
ImagesResultStreamP.Builder. build()
ImagesResultStreamP
ImagesResultStreamP.Builder. buildPartial()
static ImagesResultStreamP
ImagesResultStreamP. getDefaultInstance()
ImagesResultStreamP
ImagesResultStreamP.Builder. getDefaultInstanceForType()
ImagesResultStreamP
ImagesResultStreamP. getDefaultInstanceForType()
static ImagesResultStreamP
ImagesResultStreamP. parseDelimitedFrom(InputStream input)
static ImagesResultStreamP
ImagesResultStreamP. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImagesResultStreamP
ImagesResultStreamP. parseFrom(byte[] data)
static ImagesResultStreamP
ImagesResultStreamP. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImagesResultStreamP
ImagesResultStreamP. parseFrom(com.google.protobuf.ByteString data)
static ImagesResultStreamP
ImagesResultStreamP. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImagesResultStreamP
ImagesResultStreamP. parseFrom(com.google.protobuf.CodedInputStream input)
static ImagesResultStreamP
ImagesResultStreamP. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImagesResultStreamP
ImagesResultStreamP. parseFrom(InputStream input)
static ImagesResultStreamP
ImagesResultStreamP. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImagesResultStreamP
ImagesResultStreamP. parseFrom(ByteBuffer data)
static ImagesResultStreamP
ImagesResultStreamP. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.ironsoftware.ironpdf.internal.proto with parameters of type ImagesResultStreamP Modifier and Type Method Description ImagesResultStreamP.Builder
ImagesResultStreamP.Builder. mergeFrom(ImagesResultStreamP other)
static ImagesResultStreamP.Builder
ImagesResultStreamP. newBuilder(ImagesResultStreamP prototype)
Method parameters in com.ironsoftware.ironpdf.internal.proto with type arguments of type ImagesResultStreamP Modifier and Type Method Description default void
IronPdfServiceGrpc.AsyncService. pdfiumImageExtractAllImages(PdfiumExtractAllImagesRequestP request, io.grpc.stub.StreamObserver<ImagesResultStreamP> responseObserver)
void
IronPdfServiceGrpc.IronPdfServiceStub. pdfiumImageExtractAllImages(PdfiumExtractAllImagesRequestP request, io.grpc.stub.StreamObserver<ImagesResultStreamP> responseObserver)
default void
IronPdfServiceGrpc.AsyncService. pdfiumImageExtractAllRawImages(PdfiumExtractAllRawImagesRequestP request, io.grpc.stub.StreamObserver<ImagesResultStreamP> responseObserver)
void
IronPdfServiceGrpc.IronPdfServiceStub. pdfiumImageExtractAllRawImages(PdfiumExtractAllRawImagesRequestP request, io.grpc.stub.StreamObserver<ImagesResultStreamP> responseObserver)
default void
IronPdfServiceGrpc.AsyncService. pdfiumImagePdfToImages(PdfiumPdfToImagesRequestP request, io.grpc.stub.StreamObserver<ImagesResultStreamP> responseObserver)
void
IronPdfServiceGrpc.IronPdfServiceStub. pdfiumImagePdfToImages(PdfiumPdfToImagesRequestP request, io.grpc.stub.StreamObserver<ImagesResultStreamP> responseObserver)
-