net.sf.cotta
Interface Parser<T>


public interface Parser<T>


Method Summary
 T parse(InputManager input)
           
 

Method Detail

parse

T parse(InputManager input)
        throws java.io.IOException
Throws:
java.io.IOException