Class NodeContent

java.lang.Object
org.saidone.model.NodeContent

public class NodeContent extends Object
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 Details

    • NodeContent

      public NodeContent()