Package net.sf.jstuff.core.io.stream
@NonNullByDefault
package net.sf.jstuff.core.io.stream
-
ClassDescriptionExtended BufferInputStream with readString and readLine methods.Extended BufferedOutputStream with write(String) and writeLine(String) methods.Memory friendly input stream for character sequences.Functional interface for supplying characters at a specified index.An unsynchronized implementation of
ByteArrayInputStream.An unsynchronized implementation ofByteArrayOutputStream.AnOutputStreamthat transforms each line of text using a provided transformer function before writing it to the underlying stream.An unsynchronized implementation ofByteArrayOutputStreamthat uses an internal linked list of byte blocks instead of resizing/copying a single internal byte array.A non-thread-safe input stream filter that performs on-the fly zip decompression using anInflater.A non-thread-safe output stream filter that performs on-the fly zip compression using aDeflater.