Class MessageHelper

java.lang.Object
io.deephaven.proto.flight.util.MessageHelper

public class MessageHelper extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static byte[]
    toIpcBytes(com.google.flatbuffers.FlatBufferBuilder builder)
     
    static int
    wrapInMessage(com.google.flatbuffers.FlatBufferBuilder builder, int headerOffset, byte headerType)
     
    static int
    wrapInMessage(com.google.flatbuffers.FlatBufferBuilder builder, int headerOffset, byte headerType, int bodyLength)
     

    Methods inherited from class java.lang.Object

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

    • MessageHelper

      public MessageHelper()
  • Method Details

    • wrapInMessage

      public static int wrapInMessage(com.google.flatbuffers.FlatBufferBuilder builder, int headerOffset, byte headerType)
    • wrapInMessage

      public static int wrapInMessage(com.google.flatbuffers.FlatBufferBuilder builder, int headerOffset, byte headerType, int bodyLength)
    • toIpcBytes

      public static byte[] toIpcBytes(com.google.flatbuffers.FlatBufferBuilder builder)