| java.lang.Object java.io.InputStream oscript.util.ReaderInputStream
ReaderInputStream | public class ReaderInputStream extends InputStream (Code) | | Used to convert Reader -> InputStream... right now AbstractFile is
strictly binary stream based, not character stream. Maybe in the
future AbstractFile will optionally support both, so this can go
away... and we won't be tied to sun's JDK for no good reason.
author: Rob Clark (rob@ti.com) |
Method Summary | |
public void | close() | public int | read() | public int | read(byte[] b, int off, int len) |
|
|