org.netbeans.modules.extexecution/2 1.25.1

Package org.netbeans.api.extexecution.input

The support API for processing the growing streams or files.

See:
          Description

Interface Summary
InputProcessor Processes chars read by InputReader.
InputReader This interface represents abstraction for reading characters.
InputReaders.FileInput.Provider Provides the file input.
LineProcessor Processes the lines fetched by InputReader usually with help of the InputProcessors.bridge(LineProcessor).
 

Class Summary
InputProcessors Factory methods for InputProcessor classes.
InputReaders Factory methods for InputReader classes.
InputReaders.FileInput Represents the file with associated charset for reading from it.
InputReaderTask Task consuming data from the certain reader, processing them with the given processor.
LineProcessors Factory methods for LineProcessor classes.
 

Package org.netbeans.api.extexecution.input Description

The support API for processing the growing streams or files. The API provides classes for automated processing of such inputs. The processing is character or line based.

See Also:
InputReaderTask

org.netbeans.modules.extexecution/2 1.25.1

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.