public class FileDetails extends Object
| Constructor and Description |
|---|
FileDetails(File file,
boolean isBinary)
Construct a FileDetails object
|
| Modifier and Type | Method and Description |
|---|---|
File |
getFile()
Return the file.
|
boolean |
isBinary()
Return the file type.
|
public FileDetails(File file, boolean isBinary)
theFile - the filebinary - true if the file is binary, false if it is textpublic File getFile()
public boolean isBinary()
Copyright © 2016. All rights reserved.