public Wrapper(int id, int memory_location, byte[] data) { this.id = id; this.memory_location = memory_location; this.content = StructUtils.FromBytes <T>(data); }