public abstract class AbstractNInputSource extends Object implements 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) |
NStream<String> |
lines() |
NStream<String> |
lines(Charset cs) |
protected Charset |
nonNullCharset(Charset c) |
byte[] |
readBytes() |
String |
readString() |
NStream<String> |
reversedLines() |
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, waitcontentLength, dispose, isKnownContentLength, isMultiRead, of, of, of, of, of, of, of, of, of, of, of, of, of, ofEmpty, ofMultiRead, readStringgetMetaDatagetInputStreampublic String getName()
getName in interface NInputContentProviderpublic String getContentType()
getContentType in interface NInputContentProviderpublic String getCharset()
getCharset in interface NInputContentProviderpublic NStream<String> lines()
lines in interface NInputSourcepublic String readString()
readString in interface NInputSourcepublic byte[] readBytes()
readBytes in interface NInputSourcepublic BufferedReader getBufferedReader()
getBufferedReader in interface NInputSourcepublic BufferedReader getBufferedReader(Charset cs)
getBufferedReader in interface NInputSourcepublic List<String> tail(int count, Charset cs)
tail in interface NInputSourcepublic List<String> head(int count)
head in interface NInputSourcepublic List<String> head(int count, Charset cs)
head in interface NInputSourcepublic List<String> tail(int count)
tail in interface NInputSourcepublic NStream<String> reversedLines()
reversedLines in interface NInputSourcepublic NStream<String> reversedLines(Charset cs)
reversedLines in interface NInputSourcepublic NStream<String> lines(Charset cs)
lines in interface NInputSourcepublic Reader getReader()
getReader in interface NInputSourcepublic Reader getReader(Charset cs)
getReader in interface NInputSourcepublic String getDigestString()
getDigestString in interface NInputSourcepublic String getDigestString(String algo)
getDigestString in interface NInputSourcepublic byte[] getDigest()
getDigest in interface NInputSourcepublic byte[] getDigest(String algo)
getDigest in interface NInputSourceCopyright © 2025 vpc open source initiative. All rights reserved.