NetworkBuffer class

Constructors

NetworkBuffer()

Properties

available int
no setter
canRead bool
no setter
hashCode int
The hash code for this object.
no setterinherited
protected bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

holdFor(DC src, int offset, int size, int needed) → void
holdForNeeded(DC src, int needed) → void
holdForNextWrite(DC src, int offset, int size) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
protect(DC data, int offset, int needed) bool
read() DC?
toString() String
A string representation of this object.
inherited
write(DC src, int offset, int length) → void

Operators

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