BufferModule class abstract
- Annotations
-
- @JS()
- @anonymous
Constructors
Properties
- constants → BufferConstants
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- INSPECT_MAX_BYTES → int
-
Returns the maximum number of bytes that will be returned when
Buffer.inspect
is called.no setter - kMaxLength → int
-
An alias for BufferConstants.MAX_LENGTH.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
transcode(
dynamic source, String fromEnc, String toEnc) → Buffer -
Re-encodes the given
source
Buffer or Uint8Array instance from one character encoding to another. Returns a new Buffer instance.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited