Class CleanerNotSupportedSubstitution

java.lang.Object
io.quarkiverse.poi.runtime.graal.CleanerNotSupportedSubstitution

public final class CleanerNotSupportedSubstitution extends Object
  • Field Details

    • UNMAP_SUPPORTED

      public static final boolean UNMAP_SUPPORTED
      true, if this platform supports unmapping mmapped files.
      See Also:
    • UNMAP_NOT_SUPPORTED_REASON

      public static final String UNMAP_NOT_SUPPORTED_REASON
      if UNMAP_SUPPORTED is false, this contains the reason why unmapping is not supported.
      See Also:
  • Constructor Details

    • CleanerNotSupportedSubstitution

      public CleanerNotSupportedSubstitution()
  • Method Details

    • getCleaner

      public static org.apache.poi.poifs.nio.CleanerUtil.BufferCleaner getCleaner()
      Reference to a BufferCleaner that does unmapping.
      Returns:
      null if not supported.