C# 클래스 Lucene.Net.Store.MMapDirectory.MMapIndexInput

상속: Lucene.Net.Store.ByteBufferIndexInput
파일 보기 프로젝트 열기: apache/lucenenet

공개 메소드들

메소드 설명
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