public class ReceivedFile extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CANCELED |
static int |
FAILED |
static int |
SUCCESS |
static int |
TIMEOUT |
| Constructor and Description |
|---|
ReceivedFile(File f,
int status)
Create new received file handle
|
| Modifier and Type | Method and Description |
|---|---|
File |
getFile()
Get received file
|
int |
getStatus()
Get status of receive operation
|
boolean |
isFailed()
Method that checks if error should be generated
|
public static final int SUCCESS
public static final int CANCELED
public static final int FAILED
public static final int TIMEOUT
public ReceivedFile(File f, int status)
public int getStatus()
public File getFile()
public boolean isFailed()
Copyright © 2018. All rights reserved.