Class PipeMessage


  • public class PipeMessage
    extends java.lang.Object
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
      • serializeToByteBuffer

        public java.nio.ByteBuffer serializeToByteBuffer()
                                                  throws java.io.IOException
        Throws:
        java.io.IOException
      • serialize

        public void serialize​(java.io.DataOutputStream dataOutputStream)
                       throws java.io.IOException
        Throws:
        java.io.IOException
      • deserialize

        public static PipeMessage deserialize​(java.nio.ByteBuffer buffer)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object