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, skipprotected 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 FilterInputStreamIOExceptionpublic int read()
throws IOException
read in class FilterInputStreamIOExceptionCopyright © 2019. All rights reserved.