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