Interface PdfDocumentConstructorStreamOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PdfDocumentConstructorStream, PdfDocumentConstructorStream.Builder

public interface PdfDocumentConstructorStreamOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .IronPdfEngine.Proto.PdfDocumentConstructorStream.Info info = 1;
    .IronPdfEngine.Proto.PdfDocumentConstructorStream.Info info = 1;
    com.google.protobuf.ByteString
    bytes pdf_bytes_chunk = 2;
     
    boolean
    .IronPdfEngine.Proto.PdfDocumentConstructorStream.Info info = 1;
    boolean
    bytes pdf_bytes_chunk = 2;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasInfo

      boolean hasInfo()
      .IronPdfEngine.Proto.PdfDocumentConstructorStream.Info info = 1;
      Returns:
      Whether the info field is set.
    • getInfo

      .IronPdfEngine.Proto.PdfDocumentConstructorStream.Info info = 1;
      Returns:
      The info.
    • getInfoOrBuilder

      .IronPdfEngine.Proto.PdfDocumentConstructorStream.Info info = 1;
    • hasPdfBytesChunk

      boolean hasPdfBytesChunk()
      bytes pdf_bytes_chunk = 2;
      Returns:
      Whether the pdfBytesChunk field is set.
    • getPdfBytesChunk

      com.google.protobuf.ByteString getPdfBytesChunk()
      bytes pdf_bytes_chunk = 2;
      Returns:
      The pdfBytesChunk.
    • getRequestCase