public void load(@NotNull final ExtendedDataInputStream istream) throws IOException {
   this.m_id = istream.readInt();
   this.m_name = istream.readString();
 }