public class org.apache.activemq.openwire.v.WireFormatInfoMarshaller extends org.apache.activemq.openwire.v.BaseDataStreamMarshaller
{
public void <init>()
{
org.apache.activemq.openwire.v.WireFormatInfoMarshaller v;
v := @this: org.apache.activemq.openwire.v.WireFormatInfoMarshaller;
specialinvoke v.<org.apache.activemq.openwire.v.BaseDataStreamMarshaller: void <init>()>();
return;
}
public byte getDataStructureType()
{
org.apache.activemq.openwire.v.WireFormatInfoMarshaller v;
v := @this: org.apache.activemq.openwire.v.WireFormatInfoMarshaller;
return 1;
}
public org.apache.activemq.command.DataStructure createObject()
{
org.apache.activemq.openwire.v.WireFormatInfoMarshaller v;
org.apache.activemq.command.WireFormatInfo v;
v := @this: org.apache.activemq.openwire.v.WireFormatInfoMarshaller;
v = new org.apache.activemq.command.WireFormatInfo;
specialinvoke v.<org.apache.activemq.command.WireFormatInfo: 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
{
byte[] v;
org.apache.activemq.openwire.v.WireFormatInfoMarshaller v;
org.apache.activemq.openwire.OpenWireFormat v;
int v;
java.io.DataInput v;
org.apache.activemq.openwire.BooleanStream v;
java.lang.Object v;
org.apache.activemq.util.ByteSequence v;
v := @this: org.apache.activemq.openwire.v.WireFormatInfoMarshaller;
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.BaseDataStreamMarshaller: void tightUnmarshal(org.apache.activemq.openwire.OpenWireFormat,java.lang.Object,java.io.DataInput,org.apache.activemq.openwire.BooleanStream)>(v, v, v, v);
virtualinvoke v.<org.apache.activemq.command.WireFormatInfo: void beforeUnmarshall(org.apache.activemq.wireformat.WireFormat)>(v);
v = virtualinvoke v.<org.apache.activemq.openwire.v.WireFormatInfoMarshaller: byte[] tightUnmarshalConstByteArray(java.io.DataInput,org.apache.activemq.openwire.BooleanStream,int)>(v, v, 8);
virtualinvoke v.<org.apache.activemq.command.WireFormatInfo: void setMagic(byte[])>(v);
v = interfaceinvoke v.<java.io.DataInput: int readInt()>();
virtualinvoke v.<org.apache.activemq.command.WireFormatInfo: void setVersion(int)>(v);
v = virtualinvoke v.<org.apache.activemq.openwire.v.WireFormatInfoMarshaller: org.apache.activemq.util.ByteSequence tightUnmarshalByteSequence(java.io.DataInput,org.apache.activemq.openwire.BooleanStream)>(v, v);
virtualinvoke v.<org.apache.activemq.command.WireFormatInfo: void setMarshalledProperties(org.apache.activemq.util.ByteSequence)>(v);
virtualinvoke v.<org.apache.activemq.command.WireFormatInfo: void afterUnmarshall(org.apache.activemq.wireformat.WireFormat)>(v);
return;
}
public int tightMarshal1(org.apache.activemq.openwire.OpenWireFormat, java.lang.Object, org.apache.activemq.openwire.BooleanStream) throws java.io.IOException
{
byte[] v;
org.apache.activemq.openwire.v.WireFormatInfoMarshaller v;
org.apache.activemq.openwire.OpenWireFormat v;
int v, v, v, v, v, v;
org.apache.activemq.openwire.BooleanStream v;
java.lang.Object v;
org.apache.activemq.util.ByteSequence v;
v := @this: org.apache.activemq.openwire.v.WireFormatInfoMarshaller;
v := @parameter: org.apache.activemq.openwire.OpenWireFormat;
v := @parameter: java.lang.Object;
v := @parameter: org.apache.activemq.openwire.BooleanStream;
virtualinvoke v.<org.apache.activemq.command.WireFormatInfo: void beforeMarshall(org.apache.activemq.wireformat.WireFormat)>(v);
v = specialinvoke v.<org.apache.activemq.openwire.v.BaseDataStreamMarshaller: int tightMarshal1(org.apache.activemq.openwire.OpenWireFormat,java.lang.Object,org.apache.activemq.openwire.BooleanStream)>(v, v, v);
v = virtualinvoke v.<org.apache.activemq.command.WireFormatInfo: byte[] getMagic()>();
v = virtualinvoke v.<org.apache.activemq.openwire.v.WireFormatInfoMarshaller: int tightMarshalConstByteArray1(byte[],org.apache.activemq.openwire.BooleanStream,int)>(v, v, 8);
v = v + v;
v = virtualinvoke v.<org.apache.activemq.command.WireFormatInfo: org.apache.activemq.util.ByteSequence getMarshalledProperties()>();
v = virtualinvoke v.<org.apache.activemq.openwire.v.WireFormatInfoMarshaller: int tightMarshalByteSequence1(org.apache.activemq.util.ByteSequence,org.apache.activemq.openwire.BooleanStream)>(v, v);
v = v + v;
v = v + 4;
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
{
byte[] v;
java.io.DataOutput v;
org.apache.activemq.openwire.v.WireFormatInfoMarshaller v;
org.apache.activemq.openwire.OpenWireFormat v;
int v;
org.apache.activemq.openwire.BooleanStream v;
java.lang.Object v;
org.apache.activemq.util.ByteSequence v;
v := @this: org.apache.activemq.openwire.v.WireFormatInfoMarshaller;
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.BaseDataStreamMarshaller: void tightMarshal2(org.apache.activemq.openwire.OpenWireFormat,java.lang.Object,java.io.DataOutput,org.apache.activemq.openwire.BooleanStream)>(v, v, v, v);
v = virtualinvoke v.<org.apache.activemq.command.WireFormatInfo: byte[] getMagic()>();
virtualinvoke v.<org.apache.activemq.openwire.v.WireFormatInfoMarshaller: void tightMarshalConstByteArray2(byte[],java.io.DataOutput,org.apache.activemq.openwire.BooleanStream,int)>(v, v, v, 8);
v = virtualinvoke v.<org.apache.activemq.command.WireFormatInfo: int getVersion()>();
interfaceinvoke v.<java.io.DataOutput: void writeInt(int)>(v);
v = virtualinvoke v.<org.apache.activemq.command.WireFormatInfo: org.apache.activemq.util.ByteSequence getMarshalledProperties()>();
virtualinvoke v.<org.apache.activemq.openwire.v.WireFormatInfoMarshaller: void tightMarshalByteSequence2(org.apache.activemq.util.ByteSequence,java.io.DataOutput,org.apache.activemq.openwire.BooleanStream)>(v, v, v);
virtualinvoke v.<org.apache.activemq.command.WireFormatInfo: void afterMarshall(org.apache.activemq.wireformat.WireFormat)>(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.WireFormatInfoMarshaller v;
byte[] v;
org.apache.activemq.openwire.OpenWireFormat v;
int v;
java.io.DataInput v;
java.lang.Object v;
org.apache.activemq.util.ByteSequence v;
v := @this: org.apache.activemq.openwire.v.WireFormatInfoMarshaller;
v := @parameter: org.apache.activemq.openwire.OpenWireFormat;
v := @parameter: java.lang.Object;
v := @parameter: java.io.DataInput;
specialinvoke v.<org.apache.activemq.openwire.v.BaseDataStreamMarshaller: void looseUnmarshal(org.apache.activemq.openwire.OpenWireFormat,java.lang.Object,java.io.DataInput)>(v, v, v);
virtualinvoke v.<org.apache.activemq.command.WireFormatInfo: void beforeUnmarshall(org.apache.activemq.wireformat.WireFormat)>(v);
v = virtualinvoke v.<org.apache.activemq.openwire.v.WireFormatInfoMarshaller: byte[] looseUnmarshalConstByteArray(java.io.DataInput,int)>(v, 8);
virtualinvoke v.<org.apache.activemq.command.WireFormatInfo: void setMagic(byte[])>(v);
v = interfaceinvoke v.<java.io.DataInput: int readInt()>();
virtualinvoke v.<org.apache.activemq.command.WireFormatInfo: void setVersion(int)>(v);
v = virtualinvoke v.<org.apache.activemq.openwire.v.WireFormatInfoMarshaller: org.apache.activemq.util.ByteSequence looseUnmarshalByteSequence(java.io.DataInput)>(v);
virtualinvoke v.<org.apache.activemq.command.WireFormatInfo: void setMarshalledProperties(org.apache.activemq.util.ByteSequence)>(v);
virtualinvoke v.<org.apache.activemq.command.WireFormatInfo: void afterUnmarshall(org.apache.activemq.wireformat.WireFormat)>(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.WireFormatInfoMarshaller v;
byte[] v;
java.io.DataOutput v;
org.apache.activemq.openwire.OpenWireFormat v;
int v;
java.lang.Object v;
org.apache.activemq.util.ByteSequence v;
v := @this: org.apache.activemq.openwire.v.WireFormatInfoMarshaller;
v := @parameter: org.apache.activemq.openwire.OpenWireFormat;
v := @parameter: java.lang.Object;
v := @parameter: java.io.DataOutput;
virtualinvoke v.<org.apache.activemq.command.WireFormatInfo: void beforeMarshall(org.apache.activemq.wireformat.WireFormat)>(v);
specialinvoke v.<org.apache.activemq.openwire.v.BaseDataStreamMarshaller: void looseMarshal(org.apache.activemq.openwire.OpenWireFormat,java.lang.Object,java.io.DataOutput)>(v, v, v);
v = virtualinvoke v.<org.apache.activemq.command.WireFormatInfo: byte[] getMagic()>();
virtualinvoke v.<org.apache.activemq.openwire.v.WireFormatInfoMarshaller: void looseMarshalConstByteArray(org.apache.activemq.openwire.OpenWireFormat,byte[],java.io.DataOutput,int)>(v, v, v, 8);
v = virtualinvoke v.<org.apache.activemq.command.WireFormatInfo: int getVersion()>();
interfaceinvoke v.<java.io.DataOutput: void writeInt(int)>(v);
v = virtualinvoke v.<org.apache.activemq.command.WireFormatInfo: org.apache.activemq.util.ByteSequence getMarshalledProperties()>();
virtualinvoke v.<org.apache.activemq.openwire.v.WireFormatInfoMarshaller: void looseMarshalByteSequence(org.apache.activemq.openwire.OpenWireFormat,org.apache.activemq.util.ByteSequence,java.io.DataOutput)>(v, v, v);
return;
}
}