public class PomProjectInputStream extends FilterInputStream
| Modifier and Type | Field and Description |
|---|---|
protected static int |
BUFFER_SIZE
The size of the buffer used to scan the input stream.
|
in| Constructor and Description |
|---|
PomProjectInputStream(InputStream in)
Constructs a new POM project filtering input stream.
|
| Modifier and Type | Method and Description |
|---|---|
protected static int |
findSequence(byte[] sequence,
byte[] buffer)
Finds the start of the given sequence in the buffer.
|
available, close, mark, markSupported, read, read, read, reset, skipprotected static final int BUFFER_SIZE
public PomProjectInputStream(InputStream in) throws IOException
in - the input streamIOException - thrown if there is an I/O errorprotected static int findSequence(byte[] sequence,
byte[] buffer)
sequence - the sequence to locatebuffer - the buffer to searchCopyright © 2012–2020 OWASP. All rights reserved.