Interface Readable<T>

  • Method Summary

    Modifier and Type
    Method
    Description
    Reads an object from the specified reader.
  • Method Details

    • readFrom

      T readFrom(ProtoStreamReader reader) throws IOException
      Reads an object from the specified reader.
      Parameters:
      reader - a ProtoStream reader
      Returns:
      the read object
      Throws:
      IOException - if the object could not be read