public class NInputStreamSource extends AbstractSingleReadNInputSource
| Constructor and Description |
|---|
NInputStreamSource(InputStream inputStream,
net.thevpc.nuts.io.NContentMetadata md) |
| Modifier and Type | Method and Description |
|---|---|
String |
charset() |
long |
contentLength() |
String |
contentType() |
void |
dispose() |
InputStream |
inputStream() |
net.thevpc.nuts.io.NContentMetadata |
metaData() |
String |
name() |
isKnownContentLength, isMultiReadasBufferedReader, asBufferedReader, asReader, asReader, digest, digestString, getDigest, getDigestString, head, head, lines, lines, lines, lines, nonNullCharset, readBytes, readString, reversedLines, reversedLines, tail, tailpublic NInputStreamSource(InputStream inputStream, net.thevpc.nuts.io.NContentMetadata md)
public long contentLength()
contentLength in interface net.thevpc.nuts.io.NInputSourcecontentLength in class AbstractSingleReadNInputSourcepublic InputStream inputStream()
public net.thevpc.nuts.io.NContentMetadata metaData()
public String name()
name in interface net.thevpc.nuts.io.NInputContentProvidername in class AbstractNInputSourcepublic String contentType()
contentType in interface net.thevpc.nuts.io.NInputContentProvidercontentType in class AbstractNInputSourcepublic String charset()
charset in interface net.thevpc.nuts.io.NInputContentProvidercharset in class AbstractNInputSourcepublic void dispose()
Copyright © 2026 vpc open source initiative. All rights reserved.