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 classBytesOfBytes.Methods in org.eolang that return Bytes Modifier and Type Method Description BytesBytes. and(Bytes other)AND operation.BytesBytesOf. and(Bytes other)BytesDataized. asBytes()Extract the data from the object and convert toBytes.BytesBytes. not()NOT operation.BytesBytesOf. not()BytesBytes. or(Bytes other)OR operation.BytesBytesOf. or(Bytes other)BytesBytes. shift(int bits)Big-endian unsigned shift.BytesBytesOf. shift(int bits)BytesBytes. sshift(int bits)Big-endian signed right shift.BytesBytesOf. sshift(int bits)BytesBytes. xor(Bytes other)XOR operation.BytesBytesOf. xor(Bytes other)Methods in org.eolang with parameters of type Bytes Modifier and Type Method Description BytesBytes. and(Bytes other)AND operation.BytesBytesOf. and(Bytes other)BytesBytes. or(Bytes other)OR operation.BytesBytesOf. or(Bytes other)BytesBytes. xor(Bytes other)XOR operation.BytesBytesOf. xor(Bytes other)Constructors in org.eolang with parameters of type Bytes Constructor Description BytesOf(Bytes bytes)Ctor.
-