Interface ValueGetter.LongBuilder

Enclosing class:
ValueGetter
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface protected static interface ValueGetter.LongBuilder
Builder for a long from a byte sequence.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    getLong(long b1, long b2, long b3, long b4, long b5, long b6, long b7, long b8)
    Get a long.
  • Method Details

    • getLong

      long getLong(long b1, long b2, long b3, long b4, long b5, long b6, long b7, long b8)
      Get a long.
      Parameters:
      b1 - byte 1
      b2 - byte 2
      b3 - byte 3
      b4 - byte 4
      b5 - byte 5
      b6 - byte 6
      b7 - byte 7
      b8 - byte 8
      Returns:
      long