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.
Builder for a long from a byte sequence.
-
Method Summary
Modifier and TypeMethodDescriptionlonggetLong(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 1b2- byte 2b3- byte 3b4- byte 4b5- byte 5b6- byte 6b7- byte 7b8- byte 8- Returns:
- long
-