public class CustomAntlrInputStream extends FilterInputStream
Modifier and Type | Field and Description |
---|---|
protected BufferedInputStream |
in |
Constructor and Description |
---|
CustomAntlrInputStream(BufferedInputStream in) |
Modifier and Type | Method and Description |
---|---|
Integer |
getAttachedContentStartByte() |
boolean |
hasBlankFill() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
available, close, mark, markSupported, read, reset, skip
protected volatile BufferedInputStream in
public CustomAntlrInputStream(BufferedInputStream in)
public Integer getAttachedContentStartByte()
public boolean hasBlankFill()
public int read(byte[] b, int off, int len) throws IOException
read
in class FilterInputStream
IOException
public int read() throws IOException
read
in class FilterInputStream
IOException
Copyright © 2005–2015 Planetary Data System. All rights reserved.