public static class CoreIOUtils.InputStream extends CoreIOUtils.AbstractItem
| Constructor and Description |
|---|
InputStream(String name,
NutsString formattedName,
InputStream value,
String typeName,
NutsSession session) |
| Modifier and Type | Method and Description |
|---|---|
void |
copyTo(Path path) |
String |
getContentEncoding() |
String |
getContentType() |
Instant |
getLastModifiedInstant() |
long |
length() |
InputStream |
open() |
String |
toString() |
close, createOpenError, getFilePath, getFormattedName, getName, getSource, getTypeName, getURL, head, isFile, isURL, lines, multi, tailpublic InputStream(String name, NutsString formattedName, InputStream value, String typeName, NutsSession session)
public InputStream open()
open in interface NutsInputopen in class CoreIOUtils.AbstractItempublic void copyTo(Path path)
copyTo in interface CoreInputcopyTo in class CoreIOUtils.AbstractItempublic long length()
public String getContentType()
public String getContentEncoding()
public Instant getLastModifiedInstant()
Copyright © 2021 vpc open source initiative. All rights reserved.