Package org.sim0mq.message
Class MessageUtil
java.lang.Object
org.sim0mq.message.MessageUtil
Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See Sim0MQ License.
- Author:
- Alexander Verbraeck
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
printBytes
(byte[] bytes) Return a readable string with the bytes in a byte[] message.
-
Method Details
-
printBytes
Return a readable string with the bytes in a byte[] message.- Parameters:
bytes
- byte[]; the byte array to display- Returns:
- String; a readable string with the bytes in a byte[] message
-