blob: 7c751bbdb08d03779256823e902eb6c076f32903 [file] [log] [blame] [view]
# 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) &#8594; List&lt;[Handle](../zircon/Handle-class.md)>
_<span class="feature read-only">read-only</span>_
##### [hashCode](../zircon/ReadResult/hashCode.md) &#8594; 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) &#8594; int
_<span class="feature read-only">read-only</span>_
##### [runtimeType](../zircon/ReadResult/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>_
##### [status](../zircon/ReadResult/status.md) &#8594; 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>_