Class FramePrinter


  • @Internal
    public final class FramePrinter
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      FramePrinter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void printData​(java.nio.ByteBuffer data, java.lang.Appendable appendable)  
      void printFrameInfo​(RawFrame frame, java.lang.Appendable appendable)  
      void printPayload​(RawFrame frame, java.lang.Appendable appendable)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FramePrinter

        public FramePrinter()
    • Method Detail

      • printFrameInfo

        public void printFrameInfo​(RawFrame frame,
                                   java.lang.Appendable appendable)
                            throws java.io.IOException
        Throws:
        java.io.IOException
      • printPayload

        public void printPayload​(RawFrame frame,
                                 java.lang.Appendable appendable)
                          throws java.io.IOException
        Throws:
        java.io.IOException
      • printData

        public void printData​(java.nio.ByteBuffer data,
                              java.lang.Appendable appendable)
                       throws java.io.IOException
        Throws:
        java.io.IOException