public class ConditionalInputStream extends DecodingInputStream
The following statements, all start with the &at;-sign, are allowed:
if the property is defined.
if the property is not defined.
Constructor and Description |
---|
ConditionalInputStream(InputStream input,
Properties defines)
Creates a Conditional Input Stream from given stream.
|
Modifier and Type | Method and Description |
---|---|
int |
read() |
read
available, close, mark, markSupported, read, reset, skip
public ConditionalInputStream(InputStream input, Properties defines)
input
- stream to read fromdefines
- set of properties to be used in ifdefspublic int read() throws IOException
read
in class InputStream
IOException
Copyright © 2016. All rights reserved.