Class MessageBufferBE


  • public class MessageBufferBE
    extends MessageBuffer
    MessageBufferBE is a MessageBuffer implementation tailored to big-endian machines. The specification of Message Pack demands writing short/int/float/long/double values in the big-endian format. In the big-endian machine, we do not need to swap the byte order.