java.lang.Object | |
↳ | com.kinvey.java.LinkedResources.LinkedFile |
This class maintains metadata and java specific file access to a File associated with an Entity through the com.kinvey.java.LinkedData
API.
There are references to a `ByteArrayInputStream as well as a `ByteArrayOutputStream`, which can be used to stream to/from the file.
NOTE: It is the responsibility of the client application to close these streams appropriately after usage.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
LinkedFile(String fileName)
Constructor for a LinkedFile
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String |
getFileName()
Get the file name of a Linked File
| ||||||||||
ByteArrayInputStream | getInput() | ||||||||||
ByteArrayOutputStream | getOutput() | ||||||||||
boolean | isResolve() | ||||||||||
void | setFileName(String fileName) | ||||||||||
void | setInput(ByteArrayInputStream input) | ||||||||||
void | setOutput(ByteArrayOutputStream output) | ||||||||||
void | setResolve(boolean resolve) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Constructor for a LinkedFile
fileName | - the FileName of the Linked File |
---|
Get the file name of a Linked File