Uses of Interface
org.openjena.atlas.io.CharStream

Packages that use CharStream
org.openjena.atlas.io   
 

Uses of CharStream in org.openjena.atlas.io
 

Classes in org.openjena.atlas.io that implement CharStream
 class CharStreamBasic
          A PeekReaderSource that does no buffering - just wraps a reader.
 class CharStreamBuffered
          Buffering reader without the (hidden) sync overhead in BufferedReader
 class CharStreamReader
          Machinary to add Reader functionality to a CharStream
 class CharStreamSequence
           
 class InStreamASCII
          Fast and streaming.
 class InStreamUTF8
          Fast and streaming UTF-8
 

Methods in org.openjena.atlas.io with parameters of type CharStream
static PeekReader PeekReader.make(CharStream r)
           
 



Licenced under the Apache License, Version 2.0