OSDN Git Service

Spiという名前をすべてServiceに変更した.
[stigmata/stigmata.git] / src / main / java / jp / sourceforge / stigmata / BirthmarkExtractor.java
index e718d90..75e05a1 100644 (file)
@@ -36,6 +36,11 @@ public interface BirthmarkExtractor{
     public BirthmarkElement buildElement(String value);
 
     /**
+     * extract birthmark from given stream with default environment.
+     */
+    public Birthmark extract(InputStream in) throws BirthmarkExtractionFailedException;
+
+    /**
      * extract birthmark from given stream with given environment.
      */
     public Birthmark extract(InputStream in, BirthmarkContext context) throws BirthmarkExtractionFailedException;