public class org.apache.activemq.openwire.v.LastPartialCommandMarshaller extends org.apache.activemq.openwire.v.PartialCommandMarshaller
{
public void <init>()
{
org.apache.activemq.openwire.v.LastPartialCommandMarshaller v;
v := @this: org.apache.activemq.openwire.v.LastPartialCommandMarshaller;
specialinvoke v.<org.apache.activemq.openwire.v.PartialCommandMarshaller: void <init>()>();
return;
}
public byte getDataStructureType()
{
org.apache.activemq.openwire.v.LastPartialCommandMarshaller v;
v := @this: org.apache.activemq.openwire.v.LastPartialCommandMarshaller;
return 61;
}
public org.apache.activemq.command.DataStructure createObject()
{
org.apache.activemq.openwire.v.LastPartialCommandMarshaller v;
org.apache.activemq.command.LastPartialCommand v;
v := @this: org.apache.activemq.openwire.v.LastPartialCommandMarshaller;
v = new org.apache.activemq.command.LastPartialCommand;
specialinvoke v.<org.apache.activemq.command.LastPartialCommand: void <init>()>();
return v;
}
public void tightUnmarshal(org.apache.activemq.openwire.OpenWireFormat, java.lang.Object, java.io.DataInput, org.apache.activemq.openwire.BooleanStream) throws java.io.IOException
{
org.apache.activemq.openwire.v.LastPartialCommandMarshaller v;
org.apache.activemq.openwire.OpenWireFormat v;
java.io.DataInput v;
org.apache.activemq.openwire.BooleanStream v;
java.lang.Object v;
v := @this: org.apache.activemq.openwire.v.LastPartialCommandMarshaller;
v := @parameter: org.apache.activemq.openwire.OpenWireFormat;
v := @parameter: java.lang.Object;
v := @parameter: java.io.DataInput;
v := @parameter: org.apache.activemq.openwire.BooleanStream;
specialinvoke v.<org.apache.activemq.openwire.v.PartialCommandMarshaller: void tightUnmarshal(org.apache.activemq.openwire.OpenWireFormat,java.lang.Object,java.io.DataInput,org.apache.activemq.openwire.BooleanStream)>(v, v, v, v);
return;
}
public int tightMarshal1(org.apache.activemq.openwire.OpenWireFormat, java.lang.Object, org.apache.activemq.openwire.BooleanStream) throws java.io.IOException
{
org.apache.activemq.openwire.v.LastPartialCommandMarshaller v;
org.apache.activemq.openwire.OpenWireFormat v;
int v, v;
org.apache.activemq.openwire.BooleanStream v;
java.lang.Object v;
v := @this: org.apache.activemq.openwire.v.LastPartialCommandMarshaller;
v := @parameter: org.apache.activemq.openwire.OpenWireFormat;
v := @parameter: java.lang.Object;
v := @parameter: org.apache.activemq.openwire.BooleanStream;
v = specialinvoke v.<org.apache.activemq.openwire.v.PartialCommandMarshaller: int tightMarshal1(org.apache.activemq.openwire.OpenWireFormat,java.lang.Object,org.apache.activemq.openwire.BooleanStream)>(v, v, v);
v = v + 0;
return v;
}
public void tightMarshal2(org.apache.activemq.openwire.OpenWireFormat, java.lang.Object, java.io.DataOutput, org.apache.activemq.openwire.BooleanStream) throws java.io.IOException
{
org.apache.activemq.openwire.v.LastPartialCommandMarshaller v;
java.io.DataOutput v;
org.apache.activemq.openwire.OpenWireFormat v;
org.apache.activemq.openwire.BooleanStream v;
java.lang.Object v;
v := @this: org.apache.activemq.openwire.v.LastPartialCommandMarshaller;
v := @parameter: org.apache.activemq.openwire.OpenWireFormat;
v := @parameter: java.lang.Object;
v := @parameter: java.io.DataOutput;
v := @parameter: org.apache.activemq.openwire.BooleanStream;
specialinvoke v.<org.apache.activemq.openwire.v.PartialCommandMarshaller: void tightMarshal2(org.apache.activemq.openwire.OpenWireFormat,java.lang.Object,java.io.DataOutput,org.apache.activemq.openwire.BooleanStream)>(v, v, v, v);
return;
}
public void looseUnmarshal(org.apache.activemq.openwire.OpenWireFormat, java.lang.Object, java.io.DataInput) throws java.io.IOException
{
org.apache.activemq.openwire.v.LastPartialCommandMarshaller v;
org.apache.activemq.openwire.OpenWireFormat v;
java.io.DataInput v;
java.lang.Object v;
v := @this: org.apache.activemq.openwire.v.LastPartialCommandMarshaller;
v := @parameter: org.apache.activemq.openwire.OpenWireFormat;
v := @parameter: java.lang.Object;
v := @parameter: java.io.DataInput;
specialinvoke v.<org.apache.activemq.openwire.v.PartialCommandMarshaller: void looseUnmarshal(org.apache.activemq.openwire.OpenWireFormat,java.lang.Object,java.io.DataInput)>(v, v, v);
return;
}
public void looseMarshal(org.apache.activemq.openwire.OpenWireFormat, java.lang.Object, java.io.DataOutput) throws java.io.IOException
{
org.apache.activemq.openwire.v.LastPartialCommandMarshaller v;
java.io.DataOutput v;
org.apache.activemq.openwire.OpenWireFormat v;
java.lang.Object v;
v := @this: org.apache.activemq.openwire.v.LastPartialCommandMarshaller;
v := @parameter: org.apache.activemq.openwire.OpenWireFormat;
v := @parameter: java.lang.Object;
v := @parameter: java.io.DataOutput;
specialinvoke v.<org.apache.activemq.openwire.v.PartialCommandMarshaller: void looseMarshal(org.apache.activemq.openwire.OpenWireFormat,java.lang.Object,java.io.DataOutput)>(v, v, v);
return;
}
}