Interface Uploadable

  • Field Details

    • EMPTY_ARRAY

      static final Uploadable[] EMPTY_ARRAY
    • POSITION_LAYOUT

      static final StructLayout POSITION_LAYOUT
    • UV_LAYOUT

      static final StructLayout UV_LAYOUT
    • POSITION_PACKED_LAYOUT

      static final ValueLayout POSITION_PACKED_LAYOUT
    • UV_PACKED_LAYOUT

      static final ValueLayout UV_PACKED_LAYOUT
    • VERTEX_LAYOUT

      static final StructLayout VERTEX_LAYOUT
  • Method Details

    • size

      int size()
      The number of bytes that this consumer will provide the sink with upon uploadTo(Sink).
    • uploadTo

      void uploadTo(Sink sink)
    • uSpecUploadAtUnchecked

      default void uSpecUploadAtUnchecked(ViaIntermediateBuffer buffer, long offset)