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) |
lines
public BomStrippingInputStreamReader(InputStream in)
public BomStrippingInputStreamReader(InputStream in, String charsetName) throws UnsupportedEncodingException
UnsupportedEncodingException
public BomStrippingInputStreamReader(InputStream in, String charsetName, int bufferSize) throws UnsupportedEncodingException
UnsupportedEncodingException
public 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 Readable
read
in class Reader
IOException
public int read(char[] cbuf) throws IOException
read
in class Reader
IOException
public int read() throws IOException
read
in class BufferedReader
IOException
public int read(char[] cbuf, int off, int len) throws IOException
read
in class BufferedReader
IOException
public String readLine() throws IOException
readLine
in class BufferedReader
IOException
public long skip(long n) throws IOException
skip
in class BufferedReader
IOException
public boolean ready() throws IOException
ready
in class BufferedReader
IOException
public boolean markSupported()
markSupported
in class BufferedReader
public void mark(int readAheadLimit) throws IOException
mark
in class BufferedReader
IOException
public void reset() throws IOException
reset
in class BufferedReader
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class BufferedReader
IOException
Copyright © 2024 GATE. All rights reserved.