Package org.openjena.atlas.io

Interface Summary
CharStream A simplifed reader interface without IOExceptions.
Printable  
 

Class Summary
BufferingWriter A buffering writer, send output to a channel (WriteableByteChannel) (and own methods which do not throw checked exceptions).
BufferingWriter.SinkBuffer  
BufferingWriter.SinkChannel  
BufferingWriter.SinkOutputStream  
CharStreamBasic A PeekReaderSource that does no buffering - just wraps a reader.
CharStreamBuffered Buffering reader without the (hidden) sync overhead in BufferedReader
CharStreamReader Machinary to add Reader functionality to a CharStream
CharStreamSequence  
IndentedLineBuffer IndentLineBuffer is a buffer that records an indent level and uses that to insert a prefix at each line.
IndentedWriter A writer that records what the current indentation level is, and uses that to insert a prefix at each line.
InputStreamBuffered InputStream optimizing for one byte at a time operation.
IO  
OutputUtils  
PeekInputStream Parsing-centric input stream.
PeekReader Parsing-centric reader.
PrintableBase  
PrintUtils  
StreamASCII Fast and streaming.
StreamUTF8 Fast and streaming.
 



Copyright © 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP