| |
| |
| |
| # ReadResult class |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| ## Constructors |
| |
| [ReadResult](../zircon/ReadResult/ReadResult.md) (int status, [ByteData _bytes, int _numBytes, List<[Handle](../zircon/Handle-class.md)> _handles]) |
| |
| _const_ |
| |
| |
| ## Properties |
| |
| ##### [bytes](../zircon/ReadResult/bytes.md) → ByteData |
| |
| |
| |
| |
| _<span class="feature read-only">read-only</span>_ |
| |
| |
| |
| ##### [handles](../zircon/ReadResult/handles.md) → List<[Handle](../zircon/Handle-class.md)> |
| |
| |
| |
| |
| _<span class="feature read-only">read-only</span>_ |
| |
| |
| |
| ##### [hashCode](../zircon/ReadResult/hashCode.md) → int |
| |
| |
| |
| The hash code for this object. |
| _<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_ |
| |
| |
| |
| ##### [numBytes](../zircon/ReadResult/numBytes.md) → int |
| |
| |
| |
| |
| _<span class="feature read-only">read-only</span>_ |
| |
| |
| |
| ##### [runtimeType](../zircon/ReadResult/runtimeType.md) → Type |
| |
| |
| |
| A representation of the runtime type of the object. |
| _<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_ |
| |
| |
| |
| ##### [status](../zircon/ReadResult/status.md) → int |
| |
| |
| |
| |
| _<span class="feature final">final</span><span class="feature inherited">inherited</span>_ |
| |
| |
| |
| |
| |
| ## Methods |
| |
| ##### [bytesAsUint8List](../zircon/ReadResult/bytesAsUint8List.md)() Uint8List |
| |
| |
| |
| |
| |
| |
| |
| |
| ##### [bytesAsUTF8String](../zircon/ReadResult/bytesAsUTF8String.md)() String |
| |
| |
| |
| |
| |
| |
| |
| |
| ##### [noSuchMethod](../zircon/ReadResult/noSuchMethod.md)(Invocation invocation) dynamic |
| |
| |
| |
| Invoked when a non-existent method or property is accessed. |
| _<span class="feature inherited">inherited</span>_ |
| |
| |
| |
| ##### [toString](../zircon/ReadResult/toString.md)() String |
| |
| |
| |
| A string representation of this object. |
| _<span class="feature override">override</span>_ |
| |
| |
| |
| |
| |
| ## Operators |
| |
| ##### [operator ==](../zircon/ReadResult/operator_equals.md)(Object other) bool |
| |
| |
| |
| The equality operator. |
| _<span class="feature inherited">inherited</span>_ |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |