C# Класс Lucene.Net.Store.MMapDirectory.MMapIndexInput

Наследование: Lucene.Net.Store.ByteBufferIndexInput
Показать файл Открыть проект

Открытые методы

Метод Описание
Dispose ( ) : void

Защищенные методы

Метод Описание
FreeBuffer ( ByteBuffer buffer ) : void

Try to unmap the buffer, this method silently fails if no support for that in the JVM. On Windows, this leads to the fact, that mmapped files cannot be modified or deleted.

Приватные методы

Метод Описание
MMapIndexInput ( MMapDirectory outerInstance, string resourceDescription, FileStream fc ) : System

Описание методов

Dispose() публичный закрытый Метод

public final Dispose ( ) : void
Результат void

FreeBuffer() защищенный Метод

Try to unmap the buffer, this method silently fails if no support for that in the JVM. On Windows, this leads to the fact, that mmapped files cannot be modified or deleted.
protected FreeBuffer ( ByteBuffer buffer ) : void
buffer ByteBuffer
Результат void