C# 클래스 Lucene.Net.Store.SimpleFSDirectory.SimpleFSIndexInput

상속: BufferedIndexInput
파일 보기 프로젝트 열기: apache/lucenenet

공개 프로퍼티들

프로퍼티 타입 설명
IsClone bool

보호된 프로퍼티들

프로퍼티 타입 설명
End long
File FileStream
Off long

공개 메소드들

메소드 설명
Clone ( ) : object
Dispose ( ) : void
Length ( ) : long
SimpleFSIndexInput ( string resourceDesc, FileStream file, IOContext context ) : System
SimpleFSIndexInput ( string resourceDesc, FileStream file, long off, long length, int bufferSize ) : System

보호된 메소드들

메소드 설명
ReadInternal ( byte b, int offset, int len ) : void

IndexInput methods

SeekInternal ( long position ) : void

메소드 상세

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Length() 공개 최종 메소드

public final Length ( ) : long
리턴 long

ReadInternal() 보호된 메소드

IndexInput methods
protected ReadInternal ( byte b, int offset, int len ) : void
b byte
offset int
len int
리턴 void

SeekInternal() 보호된 메소드

protected SeekInternal ( long position ) : void
position long
리턴 void

SimpleFSIndexInput() 공개 메소드

public SimpleFSIndexInput ( string resourceDesc, FileStream file, IOContext context ) : System
resourceDesc string
file FileStream
context IOContext
리턴 System

SimpleFSIndexInput() 공개 메소드

public SimpleFSIndexInput ( string resourceDesc, FileStream file, long off, long length, int bufferSize ) : System
resourceDesc string
file FileStream
off long
length long
bufferSize int
리턴 System

프로퍼티 상세

End 보호되어 있는 프로퍼티

end offset (start+length)
protected long End
리턴 long

File 보호되어 있는 프로퍼티

the file channel we will read from
protected FileStream File
리턴 FileStream

IsClone 공개적으로 프로퍼티

is this instance a clone and hence does not own the file to close it
public bool IsClone
리턴 bool

Off 보호되어 있는 프로퍼티

start offset: non-zero in the slice case
protected long Off
리턴 long