| Modifier and Type | Method and Description |
|---|---|
static ErrnoException |
ErrnoException.$as(Object obj) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Exports.access(String path,
double mode,
net.java.html.lib.Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.access(String path,
net.java.html.lib.Function.A1<? super ErrnoException,? extends Void> callback)
Tests a user's permissions for the file specified by path.
|
static void |
Exports.appendFile(String filename,
Object data,
net.java.html.lib.Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.appendFile(String filename,
Object data,
net.java.html.lib.Objs options,
net.java.html.lib.Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.chmod(String path,
double mode,
net.java.html.lib.Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.chmod(String path,
String mode,
net.java.html.lib.Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.chown(String path,
double uid,
double gid,
net.java.html.lib.Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.close(double fd,
net.java.html.lib.Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.fchmod(double fd,
double mode,
net.java.html.lib.Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.fchmod(double fd,
String mode,
net.java.html.lib.Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.fchown(double fd,
double uid,
double gid,
net.java.html.lib.Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.fstat(double fd,
net.java.html.lib.Function.A2<? super ErrnoException,? super Stats,? extends Object> callback) |
static void |
Exports.fsync(double fd,
net.java.html.lib.Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.ftruncate(double fd,
double len,
net.java.html.lib.Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.ftruncate(double fd,
net.java.html.lib.Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.futimes(double fd,
net.java.html.lib.Date atime,
net.java.html.lib.Date mtime,
net.java.html.lib.Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.futimes(double fd,
double atime,
double mtime,
net.java.html.lib.Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.lchmod(String path,
double mode,
net.java.html.lib.Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.lchmod(String path,
String mode,
net.java.html.lib.Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.lchown(String path,
double uid,
double gid,
net.java.html.lib.Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.link(String srcpath,
String dstpath,
net.java.html.lib.Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.lstat(String path,
net.java.html.lib.Function.A2<? super ErrnoException,? super Stats,? extends Object> callback) |
static void |
Exports.mkdir(String path,
double mode,
net.java.html.lib.Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.mkdir(String path,
net.java.html.lib.Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.mkdir(String path,
String mode,
net.java.html.lib.Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.open(String path,
String flags,
double mode,
net.java.html.lib.Function.A2<? super ErrnoException,? super Number,? extends Object> callback) |
static void |
Exports.open(String path,
String flags,
net.java.html.lib.Function.A2<? super ErrnoException,? super Number,? extends Object> callback) |
static void |
Exports.open(String path,
String flags,
String mode,
net.java.html.lib.Function.A2<? super ErrnoException,? super Number,? extends Object> callback) |
static void |
Exports.read(double fd,
Buffer buffer,
double offset,
double length,
double position,
net.java.html.lib.Function.A3<? super ErrnoException,? super Number,? super Buffer,? extends Void> callback) |
static void |
Exports.readdir(String path,
net.java.html.lib.Function.A2<? super ErrnoException,? super net.java.html.lib.Array<String>,? extends Void> callback) |
static void |
Exports.readFile(String filename,
net.java.html.lib.Function.A2<? super ErrnoException,? super Buffer,? extends Void> callback) |
static void |
Exports.readFile(String filename,
net.java.html.lib.Objs options,
net.java.html.lib.Function.A2<? super ErrnoException,? super Buffer,? extends Void> callback) |
static void |
Exports.readFile(String filename,
String encoding,
net.java.html.lib.Function.A2<? super ErrnoException,? super String,? extends Void> callback) |
static void |
Exports.readlink(String path,
net.java.html.lib.Function.A2<? super ErrnoException,? super String,? extends Object> callback) |
static void |
Exports.realpath(String path,
net.java.html.lib.Function.A2<? super ErrnoException,? super String,? extends Object> callback) |
static void |
Exports.realpath(String path,
net.java.html.lib.Objs cache,
net.java.html.lib.Function.A2<? super ErrnoException,? super String,? extends Object> callback) |
static void |
Exports.rename(String oldPath,
String newPath,
net.java.html.lib.Function.A1<? super ErrnoException,? extends Void> callback)
Asynchronous rename.
|
static void |
Exports.rmdir(String path,
net.java.html.lib.Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.stat(String path,
net.java.html.lib.Function.A2<? super ErrnoException,? super Stats,? extends Object> callback) |
static void |
Exports.symlink(String srcpath,
String dstpath,
String type,
net.java.html.lib.Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.truncate(String path,
double len,
net.java.html.lib.Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.truncate(String path,
net.java.html.lib.Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.unlink(String path,
net.java.html.lib.Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.utimes(String path,
net.java.html.lib.Date atime,
net.java.html.lib.Date mtime,
net.java.html.lib.Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.utimes(String path,
double atime,
double mtime,
net.java.html.lib.Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.write(double fd,
Buffer buffer,
double offset,
double length,
double position,
net.java.html.lib.Function.A3<? super ErrnoException,? super Number,? super Buffer,? extends Void> callback) |
static void |
Exports.write(double fd,
Buffer buffer,
double offset,
double length,
net.java.html.lib.Function.A3<? super ErrnoException,? super Number,? super Buffer,? extends Void> callback) |
static void |
Exports.write(double fd,
Object data,
double offset,
net.java.html.lib.Function.A3<? super ErrnoException,? super Number,? super String,? extends Void> callback) |
static void |
Exports.write(double fd,
Object data,
double offset,
String encoding,
net.java.html.lib.Function.A3<? super ErrnoException,? super Number,? super String,? extends Void> callback) |
static void |
Exports.write(double fd,
Object data,
net.java.html.lib.Function.A3<? super ErrnoException,? super Number,? super String,? extends Void> callback) |
static void |
Exports.writeFile(String filename,
Object data,
net.java.html.lib.Function.A1<? super ErrnoException,? extends Void> callback) |
static void |
Exports.writeFile(String filename,
Object data,
net.java.html.lib.Objs options,
net.java.html.lib.Function.A1<? super ErrnoException,? extends Void> callback) |
Copyright © 2016. All rights reserved.