blob: c3df8f27e00dc441ac8baa3d1f0472ef2e2d6f6b [file] [log] [blame] [view]
# ChannelReader class
## Constructors
[ChannelReader](../zircon/ChannelReader/ChannelReader.md) ()
## Properties
##### [channel](../zircon/ChannelReader/channel.md) → [Channel](../zircon/Channel-class.md)
_<span class="feature read-only">read-only</span>_
##### [hashCode](../zircon/ChannelReader/hashCode.md) &#8594; int
The hash code for this object.
_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
##### [isBound](../zircon/ChannelReader/isBound.md) &#8594; bool
_<span class="feature read-only">read-only</span>_
##### [onError](../zircon/ChannelReader/onError.md) &#8596; [ChannelReaderErrorHandler](../zircon/ChannelReaderErrorHandler.md)
_<span class="feature read / write">read / write</span>_
##### [onReadable](../zircon/ChannelReader/onReadable.md) &#8596; [ChannelReaderReadableHandler](../zircon/ChannelReaderReadableHandler.md)
_<span class="feature read / write">read / write</span>_
##### [runtimeType](../zircon/ChannelReader/runtimeType.md) &#8594; Type
A representation of the runtime type of the object.
_<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_
## Methods
##### [bind](../zircon/ChannelReader/bind.md)([Channel](../zircon/Channel-class.md) channel) void
##### [close](../zircon/ChannelReader/close.md)() void
##### [noSuchMethod](../zircon/ChannelReader/noSuchMethod.md)(Invocation invocation) dynamic
Invoked when a non-existent method or property is accessed.
_<span class="feature inherited">inherited</span>_
##### [toString](../zircon/ChannelReader/toString.md)() String
A string representation of this object.
_<span class="feature override">override</span>_
##### [unbind](../zircon/ChannelReader/unbind.md)() [Channel](../zircon/Channel-class.md)
## Operators
##### [operator ==](../zircon/ChannelReader/operator_equals.md)(Object other) bool
The equality operator.
_<span class="feature inherited">inherited</span>_