public interface IDataPointer extends Externalizable
| Modifier and Type | Method and Description |
|---|---|
boolean |
deleteData()
Deletes the underlying data from storage.
|
byte[] |
getData()
Get the data from the underlying storage.
|
InputStream |
getDataStream()
Get the data from the underlying storage.
|
String |
getDisplayText()
Get a display string that represents this data.
|
long |
getLength() |
readExternal, writeExternalString getDisplayText()
byte[] getData()
throws IOException
IOExceptionInputStream getDataStream() throws IOException
IOExceptionboolean deleteData()
long getLength()
Copyright © 2023. All rights reserved.