public final class UTF32Reader extends Reader
| 构造器和说明 |
|---|
UTF32Reader(IOContext ctxt,
InputStream in,
byte[] buf,
int ptr,
int len,
boolean isBigEndian) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close() |
void |
freeBuffers()
This method should be called along with (or instead of) normal
close.
|
int |
read()
Although this method is implemented by the base class, AND it should
never be called by main code, let's still implement it bit more
efficiently just in case
|
int |
read(char[] cbuf,
int start,
int len) |
public UTF32Reader(IOContext ctxt, InputStream in, byte[] buf, int ptr, int len, boolean isBigEndian)
public int read(char[] cbuf,
int start,
int len)
throws IOException
read 在类中 ReaderIOExceptionpublic void close()
throws IOException
close 在接口中 Closeableclose 在接口中 AutoCloseableclose 在类中 ReaderIOExceptionpublic int read()
throws IOException
read 在类中 ReaderIOExceptionpublic final void freeBuffers()
Copyright © 2002–2019 The MyMMSCs Software Foundation. All rights reserved.