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



Licenced under the Apache License, Version 2.0