protected class FilesUploader.DbXmlFile extends Object implements Uploadable
Modifier and Type | Field and Description |
---|---|
byte[] |
bytes |
Modifier | Constructor and Description |
---|---|
protected |
DbXmlFile() |
Modifier and Type | Method and Description |
---|---|
String |
getFilename() |
long |
getFilesize() |
InputStream |
getInputStream() |
String |
getPermissions() |
String |
toString() |
public String getFilename()
getFilename
in interface Uploadable
public String getPermissions()
getPermissions
in interface Uploadable
public long getFilesize()
getFilesize
in interface Uploadable
public InputStream getInputStream()
getInputStream
in interface Uploadable
Copyright © 2014–2022 ImageJ. All rights reserved.