Package io.quarkiverse.poi.runtime.graal
Class CleanerNotSupportedSubstitution
java.lang.Object
io.quarkiverse.poi.runtime.graal.CleanerNotSupportedSubstitution
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringifUNMAP_SUPPORTEDisfalse, this contains the reason why unmapping is not supported.static final booleantrue, if this platform supports unmapping mmapped files. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.poi.poifs.nio.CleanerUtil.BufferCleanerReference to a BufferCleaner that does unmapping.
-
Field Details
-
UNMAP_SUPPORTED
public static final boolean UNMAP_SUPPORTEDtrue, if this platform supports unmapping mmapped files.- See Also:
-
UNMAP_NOT_SUPPORTED_REASON
ifUNMAP_SUPPORTEDisfalse, 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:
nullif not supported.
-