C# 클래스 Lucene.Net.Support.TestLongBuffer

Tests from JDK/nio/BasicLong.java
파일 보기 프로젝트 열기: apache/lucenenet 1 사용 예제들

공개 메소드들

메소드 설명
TestAllocate ( ) : void
test ( int level, LongBuffer b, bool direct ) : void
test ( long ba ) : void

비공개 메소드들

메소드 설명
Test ( ) : void
absGet ( LongBuffer b ) : void
absPut ( LongBuffer b ) : void
bulkGet ( LongBuffer b ) : void
bulkPutArray ( LongBuffer b ) : void
bulkPutBuffer ( LongBuffer b ) : void
callReset ( LongBuffer b ) : void
checkSlice ( LongBuffer b, LongBuffer slice ) : void
fail ( string problem, LongBuffer xb, LongBuffer yb, long x, long y ) : void
putBuffer ( ) : void
relGet ( LongBuffer b ) : void
relGet ( LongBuffer b, int start ) : void
relPut ( LongBuffer b ) : void
tryCatch ( Buffer b, Type ex, System.Action thunk ) : void
tryCatch ( long t, Type ex, System.Action thunk ) : void

메소드 상세

TestAllocate() 공개 정적인 메소드

public static TestAllocate ( ) : void
리턴 void

test() 공개 정적인 메소드

public static test ( int level, LongBuffer b, bool direct ) : void
level int
b LongBuffer
direct bool
리턴 void

test() 공개 정적인 메소드

public static test ( long ba ) : void
ba long
리턴 void