public abstract class AbstractNInputSource extends Object implements net.thevpc.nuts.io.NInputSource
| Constructor and Description |
|---|
AbstractNInputSource() |
| Modifier and Type | Method and Description |
|---|---|
BufferedReader |
getBufferedReader() |
BufferedReader |
getBufferedReader(Charset cs) |
String |
getCharset() |
String |
getContentType() |
byte[] |
getDigest() |
byte[] |
getDigest(String algo) |
String |
getDigestString() |
String |
getDigestString(String algo) |
String |
getName() |
Reader |
getReader() |
Reader |
getReader(Charset cs) |
List<String> |
head(int count) |
List<String> |
head(int count,
Charset cs) |
net.thevpc.nuts.util.NStream<String> |
lines() |
net.thevpc.nuts.util.NStream<String> |
lines(Charset cs) |
protected Charset |
nonNullCharset(Charset c) |
byte[] |
readBytes() |
String |
readString() |
net.thevpc.nuts.util.NStream<String> |
reversedLines() |
net.thevpc.nuts.util.NStream<String> |
reversedLines(Charset cs) |
List<String> |
tail(int count) |
List<String> |
tail(int count,
Charset cs) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic String getName()
getName in interface net.thevpc.nuts.io.NInputContentProviderpublic String getContentType()
getContentType in interface net.thevpc.nuts.io.NInputContentProviderpublic String getCharset()
getCharset in interface net.thevpc.nuts.io.NInputContentProviderpublic net.thevpc.nuts.util.NStream<String> lines()
lines in interface net.thevpc.nuts.io.NInputSourcepublic String readString()
readString in interface net.thevpc.nuts.io.NInputSourcepublic byte[] readBytes()
readBytes in interface net.thevpc.nuts.io.NInputSourcepublic BufferedReader getBufferedReader()
getBufferedReader in interface net.thevpc.nuts.io.NInputSourcepublic BufferedReader getBufferedReader(Charset cs)
getBufferedReader in interface net.thevpc.nuts.io.NInputSourcepublic List<String> tail(int count, Charset cs)
tail in interface net.thevpc.nuts.io.NInputSourcepublic List<String> head(int count)
head in interface net.thevpc.nuts.io.NInputSourcepublic List<String> head(int count, Charset cs)
head in interface net.thevpc.nuts.io.NInputSourcepublic List<String> tail(int count)
tail in interface net.thevpc.nuts.io.NInputSourcepublic net.thevpc.nuts.util.NStream<String> reversedLines()
reversedLines in interface net.thevpc.nuts.io.NInputSourcepublic net.thevpc.nuts.util.NStream<String> reversedLines(Charset cs)
reversedLines in interface net.thevpc.nuts.io.NInputSourcepublic net.thevpc.nuts.util.NStream<String> lines(Charset cs)
lines in interface net.thevpc.nuts.io.NInputSourcepublic Reader getReader()
getReader in interface net.thevpc.nuts.io.NInputSourcepublic Reader getReader(Charset cs)
getReader in interface net.thevpc.nuts.io.NInputSourcepublic String getDigestString()
getDigestString in interface net.thevpc.nuts.io.NInputSourcepublic String getDigestString(String algo)
getDigestString in interface net.thevpc.nuts.io.NInputSourcepublic byte[] getDigest()
getDigest in interface net.thevpc.nuts.io.NInputSourcepublic byte[] getDigest(String algo)
getDigest in interface net.thevpc.nuts.io.NInputSourceCopyright © 2025 vpc open source initiative. All rights reserved.