Uh oh!
There was an error while loading. Please reload this page.
InputStream does not need support mark/reset - #7
Conversation
Use lookahead variable to avoid using mark()/reset() on the java.io.InputStream
saper
commented
May 22, 2015
This allows me to use Jython this way: |
abahgat
commented
Jun 7, 2015
Thanks, will take a look today. |
There was a problem hiding this comment.
We can avoid this method and just call is.read in every place instead of readHead(is).
saper
commented
Jun 8, 2015
This is just for clarity, that a lookahead is being used. I introduced Similar for |
Use lookahead variable to avoid using mark()/reset()
on the java.io.InputStream