Class ByteArrayEncoding
- java.lang.Object
-
- org.apache.activemq.artemis.core.journal.impl.dataformat.ByteArrayEncoding
-
- All Implemented Interfaces:
EncodingSupport
public class ByteArrayEncoding extends java.lang.Object implements EncodingSupport
-
-
Constructor Summary
Constructors Constructor Description ByteArrayEncoding(byte[] data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddecode(org.apache.activemq.artemis.api.core.ActiveMQBuffer buffer)voidencode(org.apache.activemq.artemis.api.core.ActiveMQBuffer buffer)intgetEncodeSize()
-
-
-
Method Detail
-
decode
public void decode(org.apache.activemq.artemis.api.core.ActiveMQBuffer buffer)
- Specified by:
decodein interfaceEncodingSupport
-
encode
public void encode(org.apache.activemq.artemis.api.core.ActiveMQBuffer buffer)
- Specified by:
encodein interfaceEncodingSupport
-
getEncodeSize
public int getEncodeSize()
- Specified by:
getEncodeSizein interfaceEncodingSupport
-
-