public class PomProjectInputStream
extends java.io.FilterInputStream
| Modifier and Type | Field and Description |
|---|---|
protected static int |
BUFFER_SIZE
The size of the buffer used to scan the input stream.
|
| Constructor and Description |
|---|
PomProjectInputStream(java.io.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.
|
protected static final int BUFFER_SIZE
public PomProjectInputStream(java.io.InputStream in)
throws java.io.IOException
in - the input streamjava.io.IOException - 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-21 Jeremy Long. All Rights Reserved.