@Deprecated public class StringReader extends Reader
构造器和说明 |
---|
StringReader(CharSequence cs)
已过时。
|
public StringReader(CharSequence cs)
public void close() throws IOException
close
在接口中 Closeable
close
在接口中 AutoCloseable
close
在类中 Reader
IOException
public int read(char[] cbuf, int off, int len) throws IOException
read
在类中 Reader
IOException
Copyright © 2017. All rights reserved.