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, skip
public SpanCloserInputStream(InputStream is)
public int read() throws IOException
read
in class InputStream
IOException
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.