public class NoCommentInputStream extends InputStream
| Constructor and Description |
|---|
NoCommentInputStream(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
available, mark, markSupported, read, read, reset, skippublic NoCommentInputStream(InputStream in) throws IOException
in - Input stream containing the commented dataIOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic void close()
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamCopyright © 2017 Linux Foundation. All Rights Reserved.