Package org.elasticsearch.common.io

Class Summary
BooleanStreamable  
CharSequenceReader  
FastByteArrayInputStream  
FastByteArrayOutputStream Similar to ByteArrayOutputStream just not synced.
FastByteArrayOutputStream.Cached A thread local based cache of FastByteArrayOutputStream.
FastCharArrayReader  
FastCharArrayWriter A similar class to CharArrayWriter allowing to get the underlying char[] buffer.
FastCharArrayWriter.Cached A thread local based cache of FastByteArrayOutputStream.
FastStringReader A character stream whose source is a string that is not thread safe
FileChannelInputStream  
FileSystemUtils  
Serializers  
Streams Simple utility methods for file and stream copying.
StringBuilderWriter A Writer based on StringBuilder.
StringBuilderWriter.Cached A thread local based cache of StringBuilderWriter.
ThrowableObjectInputStream  
ThrowableObjectOutputStream