public class StopWordSafeInputStream
extends java.io.FilterInputStream
| Constructor and Description | 
|---|
StopWordSafeInputStream(java.io.InputStream arg0)
Constructs a StopWordSafeInputStream. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
read()  | 
int | 
read(byte[] arg0,
    int arg1,
    int arg2)  | 
public StopWordSafeInputStream(java.io.InputStream arg0)
arg0 - public int read()
         throws java.io.IOException
read in class java.io.FilterInputStreamjava.io.IOExceptionInputStream.read()public int read(byte[] arg0,
                int arg1,
                int arg2)
         throws java.io.IOException
read in class java.io.FilterInputStreamjava.io.IOExceptionInputStream.read(byte[], int, int)Copyright © 2021. All Rights Reserved.