Class SpanCloserInputStream

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    public class SpanCloserInputStream
    extends InputStream
    Extension of InputStream meant to detect and replace any occurrence of inline span:
     <span/>
     
    with an open close tag sequence:
     <span></span>
     
    Author:
    Michele Mostarda (mostarda@fbk.eu)