Module com.github.akurilov.commons
Package com.github.akurilov.commons.io
-
Interface Summary Interface Description Input<I> The Java objects input supporting the batch callsOutput<I> The Java objects output supporting the batch calls -
Class Summary Class Description BinInput<T> The item input implementation deserializing the data items from the specified streamBinOutput<T> The item output implementation serializing something into the specified streamByteCountOutputStream TextStreamInput The input implementation designed to read the text lines from the given input stream usingBufferedReaderTextStreamOutput The input implementation designed to write the text lines usingBufferedWriter