public class WordPerfectInputStream extends FilterInputStream
Modifier and Type | Field and Description |
---|---|
protected static int[] |
INT_ARRAY |
in
Constructor and Description |
---|
WordPerfectInputStream(InputStream in) |
Modifier and Type | Method and Description |
---|---|
int |
fillByteArray(InputStream in,
byte[] byteArray)
Fills the supplied byte array with bytes read from the specified
InputStream.
|
int |
read()
Converts all characters to 0 except for the readable ASCII-characters and
characters from special byte sequences.
|
int |
read(byte[] byteArray,
int off,
int len) |
available, close, mark, markSupported, read, reset, skip
public WordPerfectInputStream(InputStream in)
public int read() throws IOException
read
in class FilterInputStream
IOException
public int read(byte[] byteArray, int off, int len) throws IOException
read
in class FilterInputStream
IOException
public int fillByteArray(InputStream in, byte[] byteArray) throws IOException
in
- The InputStream to read the bytes from.byteArray
- The byte array to fill with bytes.IOException
- could not fill arrayCopyright © 2009-2014 Norconex Inc.. All Rights Reserved.