Package org.saidone.model
Class NodeContent
java.lang.Object
org.saidone.model.NodeContent
Represents the content of a node including its metadata and the actual content stream.
This class holds information about the file name, content type, length of the content, and an InputStream to read the content data.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NodeContent
public NodeContent()
-