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:
java.io.Closeable
,java.lang.AutoCloseable
- Enclosing class:
- PomReader
private static final class PomReader.AddDTDFilterInputStream extends java.io.FilterInputStream
-
-
Constructor Summary
Constructors Modifier Constructor Description private
AddDTDFilterInputStream(java.io.InputStream in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
read()
int
read(byte[] b, int off, int len)
-
Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, read, reset, skip
-
-
-
-
Field Detail
-
MARK
private static final int MARK
- See Also:
- Constant Field Values
-
DOCTYPE
private static final java.lang.String DOCTYPE
- See Also:
- Constant Field Values
-
count
private int count
-
prefix
private byte[] prefix
-
-