Searched refs:skipChars (Results 1 - 6 of 6) sorted by relevance

/lucene-3.6.0/lucene/test-framework/src/java/org/apache/lucene/store/
H A DMockIndexInputWrapper.java184 public void skipChars(int length) throws IOException { method in class:MockIndexInputWrapper
186 delegate.skipChars(length);
/lucene-3.6.0/lucene/backwards/src/test-framework/java/org/apache/lucene/store/
H A DMockIndexInputWrapper.java184 public void skipChars(int length) throws IOException { method in class:MockIndexInputWrapper
186 delegate.skipChars(length);
/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/store/
H A DIndexInput.java41 public void skipChars(int length) throws IOException{ method in class:IndexInput
/lucene-3.6.0/lucene/backwards/src/test/org/apache/lucene/index/
H A DTestIndexInput.java136 is.skipChars(3);
143 is.skipChars(1);
/lucene-3.6.0/lucene/core/src/test/org/apache/lucene/index/
H A DTestIndexInput.java229 is.skipChars(3);
236 is.skipChars(1);
/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/index/
H A DFieldsReader.java334 fieldsStream.skipChars(toRead);
382 fieldsStream.skipChars(length);

Completed in 35 milliseconds