public class NInputStreamSource extends AbstractSingleReadNInputSource
| Constructor and Description |
|---|
NInputStreamSource(InputStream inputStream,
net.thevpc.nuts.io.NContentMetadata md,
net.thevpc.nuts.NWorkspace workspace) |
| Modifier and Type | Method and Description |
|---|---|
long |
contentLength() |
void |
dispose() |
String |
getCharset() |
String |
getContentType() |
InputStream |
getInputStream() |
net.thevpc.nuts.io.NContentMetadata |
getMetaData() |
String |
getName() |
isKnownContentLength, isMultiReadgetBufferedReader, getBufferedReader, getDigest, getDigest, getDigestString, getDigestString, getReader, getReader, head, head, lines, lines, nonNullCharset, readBytes, readString, reversedLines, reversedLines, tail, tailpublic NInputStreamSource(InputStream inputStream, net.thevpc.nuts.io.NContentMetadata md, net.thevpc.nuts.NWorkspace workspace)
public long contentLength()
contentLength in interface net.thevpc.nuts.io.NInputSourcecontentLength in class AbstractSingleReadNInputSourcepublic InputStream getInputStream()
public net.thevpc.nuts.io.NContentMetadata getMetaData()
public String getName()
getName in interface net.thevpc.nuts.io.NInputContentProvidergetName in class AbstractNInputSourcepublic String getContentType()
getContentType in interface net.thevpc.nuts.io.NInputContentProvidergetContentType in class AbstractNInputSourcepublic String getCharset()
getCharset in interface net.thevpc.nuts.io.NInputContentProvidergetCharset in class AbstractNInputSourcepublic void dispose()
Copyright © 2025 vpc open source initiative. All rights reserved.