()
| 145 | } |
| 146 | |
| 147 | InputStream toInputStream() { |
| 148 | // should only ever call this when claims don't exist: |
| 149 | Assert.state(!isClaims(), "Claims exist, cannot convert to InputStream directly."); |
| 150 | return this.inputStream; |
| 151 | } |
| 152 | } |
no test coverage detected