Beispiel #1
0
  @Override
  public void decode(IXInputStream inputStream) throws IOException {
    mallId = inputStream.readInt();

    num = inputStream.readInt();

    floatValue = inputStream.readInt();
  }
Beispiel #2
0
  @Override
  public void decode(IXInputStream inputStream) throws IOException {
    userId = inputStream.readUTF();

    posX = inputStream.readInt();

    posY = inputStream.readInt();
  }
  @Override
  public void decode(IXInputStream inputStream) throws IOException {
    drop = new CommonGoodsBeanBO();
    drop.decode(inputStream);

    oldRank = inputStream.readInt();

    rank = inputStream.readInt();
  }