Java org.apache.lucene.util.automaton ByteRunAutomaton fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.util.automaton ByteRunAutomaton fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.util.automaton ByteRunAutomaton.

The text is from its open source code.

Constructor

ByteRunAutomaton(Automaton a)
Converts incoming automaton to byte-based (UTF32ToUTF8) first

Method

booleanrun(byte[] s, int offset, int length)
Returns true if the given byte array is accepted by this automaton