Modifier and Type | Method and Description |
---|---|
static Buffer |
Buffer.$as(Object obj) |
Buffer |
NodeBuffer.fill(Object value) |
Buffer |
NodeBuffer.fill(Object value,
double offset) |
Buffer |
NodeBuffer.fill(Object value,
double offset,
double end) |
Buffer |
NodeBuffer.slice() |
Buffer |
NodeBuffer.slice(double start) |
Buffer |
NodeBuffer.slice(double start,
double end) |
Modifier and Type | Method and Description |
---|---|
double |
NodeBuffer.compare(Buffer otherBuffer) |
double |
NodeBuffer.copy(Buffer targetBuffer) |
double |
NodeBuffer.copy(Buffer targetBuffer,
double targetStart) |
double |
NodeBuffer.copy(Buffer targetBuffer,
double targetStart,
double sourceStart) |
double |
NodeBuffer.copy(Buffer targetBuffer,
double targetStart,
double sourceStart,
double sourceEnd) |
Boolean |
NodeBuffer.equals(Buffer otherBuffer) |
double |
NodeBuffer.indexOf(Buffer value) |
double |
NodeBuffer.indexOf(Buffer value,
double byteOffset) |
Modifier and Type | Method and Description |
---|---|
Buffer |
Hmac.digest() |
Buffer |
Hash.digest() |
Buffer |
Cipher.getAuthTag() |
static Buffer |
Exports.pbkdf2Sync(Buffer password,
Buffer salt,
double iterations,
double keylen) |
static Buffer |
Exports.pbkdf2Sync(Buffer password,
Buffer salt,
double iterations,
double keylen,
String digest) |
static Buffer |
Exports.pbkdf2Sync(Buffer password,
String salt,
double iterations,
double keylen) |
static Buffer |
Exports.pbkdf2Sync(Buffer password,
String salt,
double iterations,
double keylen,
String digest) |
static Buffer |
Exports.pbkdf2Sync(String password,
Buffer salt,
double iterations,
double keylen) |
static Buffer |
Exports.pbkdf2Sync(String password,
Buffer salt,
double iterations,
double keylen,
String digest) |
static Buffer |
Exports.pbkdf2Sync(String password,
String salt,
double iterations,
double keylen) |
static Buffer |
Exports.pbkdf2Sync(String password,
String salt,
double iterations,
double keylen,
String digest) |
static Buffer |
Exports.privateDecrypt(RsaPrivateKey private_key,
Buffer buffer) |
static Buffer |
Exports.privateDecrypt(String private_key,
Buffer buffer) |
static Buffer |
Exports.pseudoRandomBytes(double size) |
static Buffer |
Exports.publicEncrypt(RsaPublicKey public_key,
Buffer buffer) |
static Buffer |
Exports.publicEncrypt(String public_key,
Buffer buffer) |
static Buffer |
Exports.randomBytes(double size) |
Buffer |
Decipher.update(Buffer data) |
Buffer |
Cipher.update(Buffer data) |
Buffer |
Decipher.update(String data,
Buffer input_encoding) |
Buffer |
Cipher.update(String data,
Buffer input_encoding) |
Modifier and Type | Method and Description |
---|---|
static Hmac |
Exports.createHmac(String algorithm,
Buffer key) |
static void |
Exports.pbkdf2(Buffer password,
Buffer salt,
double iterations,
double keylen,
Function.A2<? super Error,? super Buffer,? extends Object> callback) |
static void |
Exports.pbkdf2(Buffer password,
Buffer salt,
double iterations,
double keylen,
String digest,
Function.A2<? super Error,? super Buffer,? extends Object> callback) |
static void |
Exports.pbkdf2(Buffer password,
String salt,
double iterations,
double keylen,
Function.A2<? super Error,? super Buffer,? extends Object> callback) |
static void |
Exports.pbkdf2(Buffer password,
String salt,
double iterations,
double keylen,
String digest,
Function.A2<? super Error,? super Buffer,? extends Object> callback) |
static void |
Exports.pbkdf2(String password,
Buffer salt,
double iterations,
double keylen,
Function.A2<? super Error,? super Buffer,? extends Object> callback) |
static void |
Exports.pbkdf2(String password,
Buffer salt,
double iterations,
double keylen,
String digest,
Function.A2<? super Error,? super Buffer,? extends Object> callback) |
static Buffer |
Exports.pbkdf2Sync(Buffer password,
Buffer salt,
double iterations,
double keylen) |
static Buffer |
Exports.pbkdf2Sync(Buffer password,
Buffer salt,
double iterations,
double keylen,
String digest) |
static Buffer |
Exports.pbkdf2Sync(Buffer password,
String salt,
double iterations,
double keylen) |
static Buffer |
Exports.pbkdf2Sync(Buffer password,
String salt,
double iterations,
double keylen,
String digest) |
static Buffer |
Exports.pbkdf2Sync(String password,
Buffer salt,
double iterations,
double keylen) |
static Buffer |
Exports.pbkdf2Sync(String password,
Buffer salt,
double iterations,
double keylen,
String digest) |
static Buffer |
Exports.privateDecrypt(RsaPrivateKey private_key,
Buffer buffer) |
static Buffer |
Exports.privateDecrypt(String private_key,
Buffer buffer) |
static Buffer |
Exports.publicEncrypt(RsaPublicKey public_key,
Buffer buffer) |
static Buffer |
Exports.publicEncrypt(String public_key,
Buffer buffer) |
void |
Decipher.setAuthTag(Buffer tag) |
Buffer |
Decipher.update(Buffer data) |
Buffer |
Cipher.update(Buffer data) |
String |
Decipher.update(Buffer data,
Object input_encoding,
String output_encoding) |
String |
Cipher.update(Buffer data,
Object input_encoding,
String output_encoding) |
Buffer |
Decipher.update(String data,
Buffer input_encoding) |
Buffer |
Cipher.update(String data,
Buffer input_encoding) |
Modifier and Type | Method and Description |
---|---|
static void |
Exports.pbkdf2(Buffer password,
Buffer salt,
double iterations,
double keylen,
Function.A2<? super Error,? super Buffer,? extends Object> callback) |
static void |
Exports.pbkdf2(Buffer password,
Buffer salt,
double iterations,
double keylen,
String digest,
Function.A2<? super Error,? super Buffer,? extends Object> callback) |
static void |
Exports.pbkdf2(Buffer password,
String salt,
double iterations,
double keylen,
Function.A2<? super Error,? super Buffer,? extends Object> callback) |
static void |
Exports.pbkdf2(Buffer password,
String salt,
double iterations,
double keylen,
String digest,
Function.A2<? super Error,? super Buffer,? extends Object> callback) |
static void |
Exports.pbkdf2(String password,
Buffer salt,
double iterations,
double keylen,
Function.A2<? super Error,? super Buffer,? extends Object> callback) |
static void |
Exports.pbkdf2(String password,
Buffer salt,
double iterations,
double keylen,
String digest,
Function.A2<? super Error,? super Buffer,? extends Object> callback) |
static void |
Exports.pbkdf2(String password,
String salt,
double iterations,
double keylen,
Function.A2<? super Error,? super Buffer,? extends Object> callback) |
static void |
Exports.pbkdf2(String password,
String salt,
double iterations,
double keylen,
String digest,
Function.A2<? super Error,? super Buffer,? extends Object> callback) |
static void |
Exports.pseudoRandomBytes(double size,
Function.A2<? super Error,? super Buffer,? extends Void> callback) |
static void |
Exports.randomBytes(double size,
Function.A2<? super Error,? super Buffer,? extends Void> callback) |
Modifier and Type | Method and Description |
---|---|
void |
Socket.send(Buffer buf,
double offset,
double length,
double port,
String address) |
void |
Socket.send(Buffer buf,
double offset,
double length,
double port,
String address,
Function.A2<? super Error,? super Number,? extends Void> callback) |
Modifier and Type | Method and Description |
---|---|
static Socket |
Exports.createSocket(String type,
Function.A2<? super Buffer,? super RemoteInfo,? extends Void> callback) |
Modifier and Type | Method and Description |
---|---|
static Buffer |
Exports.readFileSync(String filename) |
static Buffer |
Exports.readFileSync(String filename,
Objs options) |
Modifier and Type | Method and Description |
---|---|
static void |
Exports.read(double fd,
Buffer buffer,
double offset,
double length,
double position) |
static void |
Exports.read(double fd,
Buffer buffer,
double offset,
double length,
double position,
Function.A3<? super ErrnoException,? super Number,? super Buffer,? extends Void> callback) |
static double |
Exports.readSync(double fd,
Buffer buffer,
double offset,
double length,
double position) |
static void |
Exports.write(double fd,
Buffer buffer,
double offset,
double length) |
static void |
Exports.write(double fd,
Buffer buffer,
double offset,
double length,
double position) |
static void |
Exports.write(double fd,
Buffer buffer,
double offset,
double length,
double position,
Function.A3<? super ErrnoException,? super Number,? super Buffer,? extends Void> callback) |
static void |
Exports.write(double fd,
Buffer buffer,
double offset,
double length,
Function.A3<? super ErrnoException,? super Number,? super Buffer,? extends Void> callback) |
static double |
Exports.writeSync(double fd,
Buffer buffer,
double offset,
double length) |
static double |
Exports.writeSync(double fd,
Buffer buffer,
double offset,
double length,
double position) |
Modifier and Type | Method and Description |
---|---|
static void |
Exports.read(double fd,
Buffer buffer,
double offset,
double length,
double position,
Function.A3<? super ErrnoException,? super Number,? super Buffer,? extends Void> callback) |
static void |
Exports.readFile(String filename,
Function.A2<? super ErrnoException,? super Buffer,? extends Void> callback) |
static void |
Exports.readFile(String filename,
Objs options,
Function.A2<? super ErrnoException,? super Buffer,? extends Void> callback) |
static void |
Exports.write(double fd,
Buffer buffer,
double offset,
double length,
double position,
Function.A3<? super ErrnoException,? super Number,? super Buffer,? extends Void> callback) |
static void |
Exports.write(double fd,
Buffer buffer,
double offset,
double length,
Function.A3<? super ErrnoException,? super Number,? super Buffer,? extends Void> callback) |
Modifier and Type | Method and Description |
---|---|
void |
ClientRequest.end(Buffer buffer) |
void |
ServerResponse.end(Buffer buffer) |
void |
ClientRequest.end(Buffer buffer,
Function cb) |
void |
ServerResponse.end(Buffer buffer,
Function cb) |
Boolean |
ClientRequest.write(Buffer buffer) |
Boolean |
ServerResponse.write(Buffer buffer) |
Boolean |
ClientRequest.write(Buffer buffer,
Function cb) |
Boolean |
ServerResponse.write(Buffer buffer,
Function cb) |
Modifier and Type | Field and Description |
---|---|
Objs.Property<Union.A2<String,Buffer>> |
SpawnSyncOptions.input |
Objs.Property<Union.A2<String,Buffer>> |
ExecSyncOptions.input |
Objs.Property<Union.A2<String,Buffer>> |
ExecFileSyncOptions.input |
Modifier and Type | Method and Description |
---|---|
static Buffer |
Exports.execFileSync(String command) |
static Buffer |
Exports.execFileSync(String command,
ExecFileSyncOptions options) |
static Buffer |
Exports.execFileSync(String command,
ExecFileSyncOptionsWithBufferEncoding options) |
static Buffer |
Exports.execFileSync(String command,
String[] args) |
static Buffer |
Exports.execFileSync(String command,
String[] args,
ExecFileSyncOptions options) |
static Buffer |
Exports.execFileSync(String command,
String[] args,
ExecFileSyncOptionsWithBufferEncoding options) |
static Buffer |
Exports.execSync(String command) |
static Buffer |
Exports.execSync(String command,
ExecSyncOptions options) |
static Buffer |
Exports.execSync(String command,
ExecSyncOptionsWithBufferEncoding options) |
Modifier and Type | Method and Description |
---|---|
static SpawnSyncReturns<Buffer> |
Exports.spawnSync(String command) |
static SpawnSyncReturns<Buffer> |
Exports.spawnSync(String command,
SpawnSyncOptions options) |
static SpawnSyncReturns<Buffer> |
Exports.spawnSync(String command,
SpawnSyncOptionsWithBufferEncoding options) |
static SpawnSyncReturns<Buffer> |
Exports.spawnSync(String command,
String[] args) |
static SpawnSyncReturns<Buffer> |
Exports.spawnSync(String command,
String[] args,
SpawnSyncOptions options) |
static SpawnSyncReturns<Buffer> |
Exports.spawnSync(String command,
String[] args,
SpawnSyncOptionsWithBufferEncoding options) |
Modifier and Type | Method and Description |
---|---|
static ChildProcess |
Exports.exec(String command,
ExecOptionsWithBufferEncoding options,
Function.A3<? super Error,? super Buffer,? super Buffer,? extends Void> callback) |
static ChildProcess |
Exports.exec(String command,
ExecOptionsWithBufferEncoding options,
Function.A3<? super Error,? super Buffer,? super Buffer,? extends Void> callback) |
static ChildProcess |
Exports.execFile(String file,
ExecFileOptionsWithBufferEncoding options,
Function.A3<? super Error,? super Buffer,? super Buffer,? extends Void> callback) |
static ChildProcess |
Exports.execFile(String file,
ExecFileOptionsWithBufferEncoding options,
Function.A3<? super Error,? super Buffer,? super Buffer,? extends Void> callback) |
static ChildProcess |
Exports.execFile(String file,
String[] args,
ExecFileOptionsWithBufferEncoding options,
Function.A3<? super Error,? super Buffer,? super Buffer,? extends Void> callback) |
static ChildProcess |
Exports.execFile(String file,
String[] args,
ExecFileOptionsWithBufferEncoding options,
Function.A3<? super Error,? super Buffer,? super Buffer,? extends Void> callback) |
Modifier and Type | Method and Description |
---|---|
void |
Socket.end(Buffer buffer) |
void |
Socket.end(Buffer buffer,
Function cb) |
Boolean |
Socket.write(Buffer buffer) |
Boolean |
Socket.write(Buffer buffer,
Function cb) |
Modifier and Type | Method and Description |
---|---|
Union.A2<String,Buffer> |
ReadableStream.read() |
Union.A2<String,Buffer> |
ReadableStream.read(double size) |
Modifier and Type | Method and Description |
---|---|
void |
WritableStream.end(Buffer buffer) |
void |
WritableStream.end(Buffer buffer,
Function cb) |
void |
ReadableStream.unshift(Buffer chunk) |
Boolean |
WritableStream.write(Buffer buffer) |
Boolean |
WritableStream.write(Buffer buffer,
Function cb) |
Modifier and Type | Method and Description |
---|---|
void |
ReadLine.write(Buffer data) |
void |
ReadLine.write(Buffer data,
Key key) |
Modifier and Type | Method and Description |
---|---|
double |
NodeStringDecoder.detectIncompleteChar(Buffer buffer) |
String |
NodeStringDecoder.write(Buffer buffer) |
Modifier and Type | Field and Description |
---|---|
Objs.Property<Buffer> |
ScriptOptions.cachedData |
Modifier and Type | Method and Description |
---|---|
Buffer |
ScriptOptions.cachedData() |
Modifier and Type | Method and Description |
---|---|
static void |
Exports.deflate(Buffer buf,
Function.A2<? super Error,? super Object,? extends Void> callback) |
static void |
Exports.deflateRaw(Buffer buf,
Function.A2<? super Error,? super Object,? extends Void> callback) |
static Object |
Exports.deflateRawSync(Buffer buf) |
static Object |
Exports.deflateRawSync(Buffer buf,
ZlibOptions options) |
static Object |
Exports.deflateSync(Buffer buf) |
static Object |
Exports.deflateSync(Buffer buf,
ZlibOptions options) |
static void |
Exports.gunzip(Buffer buf,
Function.A2<? super Error,? super Object,? extends Void> callback) |
static Object |
Exports.gunzipSync(Buffer buf) |
static Object |
Exports.gunzipSync(Buffer buf,
ZlibOptions options) |
static void |
Exports.gzip(Buffer buf,
Function.A2<? super Error,? super Object,? extends Void> callback) |
static Object |
Exports.gzipSync(Buffer buf) |
static Object |
Exports.gzipSync(Buffer buf,
ZlibOptions options) |
static void |
Exports.inflate(Buffer buf,
Function.A2<? super Error,? super Object,? extends Void> callback) |
static void |
Exports.inflateRaw(Buffer buf,
Function.A2<? super Error,? super Object,? extends Void> callback) |
static Object |
Exports.inflateRawSync(Buffer buf) |
static Object |
Exports.inflateRawSync(Buffer buf,
ZlibOptions options) |
static Object |
Exports.inflateSync(Buffer buf) |
static Object |
Exports.inflateSync(Buffer buf,
ZlibOptions options) |
static void |
Exports.unzip(Buffer buf,
Function.A2<? super Error,? super Object,? extends Void> callback) |
static Object |
Exports.unzipSync(Buffer buf) |
static Object |
Exports.unzipSync(Buffer buf,
ZlibOptions options) |
Copyright © 2018. All rights reserved.