コード例 #1
0
 internal static int GetFrameSize(ByteBuffer buffer)
 {
     return((int)AmqpBitConverter.PeekUInt(buffer));
 }