package scoped constructorparamstream the DocumentInputStream, freshly openedparampath the path of the documentparamdocumentName the name of the document this.stream = stream; this.path = path; this.documentName = documentName;
this.stream = stream; this.path = path; this.documentName = documentName;
returnthe document's name return documentName;
return documentName;
returnthe document's path return path;
return path;
returnthe DocumentInputStream, freshly opened return stream;
return stream;