Package org.eolang
Interface Bytes
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eolang.Data
Data.Once<T>, Data.ToPhi, Data.Value<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Bytes
and(Bytes other)
AND operation.<T extends Number>
TasNumber(Class<T> type)
Convert to number.Bytes
not()
NOT operation.Bytes
or(Bytes other)
OR operation.Bytes
shift(int bits)
Big-endian shift.Bytes
xor(Bytes other)
XOR operation.
-