package node
Ordering
- Alphabetic
Visibility
- Public
- Protected
Package Members
Type Members
- trait Buffer extends Object with StObject with Uint8Array with _KeyLike with _PathLike
Raw data is stored in instances of the Buffer class.
Raw data is stored in instances of the Buffer class. A Buffer is similar to an array of integers but corresponds to a raw memory allocation outside the V8 heap. A Buffer cannot be resized. Valid string encodings: 'ascii'|'utf8'|'utf16le'|'ucs2'(alias of 'utf16le')|'base64'|'binary'(deprecated)|'hex'
- Annotations
- @JSType() @native()
- trait BufferEncoding extends Object with StObject
- Annotations
- @JSType()
Value Members
- object BufferEncoding
- object NodeJS
- object bufferMod
- object eventsMod
- object httpMod
- object netMod
- object nodeBooleans
- object nodeEventsMod
- object nodeNetMod
- object nodeStreamMod
- object nodeStrings
- object nodeUrlMod
- object streamMod
- object urlMod