The java code in org.waveprotocol.wave.model.* gets compiled by GWT
into a javascript application. All the code in that package must be
executable in a browser environment, so IO code is unlikely to be
compatible with that.
What parts of java.nio are you using? There may be regular JDK
equivalen
Hi, happy new year everyone :).
I've been trying to import java.nio into
src/org/waveprotocol/wave/model/document/operation/Nindo.java but when doing
the ant command it doesn't let me. I want to test if the encoding problems
(with non ascii characters like accute accents) could be fixed there, whe