public class NativeStorage extends Object
| Constructor and Description |
|---|
NativeStorage(File f) |
NativeStorage(NativeStorage v) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists() |
NativeStorage |
getParent() |
String |
getPath() |
long |
length() |
NativeStorage |
open(String name) |
NativeFile |
read() |
protected File f
public NativeStorage(File f)
public NativeStorage(NativeStorage v)
public NativeFile read() throws FileNotFoundException
FileNotFoundExceptionpublic NativeStorage open(String name)
public boolean exists()
public NativeStorage getParent()
public long length()
public String getPath()
Copyright © 2018. All rights reserved.