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