wt.content
Interface Streamed
- All Superinterfaces:
- NetFactor, ObjectMappable, Persistable, Revaultable, Serializable, UniquelyIdentifiedContent
- All Known Implementing Classes:
- FvItem, MasteredOnReplicaItem, StreamData
- public interface Streamed
- extends Persistable, Revaultable, UniquelyIdentifiedContent
Supported API: false
Extendable: false
FILE_SIZE
public static final String FILE_SIZE
- Label for the attribute.
Supported API: false
- See Also:
- Constant Field Values
getFileSize
public long getFileSize()
- Gets the value of the attribute: FILE_SIZE.
Supported API: false
- Returns:
- long
setFileSize
public void setFileSize(long a_FileSize)
- Sets the value of the attribute: FILE_SIZE.
Supported API: false
- Parameters:
a_FileSize
-
storeStream
public Streamed storeStream(ContentHolder holder,
ApplicationData appData,
InputStream is)
throws WTException
Supported API: false
- Parameters:
holder
- appData
- is
-
- Returns:
- Streamed
- Throws:
WTException
retrieveStream
public InputStream retrieveStream()
throws WTException
Supported API: false
- Returns:
- InputStream
- Throws:
WTException
removeStream
public void removeStream()
throws WTException
Supported API: false
- Throws:
WTException