Toggle navigation
Home
com.google.common.io.CharSource to com.google.common.io.InputSupplier<? extendsjava.io.Reader>
No. of Instances - 4
No. of Commits - 2
No. of Projects - {'j2objc'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
it.next().openStream()
to
it.next().getInput()
it.next().openStream()
to
it.next().getInput()