Esempio n. 1
0
  public Object read(ReadContext context) {
    if (Deploy.debug) {
      Debug4.readBegin(context, Const4.YAPBYTE);
    }

    byte byteValue = context.readByte();

    if (Deploy.debug) {
      Debug4.readEnd(context);
    }

    return new Byte(byteValue);
  }