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, skip
public SkipNulInputStream(InputStream stream)
stream
- input stream we're wrappingpublic int read() throws IOException
read
in class InputStream
IOException
Copyright © 2000–2024 Packwood Software. All rights reserved.