Source File StreamReader.tesla
namespace Tesla.IO

include Tesla.stdc

class StreamReader

Modifiers: public

protected CharacterInputStream in
protected Exception e
public StreamReader ( InputStream in )
public StreamReader ( CharacterInputStream in )
public boolean hasError ( )
public Exception getError ( )
public InputStream getInputStream ( )
public void close ( ) throws IOException
public long available ( )
public int readChar ( )
public uint read ( char[] data )
public uint read ( char[] data, int start, int len )
public String readLine ( )


Produce by t2html tool written by Eric Kerfoot © 2004