public class SpanCloserInputStream extends InputStream
InputStream meant to
detect and replace any occurrence of inline span:
<span/>with an open close tag sequence:
<span></span>
| Constructor and Description |
|---|
SpanCloserInputStream(InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
available, close, mark, markSupported, read, read, reset, skippublic SpanCloserInputStream(InputStream is)
public int read()
throws IOException
read in class InputStreamIOExceptionCopyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.