package

com.atlassian.bitbucket.io

Classes

AbstractCommandInputOutputHandler<T> A handler for both a command's input and output streams. 
ContentDetectionUtils  
EolDetectingLineOutputHandler A custom LineOutputHandler which uses the ReaderLineReader to perform end-of-line detection. 
LineInputHandler Simple InputHandler that writes a sequence of lines to the process input. 
LineReader  
LineReaderOutputHandler Version of the BaseOutputHandler that uses a LineReader to process the process InputStream. 
ReaderLineReader  
SingleLineOutputHandler A simple CommandOutputHandler implementation which gathers all output into a single String and returns it. 
TruncatedLineOutputHandler  
TypeDetectingCopyOutputHandler OutputHandler that tries to detect the content type of the data before copying it the content into and OutputStream obtained from the given TypeAwareOutputSupplier. 

Enums

LineReader.Mode Enumerates the line break modes supported by LineReader