public class UFile extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UFile.Builder |
| Modifier and Type | Method and Description |
|---|---|
Future<Path> |
asyncMove(ExecutorService es,
Path to) |
Future<Path> |
asyncMove(ExecutorService es,
String to) |
Future<Path> |
asyncMove(Path to) |
Future<Path> |
asyncMove(String to) |
EnoaBinary |
binary() |
byte[] |
bytes() |
void |
delete() |
File |
file() |
String |
filename() |
Path |
move(Path to) |
Path |
move(String to) |
String |
name() |
String |
originName() |
Path |
path() |
String |
toString() |
public String name()
public String originName()
public String filename()
public Path path()
public byte[] bytes()
public EnoaBinary binary()
public File file()
public Path move(String to) throws EoException
EoExceptionpublic Path move(Path to) throws EoException
EoExceptionpublic Future<Path> asyncMove(ExecutorService es, String to) throws EoException
EoExceptionpublic Future<Path> asyncMove(ExecutorService es, Path to) throws EoException
EoExceptionpublic Future<Path> asyncMove(String to) throws EoException
EoExceptionpublic Future<Path> asyncMove(Path to) throws EoException
EoExceptionpublic void delete()
Copyright © 2018. All rights reserved.