public static class CoreIOUtils.DefaultMultiReadItem extends Object implements MultiInput
| Constructor and Description |
|---|
DefaultMultiReadItem(CoreInput base,
String typeName) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
copyTo(Path path) |
String |
getContentEncoding() |
String |
getContentType() |
Path |
getFilePath() |
NutsString |
getFormattedName() |
Instant |
getLastModifiedInstant() |
String |
getName() |
Object |
getSource() |
String |
getTypeName() |
URL |
getURL() |
List<String> |
head(int count) |
boolean |
isFile() |
boolean |
isURL() |
long |
length() |
Stream<String> |
lines() |
MultiInput |
multi() |
InputStream |
open() |
List<String> |
tail(int count) |
String |
toString() |
public NutsString getFormattedName()
getFormattedName in interface NutsInputpublic String getTypeName()
getTypeName in interface NutsInputpublic void close()
close in interface AutoCloseableclose in interface NutsInputpublic InputStream open()
public Path getFilePath()
getFilePath in interface NutsInputpublic String getContentType()
getContentType in interface NutsInputpublic String getContentEncoding()
getContentEncoding in interface NutsInputpublic Instant getLastModifiedInstant()
getLastModifiedInstant in interface NutsInputpublic MultiInput multi()
Copyright © 2021 vpc open source initiative. All rights reserved.