abstract class org.apache.qpid.proton.codec.impl.DataDecoder$Fixed16SizeConstructor extends java.lang.Object implements org.apache.qpid.proton.codec.impl.DataDecoder$TypeConstructor
{
private void <init>()
{
org.apache.qpid.proton.codec.impl.DataDecoder$Fixed16SizeConstructor v;
v := @this: org.apache.qpid.proton.codec.impl.DataDecoder$Fixed16SizeConstructor;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public int size(java.nio.ByteBuffer)
{
org.apache.qpid.proton.codec.impl.DataDecoder$Fixed16SizeConstructor v;
java.nio.ByteBuffer v;
v := @this: org.apache.qpid.proton.codec.impl.DataDecoder$Fixed16SizeConstructor;
v := @parameter: java.nio.ByteBuffer;
return 16;
}
}