|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.activemq.kaha.BytesMarshaller
public class BytesMarshaller
Implementation of a Marshaller for byte arrays
| Constructor Summary | |
|---|---|
BytesMarshaller()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
readPayload(java.io.DataInput dataIn)
Read the entry from the RawContainer |
void |
writePayload(java.lang.Object object,
java.io.DataOutput dataOut)
Write the payload of this entry to the RawContainer |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BytesMarshaller()
| Method Detail |
|---|
public void writePayload(java.lang.Object object,
java.io.DataOutput dataOut)
throws java.io.IOException
writePayload in interface Marshallerobject - dataOut -
java.io.IOException
public java.lang.Object readPayload(java.io.DataInput dataIn)
throws java.io.IOException
readPayload in interface MarshallerdataIn -
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||