Interface StatefulDataType.Factory<D>

    • Method Detail

      • create

        DataType<?> create​(java.nio.ByteBuffer buff,
                           MetaType<D> metaDataType,
                           D database)
        Reads the data type.
        Parameters:
        buff - the buffer the source buffer
        metaDataType - the type
        database - the database
        Returns:
        the data type