public class CrimsonBugWorkaround
extends SequenceInputStream
| Modifier and Type | Class and Description |
|---|---|
private static class |
CrimsonBugWorkaround.BlockEnum
Presents the input stream as a series of blocks of data
|
| Modifier and Type | Field and Description |
|---|---|
(package private) InputStream |
in |
| Constructor and Description |
|---|
CrimsonBugWorkaround(InputStream in)
Construct a stream that filters the given one
|