Class BinaryRawValueData<T>

    • Constructor Detail

      • BinaryRawValueData

        public BinaryRawValueData​(T javaObject)
      • BinaryRawValueData

        public BinaryRawValueData​(MemorySegment[] segments,
                                  int offset,
                                  int sizeInBytes)
      • BinaryRawValueData

        public BinaryRawValueData​(MemorySegment[] segments,
                                  int offset,
                                  int sizeInBytes,
                                  T javaObject)