Interface ReaderFunction<T>

Type Parameters:
T - the parameter

public interface ReaderFunction<T>
Internal class
  • Method Summary

    Modifier and Type
    Method
    Description
    Read e value from the input stream
  • Method Details

    • read

      T read(InputStream in) throws IOException
      Read e value from the input stream
      Parameters:
      in - the input stream
      Returns:
      return the value
      Throws:
      IOException - if any exception happens