Exemplo n.º 1
0
  @Override
  public TypeOfShape getTypeOfShape() {
    if (this.data == null || this.data.length != 10) return null;

    return TypeOfShape.getInstance((this.data[1] & 0xFF) >> 4);
  }