org.specrunner.source.text
Interface IFeatureReader

All Known Implementing Classes:
FeatureReaderImpl

public interface IFeatureReader

Read a feature from a input stream.

Author:
Thiago Santos

Method Summary
 Feature load(InputStream in, String encoding)
          Read feature from load.
 

Method Detail

load

Feature load(InputStream in,
             String encoding)
             throws IOException
Read feature from load.

Parameters:
in - The input stream.
encoding - The encoding.
Returns:
The feature.
Throws:
IOException - On reading errors.


Copyright © 2015. All rights reserved.