Interface Readable<T>

    • Method Detail

      • 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