public class PropertiesInputStream extends InputStream
| Constructor and Description |
|---|
PropertiesInputStream(org.apache.lucene.store.IndexInput is) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
available, mark, markSupported, read, read, reset, skippublic PropertiesInputStream(org.apache.lucene.store.IndexInput is)
public int read()
throws IOException
read in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionCopyright © 2000–2014 The Apache Software Foundation. All rights reserved.