请大家帮个忙,有一段java代码 ByteBuffer bf  = ByteBuffer.wrap(arg2, 0, arg2.length);
bf.position(1);
int aX = bf.getInt();
int aY = bf.getInt();要如何转换为相应的c#代码哦?