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 Bytesand(Bytes other)AND operation.<T extends Number>
TasNumber(Class<T> type)Convert to number.Bytesnot()NOT operation.Bytesor(Bytes other)OR operation.Bytesshift(int bits)Big-endian shift.Bytesxor(Bytes other)XOR operation.
-