LinkedWriteMarker class

Constructors

LinkedWriteMarker(ByteBuf _delegate, int _index)

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

jump() → void
Sets the ByteBuf.writerIndex to the markers position
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
set(int i) → void
Manually sets the marker index
toString() String
A string representation of this object.
inherited
update() → void
Sets the marker to the current ByteBuf.writerIndex

Operators

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