W3cubDocs

/Dart 2

UnmodifiableByteBufferView class

A read-only view of a ByteBuffer.

Implemented types

Constructors

UnmodifiableByteBufferView(ByteBuffer data)

Properties

lengthInBytesint
read-only, override
Returns the length of this byte buffer, in bytes.
hashCodeint
read-only, inherited
The hash code for this object. [...]
runtimeTypeType
read-only, inherited
A representation of the runtime type of the object.

Methods

asByteData([int offsetInBytes = 0, int length ]) → ByteData
override
Creates a ByteData view of a region of this byte buffer. [...]
asFloat32List([int offsetInBytes = 0, int length ]) → Float32List
override
Creates a Float32List view of a region of this byte buffer. [...]
asFloat32x4List([int offsetInBytes = 0, int length ]) → Float32x4List
override
Creates a Float32x4List view of a region of this byte buffer. [...]
asFloat64List([int offsetInBytes = 0, int length ]) → Float64List
override
Creates a Float64List view of a region of this byte buffer. [...]
asFloat64x2List([int offsetInBytes = 0, int length ]) → Float64x2List
override
Creates a Float64x2List view of a region of this byte buffer. [...]
asInt8List([int offsetInBytes = 0, int length ]) → Int8List
override
Creates a Int8List view of a region of this byte buffer. [...]
asInt16List([int offsetInBytes = 0, int length ]) → Int16List
override
Creates a Int16List view of a region of this byte buffer. [...]
asInt32List([int offsetInBytes = 0, int length ]) → Int32List
override
Creates a Int32List view of a region of this byte buffer. [...]
asInt32x4List([int offsetInBytes = 0, int length ]) → Int32x4List
override
Creates a Int32x4List view of a region of this byte buffer. [...]
asInt64List([int offsetInBytes = 0, int length ]) → Int64List
override
Creates a Int64List view of a region of this byte buffer. [...]
asUint8ClampedList([int offsetInBytes = 0, int length ]) → Uint8ClampedList
override
Creates a Uint8ClampedList view of a region of this byte buffer. [...]
asUint8List([int offsetInBytes = 0, int length ]) → Uint8List
override
Creates a Uint8List view of a region of this byte buffer. [...]
asUint16List([int offsetInBytes = 0, int length ]) → Uint16List
override
Creates a Uint16List view of a region of this byte buffer. [...]
asUint32List([int offsetInBytes = 0, int length ]) → Uint32List
override
Creates a Uint32List view of a region of this byte buffer. [...]
asUint64List([int offsetInBytes = 0, int length ]) → Uint64List
override
Creates a Uint64List view of a region of this byte buffer. [...]
noSuchMethod(Invocation invocation) → dynamic
inherited
Invoked when a non-existent method or property is accessed. [...]
toString() → String
inherited
Returns a string representation of this object.

Operators

operator ==(dynamic other) → bool
inherited
The equality operator. [...]

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.5.0/dart-typed_data/UnmodifiableByteBufferView-class.html