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