public class WrappedBufferedReader extends Reader
| 构造器和说明 |
|---|
WrappedBufferedReader(File file) |
WrappedBufferedReader(File file,
Charset charset) |
WrappedBufferedReader(File file,
String charset) |
WrappedBufferedReader(InputStream input,
Charset charset) |
public WrappedBufferedReader(File file) throws FileNotFoundException
public WrappedBufferedReader(File file, String charset) throws FileNotFoundException
public WrappedBufferedReader(File file, Charset charset) throws FileNotFoundException
public WrappedBufferedReader(InputStream input, Charset charset)
public void close()
public int read(char[] cbuf,
int off,
int len)
throws IOException
read 在类中 ReaderIOExceptionpublic int read(CharBuffer target) throws IOException
read 在接口中 Readableread 在类中 ReaderIOExceptionpublic int read()
throws IOException
read 在类中 ReaderIOExceptionpublic int read(char[] cbuf)
throws IOException
read 在类中 ReaderIOExceptionpublic long skip(long n)
throws IOException
skip 在类中 ReaderIOExceptionpublic boolean ready()
throws IOException
ready 在类中 ReaderIOExceptionpublic boolean markSupported()
markSupported 在类中 Readerpublic void mark(int readAheadLimit)
throws IOException
mark 在类中 ReaderIOExceptionpublic void reset()
throws IOException
reset 在类中 ReaderIOExceptionpublic String readLine() throws IOException
IOExceptionCopyright © 2023. All rights reserved.