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
Dataized. asBytes()
Extract the data from the object and convert toBytes
.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 unsigned shift.Bytes
BytesOf. shift(int bits)
Bytes
Bytes. sshift(int bits)
Big-endian signed right shift.Bytes
BytesOf. sshift(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)
Constructors in org.eolang with parameters of type Bytes Constructor Description BytesOf(Bytes bytes)
Ctor.
-