Package org.spdx.tag

Class NoCommentInputStream

java.lang.Object
java.io.InputStream
org.spdx.tag.NoCommentInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class NoCommentInputStream extends InputStream
Input stream which filters out any SPDX tag/value comments Any new line which begins with a # is skipped until the end of line except if it is within a <text> </text> wrapper.
Author:
Gary O'Neall