Package org.eclipse.jgit.util.io
package org.eclipse.jgit.util.io
Utility classes for IO (streams).
-
ClassDescriptionAn InputStream that expands LF to CRLF.An OutputStream that expands LF to CRLF.An InputStream that normalizes CRLF to LF.A special exception thrown when
AutoLFInputStream
is told to throw an exception when attempting to read a binary file.Flags for controlling auto-detection of binary vs.An OutputStream that reduces CRLF to LF.AnInputStream
that applies a binary delta to a base on the fly.A stream that decodes git binary patch data on the fly.AnOutputStream
that encodes data for a git binary patch.Counts the number of bytes written.An OutputStream which always throws IllegalStateExeption during write.Utility used to create input and output stream wrappers forCoreConfig.EolStreamType
Triggers an interrupt on the calling thread if it doesn't complete a block.OutputStream isolated from interrupts.Wraps aInputStream
, limiting the number of bytes which can be read.Combines messages from an OutputStream (hopefully in UTF-8) and a Writer.An OutputStream which ignores everything written to it.An implementation of FileInputStream that ignores any exceptions on close().Thread to copy from an input stream to an output stream.Input stream that copies data read to another output stream.An output stream that writes all data to two streams.An alternative PrintWriter that doesn't catch exceptions.InputStream with a configurable timeout.OutputStream with a configurable timeout.An InputStream which reads from one or more InputStreams.