org.joni
Class MatcherFactory

java.lang.Object
  extended by org.joni.MatcherFactory

public abstract class MatcherFactory
extends Object


Constructor Summary
MatcherFactory()
           
 
Method Summary
abstract  Matcher create(Regex regex, byte[] bytes, int p, int end)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MatcherFactory

public MatcherFactory()
Method Detail

create

public abstract Matcher create(Regex regex,
                               byte[] bytes,
                               int p,
                               int end)


Copyright © 2012. All Rights Reserved.