public class InputStreamEventFilter extends InputStream
| Constructor and Description |
|---|
InputStreamEventFilter(InputStream is,
RecognizerAdapter rc) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
int |
read() |
close, mark, markSupported, read, read, reset, skippublic InputStreamEventFilter(InputStream is, RecognizerAdapter rc)
public int read()
throws IOException
read in class InputStreamIOExceptionpublic int available()
throws IOException
available in class InputStreamIOExceptionCopyright © 2007-2012 fortytwo.net. All Rights Reserved.