public class SkipNulInputStream extends InputStream
| Constructor and Description |
|---|
SkipNulInputStream(InputStream stream)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
available, close, mark, markSupported, read, read, reset, skippublic SkipNulInputStream(InputStream stream)
stream - input stream we're wrappingpublic int read()
throws IOException
read in class InputStreamIOExceptionCopyright © 2000–2025 MPXJ. All rights reserved.