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