PgByteDataWriter class

Inheritance
  • Object
  • ByteDataWriter
  • PgByteDataWriter

Constructors

PgByteDataWriter({int bufferLength = 128, required Encoding encoding})

Properties

bufferLength int
getter/setter pairinherited
encoding Encoding
final
encodingName → EncodedString
latefinal
endian Endian
finalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

encodeString(String value) → EncodedString
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toBytes() Uint8List
Concatenate the byte arrays and return them as a single unit.
inherited
toString() String
A string representation of this object.
inherited
write(List<int> bytes, {bool copy = false}) → void
inherited
writeEncodedString(EncodedString value) → void
writeFloat32(double value, [Endian? endian]) → void
inherited
writeFloat64(double value, [Endian? endian]) → void
inherited
writeInt(int byteLength, int value, [Endian? endian]) → void
inherited
writeInt16(int value, [Endian? endian]) → void
inherited
writeInt32(int value, [Endian? endian]) → void
inherited
writeInt64(int value, [Endian? endian]) → void
inherited
writeInt8(int value) → void
inherited
writeLengthEncodedString(String value) → void
writeUint(int byteLength, int value, [Endian? endian]) → void
inherited
writeUint16(int value, [Endian? endian]) → void
inherited
writeUint32(int value, [Endian? endian]) → void
inherited
writeUint64(int value, [Endian? endian]) → void
inherited
writeUint8(int value) → void
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited