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, skip
read
public static final byte[] ELLIPSIS
public ExcerptInputStream(InputStream in) throws IOException
IOException
Copyright © 2023. All rights reserved.