Class XAttributeMapBufferedImpl

  • All Implemented Interfaces:
    java.lang.Cloneable, java.util.Map<java.lang.String,​XAttribute>, XAttributeMap

    public class XAttributeMapBufferedImpl
    extends XAbstractAttributeMapBufferedImpl
    NikeFS2 virtual file system storage-based implementation for the XAttributeMap interface. Makes it possible to store maps of attributes on disk memory, transparent to the user and the using application.
    Author:
    Christian W. Guenther (christian@deckfour.org)
    • Constructor Detail

      • XAttributeMapBufferedImpl

        public XAttributeMapBufferedImpl()
        Creates a new attribute map.
      • XAttributeMapBufferedImpl

        public XAttributeMapBufferedImpl​(NikeFS2StorageProvider provider)
        Creates a new attribute map.
        Parameters:
        provider - Storage provider to use for serialization.