public class NoneBlockStringReader extends Reader
| 构造器和说明 |
|---|
NoneBlockStringReader(String s) |
public NoneBlockStringReader(String s)
public int read()
throws IOException
read 在类中 ReaderIOExceptionpublic int read(char[] cbuf,
int off,
int len)
throws IOException
read 在类中 ReaderIOExceptionpublic long skip(long ns)
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 void close()
public String getContent()
Copyright © 2024. All rights reserved.