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) |
Stream<String> |
getLines() |
Stream<String> |
getLines(Charset cs) |
String |
getName() |
Reader |
getReader() |
Reader |
getReader(Charset cs) |
List<String> |
head(int count) |
List<String> |
head(int count,
Charset cs) |
protected Charset |
nonNullCharset(Charset c) |
byte[] |
readBytes() |
String |
readString() |
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, ofEmpty, ofMultiRead, readStringgetMetaDatagetInputStreampublic String getName()
getName in interface NInputContentProviderpublic String getContentType()
getContentType in interface NInputContentProviderpublic String getCharset()
getCharset in interface NInputContentProviderpublic Stream<String> getLines()
getLines 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 Stream<String> getLines(Charset cs)
getLines 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.