public class DocumentLibraryFileContents extends Object implements Closeable
| Constructor and Description |
|---|
DocumentLibraryFileContents(String fileName,
InputStream contents,
long contentLength,
String contentType) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
getContentLength() |
InputStream |
getContents() |
String |
getContentType() |
String |
getFileName() |
public DocumentLibraryFileContents(String fileName, InputStream contents, long contentLength, String contentType)
public String getFileName()
public InputStream getContents()
public long getContentLength()
public String getContentType()
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2013–2019 mklinger GmbH. All rights reserved.