ByteSetter class abstract

All the classes in here have been ported from the PostGIS extension for PostgreSQL JDBC driver project.

License is LGPL.

Original authors: (C) 2005 Markus Schaber, markus.schaber@logix-tt.com (C) 2015 Phillip Ross, phillip.w.g.ross@gmail.com Dart port: 2020 Antonello Andrea (www.hydrologis.com)

Implementers

Constructors

ByteSetter()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
set(int b, int index) → void
Set a byte.
toString() String
A string representation of this object.
inherited

Operators

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