public class ExcerptInputStream extends BufferedInputStream
| Modifier and Type | Field and Description |
|---|---|
static byte[] |
ELLIPSIS
A marker that's appended to the excerpt if it's less than the complete
stream.
|
in| Constructor and Description |
|---|
ExcerptInputStream(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getExcerpt()
The first few bytes of data, plus ELLIPSIS if there are more bytes.
|
available, close, mark, markSupported, read, read, reset, skipreadpublic static final byte[] ELLIPSIS
public ExcerptInputStream(InputStream in) throws IOException
IOExceptionCopyright © 2025. All rights reserved.