Package org.apache.ivy.plugins.parser.m2
Class PomReader.AddDTDFilterInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
org.apache.ivy.plugins.parser.m2.PomReader.AddDTDFilterInputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Enclosing class:
- PomReader
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
private static final String
private static final int
private byte[]
Fields inherited from class java.io.FilterInputStream
in
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, read, reset, skip
-
Field Details
-
MARK
private static final int MARK- See Also:
-
DOCTYPE
- See Also:
-
count
private int count -
prefix
private byte[] prefix
-
-
Constructor Details
-
AddDTDFilterInputStream
- Throws:
IOException
-
-
Method Details
-
read
- Overrides:
read
in classFilterInputStream
- Throws:
IOException
-
read
- Overrides:
read
in classFilterInputStream
- Throws:
IOException
-