@override void readValue(ByteLayer data) { int len = data.readInt(); for (int i = 0; i < len; i++) { value.add(data.readByte()); } }