Package org.gittorr.ccerial.utils
Interface ReaderFunction<T>
- Type Parameters:
T- the parameter
public interface ReaderFunction<T>
Internal class
-
Method Summary
-
Method Details
-
read
Read e value from the input stream- Parameters:
in- the input stream- Returns:
- return the value
- Throws:
IOException- if any exception happens
-