Uses of Interface
org.eolang.Bytes
-
Packages that use Bytes Package Description org.eolang EO runtime. -
-
Uses of Bytes in org.eolang
Classes in org.eolang that implement Bytes Modifier and Type Class Description class
BytesOf
Bytes.Methods in org.eolang that return Bytes Modifier and Type Method Description Bytes
Bytes. and(Bytes other)
AND operation.Bytes
BytesOf. and(Bytes other)
Bytes
Bytes. not()
NOT operation.Bytes
BytesOf. not()
Bytes
Bytes. or(Bytes other)
OR operation.Bytes
BytesOf. or(Bytes other)
Bytes
Bytes. shift(int bits)
Big-endian shift.Bytes
BytesOf. shift(int bits)
Bytes
Bytes. xor(Bytes other)
XOR operation.Bytes
BytesOf. xor(Bytes other)
Methods in org.eolang with parameters of type Bytes Modifier and Type Method Description Bytes
Bytes. and(Bytes other)
AND operation.Bytes
BytesOf. and(Bytes other)
Bytes
Bytes. or(Bytes other)
OR operation.Bytes
BytesOf. or(Bytes other)
Bytes
Bytes. xor(Bytes other)
XOR operation.Bytes
BytesOf. xor(Bytes other)
-