public class UTF32Reader extends Reader
| Constructor and Description |
|---|
UTF32Reader(IOContext ctxt,
InputStream in,
byte[] buf,
int ptr,
int len,
boolean isBigEndian) |
| Modifier and Type | Method and Description |
|---|---|
void |
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 void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class ReaderIOExceptionpublic int read()
throws IOException
read in class ReaderIOExceptionpublic int read(char[] cbuf,
int start,
int len)
throws IOException
read in class ReaderIOExceptionCopyright © 2010 - 2020 Adobe. All Rights Reserved