org.openjena.atlas.io
Interface CharStream

All Known Implementing Classes:
CharStreamBasic, CharStreamBuffered, CharStreamReader, CharStreamSequence, InStreamASCII, InStreamUTF8

public interface CharStream

A simplifed reader interface without IOExceptions. And it's an interface, not an abstract class


Method Summary
 int advance()
           
 void closeStream()
          Close the stream - different name from java.io.Reader.close
 

Method Detail

advance

int advance()

closeStream

void closeStream()
Close the stream - different name from java.io.Reader.close



Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010, 2011 Epimorphics Ltd.