Class SAMBox

java.lang.Object
org.sejda.sambox.SAMBox

public final class SAMBox extends Object
Holder for configurable system properties. This is supposed to give developers a single place where they can find out what's configurable in SAMBox.
Author:
Andrea Vacondio
  • Field Details

    • BUFFERS_POOL_SIZE_PROPERTY

      public static final String BUFFERS_POOL_SIZE_PROPERTY
      Pool size used in org.sejda.sambox.input.SourceReader
      See Also:
    • OBJECTS_STREAM_SIZE_PROPERTY

      public static final String OBJECTS_STREAM_SIZE_PROPERTY
      The number of objects to include in a single ObjectsStream.
      See Also:
    • FONT_PROVIDER_PROPERTY

      public static final String FONT_PROVIDER_PROPERTY
      See Also:
    • SAMBOX_PROPERTIES

      public static final String SAMBOX_PROPERTIES
      See Also:
    • PRODUCER

      public static String PRODUCER
  • Constructor Details

    • SAMBox

      public SAMBox()