public class BomStrippingInputStreamReader extends BufferedReader
| Constructor and Description |
|---|
BomStrippingInputStreamReader(InputStream in) |
BomStrippingInputStreamReader(InputStream in,
Charset cs) |
BomStrippingInputStreamReader(InputStream in,
CharsetDecoder dec) |
BomStrippingInputStreamReader(InputStream in,
CharsetDecoder dec,
int bufferSize) |
BomStrippingInputStreamReader(InputStream in,
int bufferSize) |
BomStrippingInputStreamReader(InputStream in,
String charsetName) |
BomStrippingInputStreamReader(InputStream in,
String charsetName,
int bufferSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
equals(Object obj) |
int |
hashCode() |
void |
mark(int readAheadLimit) |
boolean |
markSupported() |
int |
read() |
int |
read(char[] cbuf) |
int |
read(char[] cbuf,
int off,
int len) |
int |
read(CharBuffer target) |
String |
readLine() |
boolean |
ready() |
void |
reset() |
long |
skip(long n) |
linespublic BomStrippingInputStreamReader(InputStream in)
public BomStrippingInputStreamReader(InputStream in, String charsetName) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic BomStrippingInputStreamReader(InputStream in, String charsetName, int bufferSize) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic BomStrippingInputStreamReader(InputStream in, Charset cs)
public BomStrippingInputStreamReader(InputStream in, int bufferSize)
public BomStrippingInputStreamReader(InputStream in, CharsetDecoder dec, int bufferSize)
public BomStrippingInputStreamReader(InputStream in, CharsetDecoder dec)
public int read(CharBuffer target) throws IOException
read in interface Readableread in class ReaderIOExceptionpublic int read(char[] cbuf)
throws IOException
read in class ReaderIOExceptionpublic int read()
throws IOException
read in class BufferedReaderIOExceptionpublic int read(char[] cbuf,
int off,
int len)
throws IOException
read in class BufferedReaderIOExceptionpublic String readLine() throws IOException
readLine in class BufferedReaderIOExceptionpublic long skip(long n)
throws IOException
skip in class BufferedReaderIOExceptionpublic boolean ready()
throws IOException
ready in class BufferedReaderIOExceptionpublic boolean markSupported()
markSupported in class BufferedReaderpublic void mark(int readAheadLimit)
throws IOException
mark in class BufferedReaderIOExceptionpublic void reset()
throws IOException
reset in class BufferedReaderIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class BufferedReaderIOExceptionCopyright © 2024 GATE. All rights reserved.