byte_extensions library

Classes

BigIntByteListStreamTransformer
Transform a byte list stream into a stream of BigInts
BigIntByteStreamTransformer
Transform a byte stream into a stream of BigInts
DoubleByteListStreamTransformer
Transform a byte list stream into a stream of doubles
DoubleByteStreamTransformer
Transform a byte stream into a stream of doubles
IntegerByteListStreamTransformer
Transform a stream of bytes lists into an integer stream
IntegerByteStreamTransformer
Transform a byte stream into an integer stream

Enums

IntType
Enum to denote the type of integers that we are working with
Precision
Enum to denote the type of double that we are working with

Extensions

BigIntToBytesExtension on BigInt
Extension to add our asBytes handling to BigInt
DoubleToBytesExtension on double
Extension to add asBytes handling to double
IntegerToBytesExtensions on int
Extension to add asBytes handling to int
IntListStreamTransformExtension on Stream<List<int>>
Extension to add our helper methods onto int list streams
IntListToBigIntExtension on List<int>
Extension to add our asBigInt handling to List
IntListToIntegerExtension on List<int>
Extension to add our asInt handling to List
IntListToStringExtension on List<int>
Extension to add asString handling to List
IntStreamTransformExtension on Stream<int>
Extension to add our helper methods onto int streams
IntTypeBytesPerElement on IntType
Extension to add bytesPerElement to IntType
ListIntToDoubleExtension on List<int>
Extension to add our asInt handling to List
PrecisionBytesPerElement on Precision
Extension to add bytesPerElement to Precision
StringToBytesExtension on String
Extension to add asBytes handling to string