public class StagedFileWrapper extends Object
| Constructor and Description |
|---|
StagedFileWrapper(String filepath)
StagedFileWrapper - just setting the path without a size
|
StagedFileWrapper(String filepath,
Long filesize)
StagedFileWrapper - just wraps the path of a file and its size for serialization
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPath()
getPath - returns the path of this file
|
Long |
getSize()
getSize - get the size of this file
|
public StagedFileWrapper(String filepath, Long filesize)
filepath - the filepath for this filefilesize - the size of this filepublic StagedFileWrapper(String filepath)
filepath - the filepath for this fileCopyright © 2018. All rights reserved.